The rogue device flooded your CAM table with fake MACs. Your switch started acting like a hub.
You ran show mac address-table count — thousands of entries. You identified the port,
enabled port-security maximum 1 violation shutdown, and the rogue device's port went
err-disabled on its next frame. Traffic returned to normal. CAM flood: prevented.
1
Switches learn by source MAC. Unknown destinations are flooded. A full CAM table causes all traffic to flood — the MAC flood attack.
2
Three switching methods: store-and-forward (CRC check, most reliable), cut-through (first 6 bytes, fastest), fragment-free (first 64 bytes, partial check).
3
Port security violation modes: shutdown (err-disabled, most secure), restrict (drop + log), protect (silent drop, no log).
4
PoE standards: 802.3af = 15.4W, 802.3at = 30W, 802.3bt = 60/90W. Know the wattage per standard.
5
show mac address-table diagnoses CAM floods. show port-security shows violation counts. CDP = Cisco-only, LLDP = IEEE standard.