08-25-2019 10:48 PM
Hi, everyone
I compared two outputs between ASR9K 6.2.3 and ASR9k 5.3.3 by command [show l2vpn forwarding bridge-domain mac-address detail location -]
and find slight difference.
output from 5.3.3
RP/0/RSP0/CPU0:PE1#show l2vpn forwarding bridge-domain mac-address detail location 0/3/CPU0
Bridge-domain name: L2VPN:V201, id: 0, state: up
MAC learning: enabled
MAC port down flush: enabled
Flooding:
Broadcast & Multicast: enabled
Unknown unicast: enabled
<snip>
----------
output from 6.2.3
RP/0/RSP0/CPU0:PE1#show l2vpn forwarding bridge-domain mac-address detail location 0/3/CPU0
Bridge-domain name: L2VPN:V201, id: 0, state: up
MAC learning: enabled
Software MAC learning: disabled
MAC port down flush: enabled
Flooding:
Broadcast & Multicast: enabled
Unknown unicast: enabled
<snip>
why there is [Software MAC learning: disabled] in 6.2.3, is it enabled by any commands? or it is a version difference between 6.2.3 and 5.3.3?
08-26-2019 12:38 AM
Hello,
can you enable mac learning under the bridge domain ?
ASR9K# configure terminal
ASR9K(config)# bridge-domain x
ASR9K(config-bdomain)# mac learning
08-26-2019 01:03 AM
08-26-2019 01:21 AM
Hello,
I am using 6.1.3 ,it is enabled by default in that version. Possibly they have changed the default to 'disabled' after that. What do you get at the below prompt ?
RP/0/RSP0/CPU0:PE1(config)#l2vpn
RP/0/RSP0/CPU0:PE1(config-l2vpn)#bridge group L2VPNBGROUP
RP/0/RSP0/CPU0:PE1(config-l2vpn-bg)#bridge-domain L2VPNBDOMAIN
RP/0/RSP0/CPU0:PE1(config-l2vpn-bg-bd)#mac learning disable
08-26-2019 06:44 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide