127
<Configuration Example 1>
Overview: Set the aging time to 14,400 seconds.
(1) Set the ARP information aging time to 14,400 seconds.
Fig. 3-8-2 Example of setting the ARP aging time
<Configuration Example 2>
Overview: Manually register addresses in the ARP table.
(1) Manually register addresses (IP - 192.168.0.100, MAC - 00:00:00:00:00:01)
in the ARP table.
Fig. 3-8-3 Example of manual registration in the ARP table
(1)
M24eG> enable
M24eG# configure
M24eG(config)# arp 192.168.0.100 00:00:00:00:00:01
M24eG(config)# exit
M24eG#
(1)
M24eG> enable
M24eG# configure
M24eG(config)# arp timeout 14400
M24eG(config)# exit
M24eG#