R3303-HP HSR6800 Routers Layer 3 - IP Services Command Reference

Table Of Contents
17
vlan vlan-id: Displays ARP snooping entries for a specific VLAN. The vlan-id argument is in the range of
1 to 4094.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display ARP snooping entries for VLAN 1.
<Sysname> display arp-snooping vlan 1
IP Address MAC Address VLAN ID Interface Aging Status
3.3.3.3 0003-0003-0003 1 GE1/0/1 20 Valid
3.3.3.4 0004-0004-0004 1 GE1/0/2 5 Invalid
---- Total entry(ies) on VLAN 1:2 ----
reset arp-snooping
Use reset arp-snooping to remove ARP snooping entries. If you do not specify any parameter, the
command removes all ARP snooping entries.
Syntax
reset arp-snooping [ ip ip-address | vlan vlan-id ]
Views
User view
Default command level
2: System level
Parameters
ip ip-address: Removes the ARP entry for a specific IP address.
vlan vlan-id: Removes the ARP entries for a specific VLAN. The value range for the vlan-id argument is 1
to 4094.
Examples
# Remove ARP snooping entries for VLAN 1.
<Sysname> reset arp-snooping vlan 1