02-03-2021 11:39 AM
Hi In following link it was mentioned the Maximum supported MAC address is 256K for Nexus 9336C-FX2: https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/datasheet-c78-742282.html
But in Following link it is 92K
This is really confusing. Which one is correct? And What will happen if we pass this limit? Will the traffic blocked or Broadcasted(Same as Catalyst Switches)
Solved! Go to Solution.
02-08-2021 11:07 AM
Verified scalability guide, provides a verified number that is supported by both software and hardware, where the data sheet states what are values supported by hardware only (as table 3 headline states in the data sheet). If the user exceeds the verified limit, new entries will not be part of the table and traffic will be forwarded as an unknown unicast. More on this below:
When the packet/frame comes to the switch, this packet will come with unique a SMAC or DMAC, switch will not find DMAC in table (as table is full and not new entries are learned), that way switch will replicate this packet without changing mac addresses and send it to everybody, in this case this is not broadcast packet (explained about why is not) but unknown unicast (even does behave as broadcast in a sense it is flooded to everybody).
02-08-2021 11:07 AM
Verified scalability guide, provides a verified number that is supported by both software and hardware, where the data sheet states what are values supported by hardware only (as table 3 headline states in the data sheet). If the user exceeds the verified limit, new entries will not be part of the table and traffic will be forwarded as an unknown unicast. More on this below:
When the packet/frame comes to the switch, this packet will come with unique a SMAC or DMAC, switch will not find DMAC in table (as table is full and not new entries are learned), that way switch will replicate this packet without changing mac addresses and send it to everybody, in this case this is not broadcast packet (explained about why is not) but unknown unicast (even does behave as broadcast in a sense it is flooded to everybody).
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