Skip to main content

All Questions

Tagged with
1 vote
1 answer
1k views

How to get ARP table of a switch through command line interface?

I could see connected device information on user interface of network switch. Is it possible to query the switch for its ARP table using command line or PowerShell? Following details were added after ...
STEEL's user avatar
  • 11
0 votes
0 answers
210 views

Is Windows susceptible to the ARP flux issue?

I have a test setup where a device is connected through an (integrated) Ethernet switch to a multiple Network interfaces PC running Linux. The goal of this setup is to test all the interfaces with ...
ricardomenzer's user avatar
0 votes
0 answers
869 views

TTL of a dynamic arp entry in windows (not base time, actual time)

When I run arp -a on my cmd I get a list of arp entries. The dynamic entries expire when their timer expires and then they are deleted from the arp cache. How can I see how much time a certain entry ...
GalSuchetzky's user avatar
0 votes
0 answers
21 views

TTL of a dynamic arp entry in windows [duplicate]

When I run arp -a on my cmd I get a list of arp entries. The dynamic entries expire when their timer expires and then they are deleted from the arp cache. How can I see how much time a certain entry ...
GalSuchetzky's user avatar
1 vote
1 answer
3k views

Chain arp and nslookup to get hostname for each ip (Win)

I would like to see the name of the devices when i do arp -a. As far as I understand there is no option to do it directly with arp. So I thought that maybe it is possible to do nslookup for every ip ...
Stef's user avatar
  • 11
1 vote
0 answers
70 views

could see half list of ip,mac addresses and host name

Here is my code, I have tried in power shell, I can see only half list of IP, mac address and host-name, unable to see my manager's IP address while I can see my colleagues IP address. $result = New-...
Madhurika Tiwari's user avatar
1 vote
0 answers
162 views

My pc sends 14000 arp requests in 5 minutes to a single pc on the network

I am currently checking my network traffic on my home network using wireshark. I have noticed that my pc is continuously arp requesting a pc on the network with 192.168.1.20 but like 14000 times in 5 ...
Paralova's user avatar
4 votes
6 answers
15k views

Bizarre caching of "dead" DNS entries; where is this cache stored?

This has really got me stumped. Advanced IP Scanner has the ability to show "dead" entries—devices that were at some point visible on the network, but which are no longer reachable. ...
user541686's user avatar
  • 23.2k
0 votes
0 answers
2k views

Cannot delete entry from ARP cache

A picture's worth a thousand words: I'm running in an Administrator command prompt and trying to delete an invalid ARP entry. It fails with no error or explanation. Where do I go from here?
mwolfe02's user avatar
  • 455
0 votes
1 answer
4k views

ARP Entry Lookup for IP Range?

Is there a way to do a ARP lookup via windows console for an IP range? Eg: arp -a 192.168.10.0-254
Mark's user avatar
  • 255
0 votes
1 answer
623 views

What's the point in arp -g?

I typed arp into Windows CMD and it gave me the options as to what I can do with it. It gave me arp -a (then gave details) and then it showed arp -g which says 'same as -a' So what's the point of ...
HugoNumber1's user avatar
3 votes
1 answer
10k views

Windows method to detect ARP Poisoning in my local network (LAN)?

(This question comes from this thread, and is intended to remain as a reference question/answer pair for more generic ARP network detection not limited to WiFi, or without the need of the specific ...
Sopalajo de Arrierez's user avatar
1 vote
1 answer
1k views

ARP: 'Who has' broadcast resulting in TCP segment losses

I have an issue with a simple TCP connection between two PCs (both Windows XP SP3) connected by direct wire to each other. These PCs have IP address 10.10.10.1 (server) and 10.10.10.2 on the network ...
nietras's user avatar
  • 83
6 votes
2 answers
6k views

What are the purposes of the addresses in this ARP table?

I've seen this on my Windows 7 computer, and searches have turned up others in Vista/7 who have seen the same. However, I've not yet found (or perhaps have just missed) a good explanation for this. ...
Iszi's user avatar
  • 13.9k