3com 5500-ei pwr Reference Guide

Page of 1314
 
1-5 
Examples 
# Set the interval between sending NDP packets to 80 seconds. 
<Sysname> system-view 
System View: return to User View with Ctrl+Z. 
[Sysname] ndp timer hello 80 
reset ndp statistics 
Syntax 
reset ndp statistics [ interface interface-list ] 
View 
User view 
Parameters 
interface-list: Ethernet port list, in the format of { interface-type interface-number [ to  interface-type 
interface-number ] } &<1-10>, where to is used to specify a port range, and &<1-10> means that you 
can provide up to ten port indexes/port index ranges for this argument. The interface-number argument 
is in the format of unit ID/slot number/port number. 
Description 
Use the reset ndp statistics command to clear the NDP statistics on specific ports. When executing 
the command, if you specify the interface keyword, the command will clear NDP statistics on the 
specified ports; if you do not specify the interface keyword, the command will clear NDP statistics on all 
ports. 
You can use the display ndp command to view the NDP statistics before and after the execution of the 
reset ndp statistics command to verify the execution result. 
Examples 
# Display the NDP statistics on port Ethernet 1/0/6. 
<Sysname>  display ndp interface ethernet 1/0/6 
 Interface: Ethernet1/0/6 
    Status: Enabled, Pkts Snd: 1, Pkts Rvd: 2, Pkts Err: 0 
# Clear the NDP statistics on port Ethernet 1/0/6. 
<Sysname> reset ndp statistics interface ethernet 1/0/6 
# Re-display the NDP statistics on port Ethernet 1/0/6. 
<Sysname> display ndp interface ethernet 1/0/6 
 Interface: Ethernet1/0/6 
    Status: Enabled, Pkts Snd: 0, Pkts Rvd: 0, Pkts Err: 0