Operation Manual

IP Services Commands
Mobility System Software Command Reference Guide
Version 7.3
8 – 102
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 1.0.
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:
MX# 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
set arp agingtime on page 8-102
show arp on page 8-131
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.
History
Introduced in MSS Version 1.0.
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:
MX# set arp agingtime 1800
success: set arp aging time to 1800 seconds
The following command disables ARP aging:
MX# set arp agingtime 0
success: set arp aging time to 0 seconds
See Also
set arp on page 8-101
show arp on page 8-131
set interface
Configures an IP interface on a VLAN.
ip-addr IP address of the entry, in dotted decimal notation.
mac-addr MAC address to map to the IP address. Use colons to separate the octets (for example,
00:11:22:aa:bb:cc).
seconds Number of seconds an entry can remain unused before MSS removes the entry. You can
specify from 0 through 1,000,000. To disable aging, specify 0.