Fujitsu P3NK-4452-01ENZD 用户手册

下载
页码 614
XG Series User's Guide
Chapter 5 Command Reference
ARP Entry Display and Clear Operation Commands
428
5.25 ARP Entry Display and Clear Operation 
Commands
This section explains the commands related to ARP entry.
5.25.1
ARP Entry Display Commands
This section explains the commands related to ARP entry.
5.25.1.1 show arp
Function
Display the ARP entries.
Available Model
XG0224 / XG0448 / XG2600
Syntax
show arp [<ip_address>]
show arp summary
Options
N/A
Display the details of all ARP entries.
<ip_address>
Display the ARP entries of the specified IP address only.
summary
Display the number of ARP entries.
Use Mode
Operation mode (user class/admin class)
Configuration mode (admin class)
Explanation
Display the ARP table entries.
Execution Example
1)
IP Address
The IP address of ARP entry is displayed.
2)
MAC Address
The MAC address of ARP entry is displayed.
If not resolved, "incomplete" is displayed.
# show arp                                                                      
IP Address      MAC Address       F  Rest  Interface Port                       
--------------- ----------------- -- ----- --------- ----                       
   (1)                (2)        (3)  (4)    (5)      (6)
20.0.0.1        00:00:e2:08:57:89    01146 lan0      12                         
20.0.0.2        (incomplete)               lan0                                 
20.0.0.255      00:00:02:01:14:00 P  perm  lan0                                 
    Entry:3       ---(7)
                                                                                
# show arp summary                                                              
    Entry:3                    
                                                                                
# show arp 20.0.0.1                                                             
IP Address      MAC Address       F  Rest  Interface Port                       
--------------- ----------------- -- ----- --------- ----                       
20.0.0.1        00:00:e2:08:57:89    01146 lan0      12                         
    Entry:1                    
                                                                                
#