1754312 Members
2969 Online
108813 Solutions
New Discussion юеВ

IP

 
SOLVED
Go to solution
dipesh_2
Regular Advisor

IP

hi folks,


Which command will display the IP address to hardware address tranlation table

2 REPLIES 2
Arunvijai_4
Honored Contributor
Solution

Re: IP

Hi Dipesh,

You can use # arp -a

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Steven E. Protter
Exalted Contributor

Re: IP

Shalom,

I suggest lanscan followed by ifconfig for all lan's displayed.

lanscan | awk '{print $5}' > file
while read -r lan
do
ifconfig $lan
lanscan | grep $lan | awk '{print $2}'
done < file

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com