host and modify the aging time of ARP entries.
4.4.1
show arp
Command Description
show arp
//This command to display the ARP.
Parameter
None
Default
None
Command Mode
Global configuration mode
Example
//This command to display the ARP.
switch(config)# show arp
4.4.2
arp static
Command Description
arp static ip_addr mac_addr
//This command is used to add a static entry.
no arp static ip_addr
//This command is used to delete a static entry.
Parameter
Parameter
Parameters of the command mode
ip_addr
Ip address,Value range
:
X.X.X.X.
mac_addr
Mac address,Value range:H.H.H.H
Default
None
Command Mode
Global configuration mode
Example
// Add a static entry.
switch(config)# arp static 192.168.111.1 00-00-a1-b2-c3-d4
4.4.3
arp timeout
Command Description