Chapter 39 Maintenance Tools
ZyWALL (ZLD) CLI Reference Guide
259
Here are maintenace tool commands that you can use in configure mode.
The following example creates an ARP table entry for IP address 192.168.1.10 and MAC
address 01:02:03:04:05:06. Then it shows the ARP table and finally removes the new entry.
Table 154 Maintenance Tools Commands in Configuration Mode
COMMAND DESCRIPTION
show arp-table Displays the current Address Resolution Protocol table.
arp IP mac_address Edits or creates an ARP table entry.
no arp ip Removes an ARP table entry.
Router# arp 192.168.1.10 01:02:03:04:05:06
Router# show arp-table
Address HWtype HWaddress Flags Mask Iface
192.168.1.10 ether 01:02:03:04:05:06 CM ge1
172.23.19.254 ether 00:04:80:9B:78:00 C ge2
Router# no arp 192.168.1.10
Router# show arp-table
Address HWtype HWaddress Flags Mask Iface
192.168.1.10 (incomplete) ge1
172.23.19.254 ether 00:04:80:9B:78:00 C ge2