Link to home
Start Free TrialLog in
Avatar of jskfan
jskfanFlag for Cyprus

asked on

Using ARP command

I would like to know how to use ARP command to check ARP cache of a remote computer.

thanks
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

DOnt think you can using native arp command?

you could try doenloading psexec (for the pstools suite available from microsoft) which lets you issue a command on a remote machine and see thr results and issue an arp -a command
download the pstools and extract to your c:\windows\system32 directory


then

psexec \\remotepc_name arp -a {enter}

Avatar of jskfan

ASKER

This is good, but it sounds like I need to have the same account on the rempte computer that I am using to logon with to my local workstation
psexec \\remotepc_name arp -a {enter}
yes - to specify another user the syntax can be found here
http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx
Avatar of jskfan

ASKER

can you paste it here?
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ThanQ