1
0
Fork 0
frr/tests/topotests/bgp_evpn_mh/spine2/evpn.conf

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

15 lines
355 B
Text
Raw Normal View History

frr defaults datacenter
!
router bgp 65001
timers bgp 3 10
bgp router-id 192.168.100.14
no bgp ebgp-requires-policy
neighbor 192.168.60.2 remote-as external
neighbor 192.168.61.2 remote-as external
redistribute connected
address-family l2vpn evpn
neighbor 192.168.60.2 activate
neighbor 192.168.61.2 activate
exit-address-family
!