11-17-2017 09:02 PM - edited 03-08-2019 12:47 PM
Hi dears
I have cisco SG300/SG500/SF300 switch
and 20 host are connected in every switch.
My requirement is how to find that which host is connected to which port.
I have mac address and ip address of that host.
So please help me how to trace the particular host
Solved! Go to Solution.
11-18-2017 09:00 AM
Hello
I have never worked on these switches before so not sure if you have access to the cli on them. Anyhow - via cli on the switch you can discovery a host location via it mac address.
Sh mac-address address xxx.xxx.xxx
This will give you the the port the host its being advertised out and from there you access that neighboring switch and perform the same until you arrive at the specific port the host is attached to.
If you don have the mac- address at first but have the ip address, You can check the arp table for the associated L2 address from the L3 switch or Router that's performing the routing.
Sh arp | in (ip address)
res
Paul
11-18-2017 09:00 AM
Hello
I have never worked on these switches before so not sure if you have access to the cli on them. Anyhow - via cli on the switch you can discovery a host location via it mac address.
Sh mac-address address xxx.xxx.xxx
This will give you the the port the host its being advertised out and from there you access that neighboring switch and perform the same until you arrive at the specific port the host is attached to.
If you don have the mac- address at first but have the ip address, You can check the arp table for the associated L2 address from the L3 switch or Router that's performing the routing.
Sh arp | in (ip address)
res
Paul
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