13
Tahoe 8216 / Tahoe 8116 Remote Power Management System
arp
Th
e arp command is used to con
fi
gure the ARP table.
Th
e
arp
alone shows the list of bindings be-
tween IP and hardware (MAC) addresses:
Tahoe>
arp
IP address Hardware address
Type
Expires
10.0.0.2
00:50:04:0D:70:31
dynamic
215s
Tahoe>
Th
e
Type
can be
dynamic
(learned from the network tra
ffi
c) or static (added manually).
Th
e value
in the
Expires
column denotes the time le
ft
until ARP table entry removal.
Th
e ARP entries are
removed when they are not used for 5 minutes.
ARP table entries can be removed using the
arp del
command:
arp del
<IP address>
A static ARP entry can be added using
arp add
:
arp add
<IP address> <MAC address>
e.g.
arp add 10.0.0.4 00:50:13:E9:5C:01
Th
e dynamic hardware address resolution may be disabled using the
ifcon
fi
g
command. When
disabled, only those stations whose IP and MAC addresses are entered statically into the ARP table
using the
arp add
command are allowed to connect to the device.
config
Th
e
con
fi
g
command displays the current con
fi
guration.
Th
e command output can be entered on
another device to make an exact copy of the con
fi
guration.
eepromdump
Th
is command displays the complete contents of the EEPROM (non-volatile) memory in hexadeci-
mal form. It is used for debugging only.