ARP

From Embedded Xinu
Revision as of 21:02, 13 June 2011 by Jcowdy (talk | contribs) (Created page with 'XINU features an automatic address resolution protocol. The ARP daemon is run automaticall on start up and waits for incoming arp packets. Incoming packets are filtered through n...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XINU features an automatic address resolution protocol. The ARP daemon is run automaticall on start up and waits for incoming arp packets. Incoming packets are filtered through netRecv and ARP requests/replies are sent on to the ARP Daemon.

To print the arp table run the arp command from the XINU shell eg

xsh@supervoc$ arp
Address                 HWaddress               Interface
192.168.6.10            52:54:03:02:B1:06       ETH0
192.168.6.101           00:16:B6:28:7D:4F       ETH0
192.168.6.130           00:25:9C:3A:87:53       ETH0