02-09-2007 12:16 PM - edited 03-05-2019 02:16 PM
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.
02-09-2007 12:38 PM
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
02-09-2007 03:49 PM
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.
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