The display ripng statistics interface command displays statistics about packets received and sent by interfaces in a RIPng process.
display ripng process-id statistics interface { all | interface-type interface-number [ verbose | neighbor neighbor-ipv6-address ] }
Parameter | Description | Value |
---|---|---|
process-id | Displays statistics on the interface of the specified RIPng process. | The value is an integer that ranges from 1 to 65535. |
all | Displays statistics on all interfaces. | - |
interface-type interface-number | Displays statistics on the specified interface. | - |
verbose | Displays detailed statistics. | - |
neighbor neighbor-ipv6-address | Displays statistics about the specified neighbor. | The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
This command displays the configuration and operating status of RIPng. The information is helpful in fault location and configuration verification.
# Display statistics about VLANIF100 of RIPng process 1.
<HUAWEI> display ripng 1 statistics interface vlanif 100
Vlanif100(FE80::2E0:B9FF:FE7F:1A01)
Statistical information Last min Last 5 min Total
------------------------------------------------------------------
Periodic updates sent 5 23 259
Triggered updates sent 5 30 408
Response packets sent 10 34 434
Response packets received 15 38 467
Response packets ignored 0 0 0
Request packets sent 1 3 8
Request packets received 4 20 40
Request packets ignored 0 0 0
Bad packets received 0 0 0
Routes received 2 10 0
Routes sent 1 4 4
Bad routes received 0 0 0
Packets send failed 0 0 0
Item |
Description |
---|---|
Statistical information |
Packet type. |
Last min |
Statistics within the last minute. |
Last 5 min |
Statistics within the last 5 minutes. |
Total |
Total statistics. |
Periodic updates sent |
Number of periodically sent Update packets. |
Triggered updates sent |
Number of triggered sent Update packets. |
Response packets sent |
Number of sent RIPng Response packets. |
Response packets received |
Number of received RIPng Response packets. |
Response packets ignored |
Number of ignored RIPng Response packets. |
Request packets sent |
Number of sent RIPng Request packets. |
Request packets received |
Number of received RIPng Request packets. |
Request packets ignored |
Number of ignored RIPng Request packets. |
Bad packets received |
Number of received packets that cannot be parsed. |
Bad routes received |
Number of received routes that cannot be parsed. |
Routes received |
Number of received routes. |
Routes sent |
Number of sent routes. |
Packets send failed |
Number of RIPng packets that fail to be sent. |