22 lines
434 B
Text
22 lines
434 B
Text
|
!
|
||
|
int r1-eth0
|
||
|
ip address 192.168.1.1/24
|
||
|
!
|
||
|
int r1-eth1
|
||
|
ip address 192.168.14.1/24
|
||
|
!
|
||
|
router bgp 65001
|
||
|
no bgp ebgp-requires-policy
|
||
|
no bgp network import-check
|
||
|
neighbor pg peer-group
|
||
|
neighbor pg remote-as external
|
||
|
neighbor pg solo
|
||
|
neighbor pg timers 1 3
|
||
|
neighbor pg timers connect 1
|
||
|
neighbor 192.168.1.2 peer-group pg
|
||
|
neighbor 192.168.1.3 peer-group pg
|
||
|
address-family ipv4 unicast
|
||
|
network 10.0.0.1/32
|
||
|
exit-address-family
|
||
|
!
|