Jump to content

Recommended Posts

Posted

trying find the location of an ip address that is connected to a switch

 

any good quick tools as for some reason its mostly the cause of my network issue this morning

Posted
10.25.15.255 ff-ff-ff-ff-ff-ff this is strange because our dhcp scope only goes upto 10.25.14.254 and we have nothing that is going to be broadcasting that address
Posted

If it is causing show stopping issues...

 

Unplug half the ports and see if thee problem goes away.

 

If it remains, unplug half Again.

 

If it has gone... Reconnect half the cables, rinse and repeat until you isolate the port connected to te device sending the broadcasts.

Posted
don't really want have to start unplugging

 

It is the fastest way. And if the network is dead or close to dead in the water, it is also the best way.

  • Thanks 1
Posted

Just occurred to me, if you are confident at a switch command line, you could just shut the ports down... Which would be quicker and tidier, and do-able remotely.

 

(Didn't have the luxury of that feature last time I had to use this technique!)

Posted

nmap and / or wireshark (or windows network monitor)

 

nmap will let you probe an ip address

wireshark (wnm) will let you trace traffic and see what the source of the traffic is

 

As mentioned something is broadcasting

 

I'd try wireshark first and see what you can get from a trace, Only thing I can think off the top of my head is that either you have a little hacker or some net service causing a broadcast storm.

Posted (edited)

arp -a

 

or just

 

arp -a

 

to get a table of mac/ips or just

 

arp

 

will give command line options

 

I think that the device has to be on the same subnet/vlan to get its mac address back tho.

Edited by mikeyd101

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...