14 lines
345 B
Text
14 lines
345 B
Text
router bgp 100
|
|
bgp router-id 10.254.254.3
|
|
neighbor 172.16.1.2 remote-as 100
|
|
neighbor 172.16.1.2 timers 3 10
|
|
neighbor 172.16.1.2 bfd profile DOES_NOT_EXIST
|
|
address-family ipv4 unicast
|
|
redistribute connected
|
|
exit-address-family
|
|
address-family ipv6 unicast
|
|
redistribute connected
|
|
neighbor 172.16.1.2 activate
|
|
exit-address-family
|
|
!
|
|
!
|