cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
413
Views
0
Helpful
4
Replies

per port MAC address resolution on 4503 IOS switch

e.maloney
Level 1
Level 1

Does anyone know the equivalent of a 'sho cam dynamic' on a 4503 IOS switch running 12.2(18)EW? I'm looking for the detected mac

addresses per port for the servers we have connected.

The switch is stand alone, with only one port (vlan 1 interface) connected to our corp network for management purposes. The vlans

on the switch are local only.

Thanks,

- Ted

4 Replies 4

tbaranski
Level 4
Level 4

show mac-address-table

Hello and thanks,

Yes I tried all those command. I only get mac info for the Vlan 1 interface we set up, not the other vlans we made on the switch. The Vlans were made on the switchports themselves, in other words the only SVI interface in the switch is Vlan 1. The servers are connected to Vlan 200, 500, 700, etc. These Vlans do not have interafces so to speak. The goal of the project is that this switch is stand-alone and does not communicatate with any other device. Here's a portion of the config>>

...

interface FastEthernet2/44

description Persist Internal Ports

switchport access vlan 700

switchport mode access

!

interface FastEthernet2/45

description Persist Internal Ports

switchport access vlan 700

switchport mode access

!

interface FastEthernet2/46

description Persist Internal Ports

switchport access vlan 700

switchport mode access

!

interface FastEthernet2/47

description Persist Internal Ports

switchport access vlan 700

switchport mode access

!

interface FastEthernet2/48

description Network Mgmt Port to Core

switchport access vlan 700

!

interface GigabitEthernet3/1

description Persist Internal Gig Ports

switchport access vlan 500

switchport mode access

....

!

interface Vlan1

ip address 10.111.0.10 255.255.248.0

...

The only interface configured is Vlan 1 with an IP. I was under the impression we did'nt need to create SVI's for the other vlans if we were going to use the vlans locally ONLY on the switch.

?

disregard the description on port 2/48, is is wrong.

- Ted

Strange, I would have thought the above command would have shown you all the MAC addresses the switch knows about.