Subject: | |
From: | |
Reply To: | |
Date: | Mon, 1 Nov 2004 16:11:04 -0800 |
Content-Type: | text/plain |
Parts/Attachments: |
|
|
On Mon, 2004-11-01 at 12:38 -0800, Peter Shkabara wrote:
> I interpret your request as wanting a sample ARP table display. ARP is
> Address Resolution Protocol that relates a network address (e.g. IP) to a
> physical address (the NIC MAC). To get such a display under XP, you can open
> a command prompt and issue the "arp -a" command. Below is a sample of what
> came up on my own system.
>
> C:\>arp -a
>
> Interface: 172.35.7.19 --- 0x60003
> Internet Address Physical Address Type
> 172.35.7.1 00-50-f2-77-87-2a dynamic
> 172.35.7.100 00-60-b0-0a-c6-25 dynamic
>
> C:\>
>
> Hope this helps you. Good luck on your exam.
This also works in Linux. Open shell, su root, and type 'arp'. Default
is Linux style. Here is an example:
[root@david dave]# arp
Address HWtype HWaddress Flags Mask
Iface
192.168.0.1 ether 00:50:BA:F8:59:C1 C
eth0
[root@david dave]#
To display in BSD style, do this:
[root@david dave]# arp -a
? (192.168.0.1) at 00:50:BA:F8:59:C1 [ether] on eth0
[root@david dave]#
>
> Peter
> -----------------------------------------------
> The NoSpin Group
> [log in to unmask]
>
>
> > -----Original Message-----
> > I am doing an exam on Wedensday of this week and at the
> > moment require
> > a sample of an "ARP file". "auto resolution protocol". If
> > there is some
> > admin out there who could send me off list a sample of such a file I
> > would very much appreciate it.
> >
> > Paul.
>
> PCBUILD maintains hundreds of useful files for download
> visit our download web page at:
> http://freepctech.com/downloads.shtml
>
--
david richards <[log in to unmask]>
PCBUILD's List Owners:
Bob Wright<[log in to unmask]>
Drew Dunn<[log in to unmask]>
|
|
|