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. |
The actual command output varies according to the device. The command output here is only an example.
<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
-----------------------------------------------------
Item | Description |
---|---|
SockId | IPv4 RawIP socket ID. |
Cid | APP CID. |
LAddr | Local IP address. |
FAddr | Remote IP address. |