30 lines
916 B
Text
30 lines
916 B
Text
|
router bgp 65500
|
||
|
bgp router-id 192.0.2.100
|
||
|
no bgp ebgp-requires-policy
|
||
|
neighbor 192.0.2.2 remote-as 65500
|
||
|
neighbor 192.0.2.2 update-source lo
|
||
|
neighbor 192.168.0.2 remote-as 65500
|
||
|
neighbor 192.0.2.1 remote-as 65500
|
||
|
neighbor 192.0.2.1 update-source lo
|
||
|
neighbor 192.168.0.1 remote-as 65500
|
||
|
address-family ipv4 unicast
|
||
|
no neighbor 192.168.0.1 activate
|
||
|
no neighbor 192.0.2.1 activate
|
||
|
no neighbor 192.168.0.2 activate
|
||
|
no neighbor 192.0.2.2 activate
|
||
|
network 192.0.2.100/32
|
||
|
exit-address-family
|
||
|
address-family ipv4 labeled-unicast
|
||
|
neighbor 192.168.0.1 activate
|
||
|
neighbor 192.168.0.2 activate
|
||
|
neighbor 192.168.0.1 route-reflector-client
|
||
|
neighbor 192.168.0.2 route-reflector-client
|
||
|
exit-address-family
|
||
|
address-family ipv4 vpn
|
||
|
neighbor 192.0.2.1 activate
|
||
|
neighbor 192.0.2.2 activate
|
||
|
neighbor 192.0.2.1 route-reflector-client
|
||
|
neighbor 192.0.2.2 route-reflector-client
|
||
|
exit-address-family
|
||
|
!
|