summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/bgpd.conf
blob: b58219ad8e62e5c260bc0540343de4f45cb960d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
router bgp 65000
 timers bgp 3 9
 bgp router-id 10.10.10.10
 no bgp default ipv4-unicast
 neighbor 10.30.30.30 remote-as 65000
 neighbor 10.30.30.30 update-source lo
 neighbor 10.30.30.30 timers 3 10
 address-family l2vpn evpn
  neighbor 10.30.30.30 activate
  advertise-all-vni
  advertise-svi-ip
!
router bgp 65000 vrf vrf-red
 address-family ipv4 unicast
  redistribute static
 exit-address-family
 !
 address-family l2vpn evpn
  route-target import *:300
  route-target import auto
 exit-address-family
!
router bgp 65000 vrf vrf-purple
 address-family ipv4 unicast
  redistribute static
 exit-address-family
 !
 address-family l2vpn evpn
  advertise ipv4 unicast
 exit-address-family

!