Jan 28, 2004 #1 six3077 Technical User Nov 11, 2003 62 CA was wondering if there was a command to display hosts' ip's that are connected to ports on 2900? thanks
was wondering if there was a command to display hosts' ip's that are connected to ports on 2900? thanks
Jan 28, 2004 #2 BuckWeet IS-IT--Management Mar 6, 2002 1,927 US nope 2900 is a layer 2 switch you could do a "show mac-address-table" thats about it.. BuckWeet Upvote 0 Downvote
nope 2900 is a layer 2 switch you could do a "show mac-address-table" thats about it.. BuckWeet
Jan 28, 2004 #3 PinkLips ISP Jan 27, 2004 75 US You need access to a router #sh arp | ip address Thanks, Nicole Upvote 0 Downvote
Feb 21, 2004 #4 lui3 MIS Feb 15, 2002 356 US you can do this. ping the ip addresses of the host that you want to get ips for or do a ping sweep off the switch to populate its arp table. in this case the arp table is used for layer 3 management connections but you can still use it to locate ip addresses of host off the switch ping the host ips show arp | include 192.x.x.x make a note of the mac address corresponding to the ip address you want to locate off a port show mac-address-table address HHHH.HHHH.HHHH using the mac address from the show arp command this will display the mac-address and the associated port it lies off of you can also you solarwinds http://www.solarwinds.net switch portmapper utility Upvote 0 Downvote
you can do this. ping the ip addresses of the host that you want to get ips for or do a ping sweep off the switch to populate its arp table. in this case the arp table is used for layer 3 management connections but you can still use it to locate ip addresses of host off the switch ping the host ips show arp | include 192.x.x.x make a note of the mac address corresponding to the ip address you want to locate off a port show mac-address-table address HHHH.HHHH.HHHH using the mac address from the show arp command this will display the mac-address and the associated port it lies off of you can also you solarwinds http://www.solarwinds.net switch portmapper utility