frr/tests/topotests/bgp_evpn_mh/leaf2/evpn.conf

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

23 lines
659 B
Text
Raw Normal View History

frr defaults datacenter
!
router bgp 65101
timers bgp 3 10
bgp router-id 192.168.100.14
no bgp ebgp-requires-policy
neighbor 192.168.61.1 remote-as external
neighbor 192.168.51.1 remote-as external
neighbor 192.168.5.2 remote-as external
neighbor 192.168.6.2 remote-as external
neighbor 192.168.7.2 remote-as external
neighbor 192.168.8.2 remote-as external
redistribute connected
address-family l2vpn evpn
neighbor 192.168.61.1 activate
neighbor 192.168.51.1 activate
neighbor 192.168.5.2 activate
neighbor 192.168.6.2 activate
neighbor 192.168.7.2 activate
neighbor 192.168.8.2 activate
exit-address-family
!