Operation Manual – ARP
H3C S3100 Series Ethernet Switches
Chapter 1 ARP Configuration
1-12
Table 1-9
Display and debug ARP
Operation
Command
Remarks
Display specific ARP
mapping table entries
display arp
[
static
|
dynamic
|
ip-address
]
Display the ARP mapping
entries related to a specified
string in a specified way
display arp
[
dynamic
|
static
] |
{
begin
|
include
|
exclude
}
regular-expression
Display the number of the
ARP entries of a specified
type
display arp count
[
[
dynamic
|
static
]
[ |
{
begin
|
include
|
exclude
}
regular-expression
] |
ip-address
]
Display the statistics about
the untrusted ARP packets
dropped by the specified
port
display arp detection statistics
interface
interface-type
interface-number
Display the setting of the
ARP aging timer
display arp timer aging
Available in any
view.
Clear specific ARP entries
reset
arp
[
dynamic
|
static
|
interface interface-type
interface-number
]
Available in user
view.
1.5 ARP Configuration Example
1.5.1 ARP Basic Configuration Example
I. Network requirement
z
Disable ARP entry check on the switch.
z
Set the aging time for dynamic ARP entries to 10 minutes.
z
Add a static ARP entry, with the IP address being 192.168.1.1, the MAC address
being 000f-e201-0000, and the outbound port being Ethernet1/0/10 of VLAN 1.
II. Configuration procedure
<Sysname> system-view
[Sysname] undo arp check enable
[Sysname] arp timer aging 10
[Sysname] arp static 192.168.1.1 000f-e201-0000 1 Ethernet1/0/10