8 lines
263 B
Text
8 lines
263 B
Text
router bgp 3000
|
|
no bgp ebgp-requires-policy
|
|
neighbor 192.168.255.2 remote-as 1000
|
|
neighbor 192.168.255.2 timers 3 10
|
|
neighbor 192.168.255.2 local-as 500
|
|
address-family ipv4 unicast
|
|
neighbor 192.168.255.2 remove-private-AS
|
|
redistribute connected
|