The reset vrrp6 statistics command clears statistics about received and sent packets of VRRP6 groups.
reset vrrp6 [ interface interface-type interface-number ] [ vrid virtual-router-id ] statistics
Parameter | Description | Value |
---|---|---|
interface interface-type interface-number | Clears statistics about sent and received packets of all VRRP6 groups on a specified interface.
|
- |
vrid virtual-router-id | Clears statistics about sent and received packets of a specified VRRP6 group. If this parameter is not specified, statistics about sent and received packets of all VRRP6 groups or a specified VRRP6 group on the device are cleared. | The value is an integer that ranges from 1 to 255. |
Before recollecting statistics about VRRP6 Advertisement packets, run the reset vrrp6 statistics command to clear existing statistics.
PrecautionsThe cleared statistics cannot be restored. Exercise caution when executing the reset vrrp6 statistics command.
# Clear statistics about sent and received packets of VRRP6 group 1 on VLANIF100.
<HUAWEI> reset vrrp6 interface vlanif 100 vrid 1 statistics
# Clear statistics about all the packets of VRRP6 group 1.
<HUAWEI> reset vrrp6 vrid 1 statistics
# Clear statistics about packets of all VRRP6 groups on the switch.
<HUAWEI> reset vrrp6 statistics