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 | Specifies the ID of a RIPng process. | The value is an integer ranging from 1 to 65535. |
| all | Displays statistics about packets on all interfaces. | - |
| interface-type interface-number | Specifies the type and number of an interface. | - |
| verbose | Displays detailed statistics information. | - |
| neighbor neighbor-ipv6-address | Specifies the IPv6 address of a neighbor. | - |
This command displays the configuration and operating status of RIPng. The information is helpful in fault location and configuration verification.
# Display statistics about packets on GigabitEthernet0/0/0 in RIPng process 1.
<sysname> display ripng 1 statistics interface GigabitEthernet0/0/0 GigabitEthernet0/0/0(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 Packet send failed 0 0 0
Item |
Description |
|---|---|
Statistical information |
Indicates the packet type. |
Last min |
Indicates the number of packets collected in the last minute. |
Last 5 min |
Indicates the number of packets collected in the last five minutes. |
Total |
Indicates the total number of packets. |
Periodic updates sent |
Indicates the number of update packets sent at intervals. |
Triggered updates sent |
Indicates the number of update packets sent upon triggering. |
Response packets sent |
Indicates the number of sent RIPng response packets. |
Response packets received |
Indicates the number of received RIPng response packets. |
Response packets ignored |
Indicates the number of ignored RIPng response packets. |
Request packets sent |
Indicates the number of sent RIPng request packets. |
Request packets received |
Indicates the number of received RIPng request packets. |
Request packets ignored |
Indicates the number of ignored RIPng request packets. |
Bad packets received |
Indicates the number of received packets that cannot be parsed. |
Routes received |
Indicates the number of received routes. |
Routes sent |
Indicates the number of sent routes. |
Bad routes received |
Indicates the number of received routes that cannot be parsed. |
Packet send failed |
Indicates the number of RIPng packets failed to be sent. |