arp-ageing-timeout

Use this command to set the ARP aging timeout.

The bridge aging time affects the ARP entries which are dependent upon the MAC addresses in hardware. If a MAC address ages out, it causes the corresponding ARP entry to refresh.

Use no form of this command to set the aging to its default value.

Command Syntax

Copy
arp-ageing-timeout <60-36000>
no arp-ageing-timeout

Parameter

<60-36000>

ARP aging timeout.

Default value

By default, the ARP aging timeout is 1500.

Command Mode

Interface mode

Applicability

This command was introduced before OcNOS version 1.3.

Example

Copy
#configure terminal
(config)#interface xe2
(config-if)#arp-ageing-timeout 5000
(config-if)#exit
 
(config)#interface xe2
(config-if)#no arp-ageing-timeout