Specifications

set arp agingtime
Chapter 8
IP Services Commands
110
Examples
The following command adds a static ARP entry that maps IP address
10.10.10.1 to MAC address 00:bb:cc:dd:ee:ff:
PROMPT# set arp static 10.10.10.1 00:bb:cc:dd:ee:ff
success: added arp 10.10.10.1 at 00:bb:cc:dd:ee:ff on VLAN 1
See Also
l set arp agingtime on page 110
l show arp on page 156
set arp agingtime
Changes the aging timeout for dynamic ARP entries.
Syntax
set arp agingtime seconds
Defaults
The default aging timeout is 1200 seconds.
Access
Enabled.
Usage
Aging applies only to dynamic entries.
To reset the ARP aging timeout to its default value, use the set arp agingtime
1200 command.
Examples
The following command changes the ARP aging timeout to
1800 seconds:
PROMPT# set arp agingtime 1800
success: set arp aging time to 1800 seconds
The following command disables ARP aging:
PROMPT# set arp agingtime 0
success: set arp aging time to 0 seconds
seconds Number of seconds an entry can remain unused before UNIVERGE
WL Control System removes the entry. You can specify from 0
through 1,000,000. To disable aging, specify 0.