Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command for this?

Status
Not open for further replies.

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
 
nope

2900 is a layer 2 switch

you could do a "show mac-address-table"

thats about it..

BuckWeet
 
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


switch portmapper utility
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top