frr/tests/topotests/evpn_pim_1/spine/bgpd.conf

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

14 lines
347 B
Text
Raw Normal View History

router bgp 65001
no bgp ebgp-requires-policy
neighbor 192.168.1.2 remote-as external
neighbor 192.168.1.2 timers 3 10
neighbor 192.168.2.3 remote-as external
neighbor 192.168.2.3 timers 3 10
redistribute connected
address-family l2vpn evpn
neighbor 192.168.1.2 activate
neighbor 192.168.2.3 activate
exit-address-family
!