blob: 6855a436d49bc3f3da36361a9ab10551ec6f4f4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
!
|