frr/tests/topotests/bgp_vpnv4_asbr/rs200/bgpd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
516 B
Text
Raw Normal View History

debug bgp nht
debug bgp zebra
debug bgp labelpool
router bgp 65502
bgp router-id 192.0.2.200
no bgp ebgp-requires-policy
neighbor 192.168.1.3 remote-as 65501
neighbor 192.168.1.2 remote-as 65500
address-family ipv4 unicast
no neighbor 192.168.1.2 activate
no neighbor 192.168.1.3 activate
exit-address-family
address-family ipv4 vpn
neighbor 192.168.1.3 activate
neighbor 192.168.1.2 activate
neighbor 192.168.1.3 route-server-client
neighbor 192.168.1.2 route-server-client
exit-address-family
!