cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
571
Views
0
Helpful
2
Replies

Configuration Question for 6509 switch

brandoncheah
Level 1
Level 1

hello all,

I have a 6509 switch running Software 8.2(2) with 2 sup modules.

i am looking for a command that will show all the ip addresses that are mapped to all the ports on the switch.

Does such a command exist at all?

Thanks in advance.

2 Replies 2

You can only check the MAC address --> port mapping on a layer 2 switch. 'show cam dynamic' will display all the MAC to port mapping. It's a two step process to find out which port on the switch a host is connected to. To find out which port a host is connected you need to get the MAC address of the device from the ARP table on the layer 3 gateway (Router/layer 3 switch like MSFC) by doing 'show ip arp' and then do a 'show cam (mac_address) vlan (id)'. If you know the MAC of the host you want to lookup the port then you can skip the first step.

HTH

Sundar

I thought so.

Thanks a bunch....i wish cisco would come up with a command that would show all ip address that are specifically mapped to the ports.