IP Addressing Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide 510
24
Example
The following example adds IP address 198.133.219.232 and MAC address
00:00:0c:40:0f:bc to the ARP table.
switchxxxxxx(config)#
arp
198.133.219.232 00:00:0c:40:0f:bc vlan100
24.7 arp timeout (Global)
Use the arp timeout Global Configuration mode command to set the time interval
during which an entry remains in the ARP cache. Use the no form of this command
to restore the default configuration.
Syntax
arp timeout
seconds
no arp timeout
Parameters
•
seconds
—Specifies the time interval (in seconds) during which an entry
remains in the ARP cache. (Range: 1–40000000).
Default Configuration
The default ARP timeout is 60000 seconds, if IP Routing is enabled, and 300
seconds if IP Routing is disabled.
Command Mode
Global Configuration mode
Example
The following example configures the ARP timeout to 12000 seconds.
switchxxxxxx(config)#
arp timeout
12000