Cisco – No MAC address table shown on Cisco switch

ciscopacket-tracerswitch

I'm studying CCNA1. following netacad course notes and sending "show mac address-table" to a switch (in packet tracer) I should get a list of the available MAC addresses. I only get the table header with no entries?

I've tried this on a configured switch and a "new" switch. The only issue i can think of is the course notes say i should be using IOS V15 but on the latest version of packet tracer the IOS seems to be V12

Cheers
Les

Best Answer

MAC addresses aren't configured on a switch, they are learned - a switch is a self-learning MAC bridge.

So, unless there are nodes connected to the switch and they've already sent frames across the switch the MAC table is empty.

While in real life nodes are likely to send frames once their link is up even if there's no "serious" traffic, packet tracer might not simulate that traffic and show an empty address table.