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

Cisco equivalent command to the Arista command "mac address-table reserved forward"

pl1m
Level 1
Level 1

Is there a Cisco equivalent command to the Arista command "mac address-table reserved forward"?

If Cisco has this feature/command; is it available on Cisco N3K-C3164Q-40GE 64 QSFP+ with LAN_ENTERPRISE_SERVICES_PKG license pack?

This is the Arista description of what the command does:

IEEE802.1D-2004, Section 7.12.6 specifies destination MAC addresses that are normally trapped (not forwarded) by the a switch. Starting in version 4.15.0F, EOS allows for frame trapping to be disabled for specific addresses (except STP BPDUs and pause frames).

2 Replies 2

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

I think you are looking for static MAC or not?:

mac address-table static aaaa.bbbb.cccc vlan 10 interface FastEthernet0/1




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

The switch will act as a pass-through device for certain protocols such as LLDP and LACP.

For instance this command allow LLDP packets to pass thorugh to another device attached to it.  

mac address-table reserved forward 0180.c200.000e

Without this command the packets destined to that MAC will be trapped by the switch.