cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1100
Views
5
Helpful
2
Replies

ASR9K MAC filter

Mapxaa
Level 1
Level 1

Hi All,

How to check whether L2VPN is forwarding MAC and L2 traffic on ASR9K.

My topology : BRAS <-> ASR9K <-> OLTs   

In my case, ASR9K has learnt a mac from OLT but BRAS couldn't receive any traffic and MAC from ASR9K. 

 

l2vpn bridge group 3400 bridge-domain 3400
mac
  limit 
    maximum 128000

interface Bundle-Ether7.3401   <--OLT interface
split-horizon group

!
interface Bundle-Ether201.3400    <-- BRAS interface
!

I need to confirm whether ASR9K forward MAC or not?

 

Thanks.

BR

2 Replies 2

nkarpysh
Cisco Employee
Cisco Employee

Hello,

 

As far as i have understood. Packets coming to ASR9k on BE7.3401 and should be sent as Unknown unicast to BE201.3400.

You can try putting egress ethernet-services ACL on egress interface filtering for your MAC in question to see if that is leaving the router:

https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r4-3/lxvpn/configuration/guide/lesc43xbook/lesc43esal.html

 

Also command

show l2vpn forwarding bridge-domain 3400:3400 hardware ingress detail loc <>

should show you the rate of traffic on each corresponding AC interface to see if l2vpn packets are exchanged correctly within BD.

 

HTH

Niko

HTH,
Niko

Mapxaa
Level 1
Level 1

Thanks