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