Command Manual – Network Protocol
Quidway S8500 Series Routing Switches Chapter 2 ARP Configuration Commands
Huawei Technologies Proprietary
2-6
<Quidway> debugging arp packet
*0.771346-ARP-8-S1-arp_send:Send an ARP Packet, operation : 1,
sender_eth_addr : 00e0-fc00-3500,sender_ip_addr : 10.110.91.159,
target_eth_addr : 0000-0000-0000, target_ip_addr : 10.110.91.193
*0.771584-ARP-8-S1-arp_rcv:Receive an ARP Packet, operation : 2,
sender_eth_addr : 0050-ba22-6fd7, sender_ip_addr : 10.110.91.193,
target_eth_addr : 00e0-fc00-3500, target_ip_addr : 10.110.91.159
Table 2-1 Description on the fields of the debugging arp command
Field Description
operation
Kind of ARP packets: 1 ARP request packet; 2 ARP reply
packet
sender_eth_addr Ethernet address of the sender
sender_ip_addr IP address of the sender
target_eth_addr
Target Ethernet address. If the packet is a ARP request packet,
the target IP address will be 0. It changes to the correct address
when the target responds.
target_ip_addr Target IP address
2.1.6 display arp
Syntax
display arp [ ip-address | [ dynamic | static ] [ | { begin | include | exclude } text ] ]
View
Any view
Parameter
dynamic: Displays the dynamic ARP entries in ARP mapping table.
static: Displays the static ARP entries in ARP mapping table.
ip-address: Displays ARP mapping entries according to specified IP address.
begin: Starts displaying from the first ARP entry that contains the specified character
string “text”.
include: Displays only the ARP entries that contain the specified character string “text”.
exclude: Displays only the ARP entries that do not contain the specified character
string “text”.
text: Character string. The ARP entries that contain this character string are displayed.
Description