display ipv6 rawip verbose
Use display ipv6 rawip verbose to display detailed information about IPv6 RawIP connections.
Syntax
display ipv6 rawip verbose [ slot slot-number [ pcb pcb-index ] ]
display ipv6 rawip verbose [ chassis chassis-number slot slot-number [ pcb pcb-index ] ]
Views
Any view
Predefined user roles
network-admin
network-operator
mdc-admin
mdc-operator
Parameters
pcb pcb-index: Displays detailed information about IPv6 RawIP connections of the specified PCB. The value range for the pcb-index argument is 1 to 16.
slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays detailed information about IPv6 RawIP connections for all cards.
chassis chassis-number slot slot-number: Specifies a card on an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the card. If you do not specify a card, this command displays detailed information about IPv6 RawIP connections for all cards.
Examples
# Display detailed information about an IPv6 RawIP connection.
<Sysname> display ipv6 rawip verbose Total RawIP socket number: 1 Location: slot: 6 cpu: 0 Creator: ping ipv6[320] State: N/A Options: N/A Error: 0 Receiving buffer(cc/hiwat/lowat/drop/state): 0 / 9216 / 1 / 0 / N/A Sending buffer(cc/hiwat/lowat/state): 0 / 9216 / 512 / N/A Type: 3 Protocol: 58 Connection info: src = ::, dst = :: Inpcb flags: N/A Inpcb extflag: INP_EXTRCVICMPERR INP_EXTFILTER Inpcb vflag: INP_IPV6 Hop limit: 255 (minimum hop limit: 0) Send VRF: 0xffff Receive VRF: 0xffff
Table 53: Command output
Field | Description |
---|---|
Total RawIP socket number | Total number of IPv6 RawIP sockets. |
Creator | Task name of the socket. The process number is in the square brackets. |
State | Socket state. |
Options | Socket options. |
Error | Error code. |
Receiving buffer (cc/hiwat/lowat/drop/state) | Displays receive buffer information in the following order:
|
Sending buffer(cc/hiwat/lowat/state) | Displays send buffer information in the following order:
|
Type | Socket type:
|
Protocol | Number of protocol using the socket. 58 represents ICMP. |
Connection info | Connection information, including the source and destination IPv6 addresses. |
Inpcb flags | Flags in the Internet PCB:
|
Inpcb extflag | Extension flags in the Internet PCB:
|
Inpcb vflag | IP version flag in the Internet PCB:
|
Hop limit | Hop limit in the Internet PCB. |
Send VRF | VRF from which packets are sent. |
Receive VRF | VRF from which packets are received. |