blob: 16a9eeadd121189c6097343947cb846100ad6ae9 (
plain)
1
2
3
4
5
6
7
8
|
router bgp 65000
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
|