11 lines
243 B
Text
11 lines
243 B
Text
!
|
|
router bgp 65001
|
|
bgp max-med on-startup 5 777
|
|
no bgp ebgp-requires-policy
|
|
neighbor 192.168.255.2 remote-as 65001
|
|
neighbor 192.168.255.2 timers 3 10
|
|
address-family ipv4 unicast
|
|
redistribute connected
|
|
exit-address-family
|
|
!
|
|
!
|