13 lines
273 B
Text
13 lines
273 B
Text
|
log file /tmp/bgpd.log debugging
|
||
|
!
|
||
|
router bgp 65001
|
||
|
timers bgp 3 9
|
||
|
bgp router-id 192.168.100.10
|
||
|
neighbor 192.168.100.20 remote-as 65001
|
||
|
neighbor 192.168.100.20 update-source 192.168.100.10
|
||
|
!
|
||
|
address-family ipv4 unicast
|
||
|
redistribute connected
|
||
|
exit-address-family
|
||
|
!
|