cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
482
Views
0
Helpful
1
Replies

MAC entries

iamtheone12345
Level 1
Level 1

Hi Guys,

How do i see a complete list of mac addresses for a particular switch.

I am aware that show mac-address-table shows the  the the mac addresses learned by the switcj.

also show interfaces command will list all the interfaces with mac addresses.But i have to look down the entire interface details to find out a particular mac address.

Is tehe any command which lists directly the mac addresses with respect to interfaces of a switch???

I am talking about interfaces that are assigned a particular mac addresss already.I am not manually assigning them a mac address.

I am using cisco packet tracer and show mac-address-table only shows me the address its learning dynamically.

Thanks.

1 Reply 1

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

if you do a

sh mac address-table vlan 10

it will show you the MAC addresses in vlan 10 and also the interfaces belonging to it

also

sh mac address-table dynamic

show you all the macs and interfaces that have been learned dynamically

HTH