display rawip status

Function

The display rawip status command displays information about IPv4 RawIP connections.

Format

display rawip status [ cid cid ] [ socket-id socket-id ] [ local-ip local-ip ] [ remote-ip remote-ip ]

Parameters

Parameter Description Value
cid cid

Displays information about the RawIP connection with a specified APP CID.

The value is a hexadecimal integer ranging from 0 to ffffffff.

socket-id socket-id

Displays information about the RawIP connection with a specified socket ID.

The value is an integer ranging from 0 to 2147418111.

local-ip local-ip

Displays information about the RawIP connection with a specified local IP address.

The value is in dotted decimal notation.

remote-ip remote-ip

Displays information about the RawIP connection with a specified remote IP address.

The value is in dotted decimal notation.

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
ip-stack read

Usage Guidelines

Usage Scenario

Run the display rawip status command to check the following information about each valid IPv4 RawIP connection on a device:

  • IPv4 TCP socket ID
  • APP PID
  • Local IPv4 address
  • Remote IPv4 address

Example

The actual command output varies according to the device. The command output here is only an example.

# Display information about IPv4 RawIP connections.
<HUAWEI> display rawip status
-----------------------------------------------------
    SockId        Cid LAddr           FAddr
-----------------------------------------------------
         7 0x80692733 0.0.0.0         0.0.0.0
         8 0x80692733 0.0.0.0         0.0.0.0
        10 0x80692733 0.0.0.0         0.0.0.0
-----------------------------------------------------
Table 1 Description of the display rawip status command output
Item Description
SockId

IPv4 RawIP socket ID.

Cid

APP CID.

LAddr

Local IP address.

FAddr

Remote IP address.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >