cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2694
Views
0
Helpful
0
Replies

EVPN vlan-bundle vs vlan-aware

sachin30720041
Level 1
Level 1

Hello, 

 

I am trying to learn the difference between VLAN-bundle and VLAN-aware.

 

According to RFC there should be a separate bridge table for each VLAN. But with one bridge table, ping is working between R4 and R5. I tried pinging from g0/1.10(VLAN 10) and g0/1.20(VLAN 20). I have configured only one bridge domain. So what is the difference between vlan-bundle and vlan-aware?

 

Below is the VLAN-aware configuration.

 

ios4(gi0/1)--(g1)csr1(g2)--(gi2)csr2(gi1)--(gi1)csr3(gi2)--(gi0/2)ios5

 

ios4
-------------------
int gi0/1
mac-address 0000.4444.1111
no sh

 

int gi0/1.10
encap dot1q 10
ip address 100.10.10.4 255.255.255.0
no sh

 

int gi0/1.20
encap dot1q 20
ip address 100.20.20.4 255.255.255.0
no sh

 

 

csr1
---------------
mpls label range 1000 1999


int gi2
mac-address 0000.1111.2222
ip address 100.10.20.1 255.255.255.0
no sh
ip ospf 1 area 0

 

 

int lo0
ip address 1.1.1.1 255.255.255.255
no sh
ip ospf 1 area 0

 

router ospf 1
router-id 1.1.1.1
passive-interface lo0
prefix-suppression
mpls ldp autoconfig

 

router bgp 123
no bgp default ipv4-unicast
neighbor 2.2.2.2 remote-as 123
neighbor 2.2.2.2 update-source lo0
address l2vpn evpn
neighbor 2.2.2.2 activate

 

l2vpn evpn
router-id lo0
mpls label mode per-ce
replication-type ingress

 

l2vpn evpn instance 100 vlan-aware

int gi1
mac-address 0000.1111.4444
no shservice instance 100 ethernet
encap dot1q any
exit

 

bridge-domain 100
member gig1 service-instance 100
member evpn-instance 100 ethernet-tag 10

 

csr2
---------------

mpls label range 2000 2999


int gi2
mac-address 0000.2222.1111
ip address 100.10.20.2 255.255.255.0
ip ospf 1 area 0
no sh

 

int gi1
mac-address 0000.2222.3333
ip address 100.20.30.2 255.255.255.0
ip ospf 1 area 0
no sh

 

int lo0
ip address 2.2.2.2 255.255.255.255
ip ospf 1 area 0
no sh

 

router ospf 1
router-id 2.2.2.2
passive-interface lo0
prefix-suppression
mpls ldp autoconfig

 

router bgp 123
no bgp default ipv4-unicast
neighbor 1.1.1.1 remote-as 123
neighbor 1.1.1.1 update-source lo0
neighbor 3.3.3.3 remote-as 123
neighbor 3.3.3.3 update-source lo0
address l2vpn evpn
neighbor 1.1.1.1 activate
neighbor 3.3.3.3 activate
neighbor 1.1.1.1 route-reflector-client
neighbor 3.3.3.3 route-reflector-client

 

csr3
---------------
mpls label range 3000 3999


int gi1
mac-address 0000.3333.2222
ip address 100.20.30.3 255.255.255.0
ip ospf 1 area 0
no sh

 

int lo0
ip address 3.3.3.3 255.255.255.255
ip ospf 1 area 0
no sh

 

router ospf 1
router-id 3.3.3.3
passive-interface lo0
prefix-suppression
mpls ldp autoconfig

 

router bgp 123
no bgp default ipv4-unicast
neighbor 2.2.2.2 remote-as 123
neighbor 2.2.2.2 update-source lo0
address l2vpn evpn
neighbor 2.2.2.2 activate

 

l2vpn evpn
router-id lo0
mpls label mode per-ce
replication-type ingress

l2vpn evpn instance 100 vlan-aware
rd 3:3
route-target import 1:1
route-target export 3:3

 

int gi2
mac-address 0000.3333.5555
no sh
service instance 100 ethernet
encap dot1q any
exit

 

bridge-domain 100
member gig2 service-instance 100
member evpn-instance 100 ethernet-tag 10

 

ios5
-------------------------
int gi0/2
mac-address 0000.5555.3333
no sh

 

int gi0/2.10
encap dot1q 10
ip address 100.10.10.5 255.255.255.0
no sh

 

int gi0/1.20
encap dot1q 20
ip address 100.20.20.5 255.255.255.0
no sh

0 Replies 0