R0106-HP MSR Router Series Layer 3 - IP Services Command Reference(V7)
10
Usage guidelines
This command displays information about ARP entries for a VPN, including the IP address, MAC address,
VLAN ID, output interface, entry type, and aging timer.
Examples
# Display ARP entries for the VPN instance named test.
<Sysname> display arp vpn-instance test
Type: S-Static D-Dynamic O-Openflow M-Multiport I-Invalid
IP address MAC address VLAN ID Interface Aging Type
20.1.1.1 00e0-fc00-0001 N/A N/A N/A S
Related commands
• arp static
• reset arp
reset arp
Use reset arp to clear ARP entries from the ARP table.
Syntax
MSR2000/MSR3000:
reset arp { all | dynamic | interface interface-type interface-number | static }
MSR4000:
reset arp { all | dynamic | interface interface-type interface-number | slot slot-number | static }
Views
User view
Predefined user roles
network-admin
Parameters
all: Clears all ARP entries.
dynamic: Clears all dynamic ARP entries.
static: Clears all static ARP entries.
slot slot-number: Specifies a card by its slot number. (MSR4000)
interface interface-type interface-number: Specifies an interface by its type and number.
Usage guidelines
This command can separately clear static ARP entries, dynamic ARP entries, ARP entries of specified
cards, or ARP entries on specified interfaces.
When the interface interface-type interface-number option is specified, this command clears only
dynamic ARP entries for the specified interface.
When the slot slot-number option is specified, this command clears only dynamic ARP entries for the
specified card. (MSR4000)
Examples
# Clear all static ARP entries.