10-14-2009 04:12 PM - edited 03-06-2019 08:07 AM
I have a Catalyst 3560-48TS-S running IPBASE ver 12.2(35)SE5 IOS.
When I do show mac-address-table dynamic it only shows the addresses it is learning via its uplink port Gi0/1. No addresses are shown for any of its Fast Ethernet interfaces.
I haven't had this issue with the other switches in my network. I've looked in the Bug Tool Kit but can't find anything related. Does anyone have a suggestion as to how I can see the MAC addresses on the Fe interfaces?
regards,
Mark
Solved! Go to Solution.
10-14-2009 05:25 PM
Hey,
The commmand you will need is:
show mac address-table interface fast 0/1
This will show you what mac addresses are on the local interface. Keep in mind if it doesn't show a mac address for the interface even though the interface is up it could be because no traffic has passed through the switchport. Best thing to do is ping the IP address of whats connected to the switchport then use the above command to see the mac address.
HTH
Ross.
10-15-2009 12:05 AM
Hello Mark,
>> MAC addresses on the switch ports are showing as static. I do have port security turned on, would this be the reason?
yes it is for port security.
the command syntax may have changed two times:
it was
show mac-address-table on older devices
then became
show mac address-table
now in newer devices that are installed in our network is again
show mac-address-table
Hope to help
Giuseppe
10-14-2009 05:25 PM
Hey,
The commmand you will need is:
show mac address-table interface fast 0/1
This will show you what mac addresses are on the local interface. Keep in mind if it doesn't show a mac address for the interface even though the interface is up it could be because no traffic has passed through the switchport. Best thing to do is ping the IP address of whats connected to the switchport then use the above command to see the mac address.
HTH
Ross.
10-14-2009 06:14 PM
Mark,
What do you get from just a show mac-address command?
Ross,
Show mac address-table dynamic encompass the command show mac address-table interface.
10-14-2009 06:59 PM
Ahh, a change of syntax for the command has occurred somewhere along the line.
On all my other switches to get the dynamic MAC addresses I enter either:
show mac-address-table dynamic
to get all of the addresses or:
show mac-address-table dyn int fas 0/1
to get the particular interface.
If I enter the command as above with this version of IOS it comes back with no entries, however, if I enter:
show mac-address-table int fas 0/1
I get the dynamic MAC addresses appearing.
Edit: I just noticed that what I thought would be dynamic MAC addresses on the switch ports are showing as static. I do have port security turned on, would this be the reason?
I have the same port security settings on some 3550's but they don't exhibit the same behavior.
10-15-2009 12:05 AM
Hello Mark,
>> MAC addresses on the switch ports are showing as static. I do have port security turned on, would this be the reason?
yes it is for port security.
the command syntax may have changed two times:
it was
show mac-address-table on older devices
then became
show mac address-table
now in newer devices that are installed in our network is again
show mac-address-table
Hope to help
Giuseppe
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