
42-198
Examples:
Set the timeout value of quering dynamic MAC as 30 seconds.
Switch(config)#mac-address query timeout 30
42.10 show arp-dynamic count
Command:
show arp-dynamic count {(vlan <1-4096>)| interface ethernet
<portName>
}
Function:
Display the number of dynamic ARP of corresponding port and VLAN.
Parameters:
<
vlan-id
>
is the specified vlan ID.
<portName>
is the name of layer-2 port.
Command Mode:
Admin and Configuration Mode.
Usage Guide:
Use this command to display the number of dynamic ARP of corresponding port and VLAN.
Examples:
Display the number of dynamic ARP of the port and VLAN which are configured with number limitation function of
ARP.
Switch(config)#
show arp-dynamic count interface ethernet 1/3
Port MaxCount CurrentCount
-----------------------------------------------------------------------------------------------------
Ethernet1/3 5 1
-----------------------------------------------------------------------------------------------------
Switch(config)#
show arp-dynamic count vlan 1
Vlan MaxCount CurrentCount
-----------------------------------------------------------------------------------------------------
1 55 15
-----------------------------------------------------------------------------------------------------