3com S7906E Guide De Référence

Page de 2327
 
1-12 
View 
Any view 
Default Level 
1: Monitor level 
Parameters 
socktype socket-type: Displays the socket information of this type. The socket type is in the range of 1 
to 3. The value “1” represents a TCP socket, “2” a UDP socket, and “3” a raw IP socket. 
task-id: Displays the socket information of the task. The task ID is in the range 1 to 100. 
socket-id: Displays the information of the socket. The socket ID is in the range 0 to 3072. 
slot slot-number: Number of a slot.  
Description 
Use the display ipv6 socket command to display socket information. 
Examples 
# Display the information of all sockets. 
<Sysname> display ipv6 socket 
SOCK_STREAM: 
Task = VTYD(14), socketid = 4, Proto = 6, 
LA = ::->22, FA = ::->0, 
sndbuf = 8192, rcvbuf = 8192, sb_cc = 0, rb_cc = 0, 
socket option = SO_ACCEPTCONN SO_REUSEPORT SO_SENDVPNID, 
socket state = SS_PRIV SS_ASYNC 
 
Task = VTYD(14), socketid = 3, Proto = 6, 
LA = ::->23, FA = ::->0, 
sndbuf = 8192, rcvbuf = 8192, sb_cc = 0, rb_cc = 0, 
socket option = SO_ACCEPTCONN SO_REUSEPORT SO_SENDVPNID, 
socket state = SS_PRIV SS_ASYNC 
 
SOCK_DGRAM: 
Task = AGNT(51), socketid = 2, Proto = 17, 
LA = ::->161, FA = ::->0, 
sndbuf = 9216, rcvbuf = 42080, sb_cc = 0, rb_cc = 0, 
socket option = SO_REUSEPORT, 
socket state = SS_PRIV SS_NBIO SS_ASYNC 
 
Task = TRAP(52), socketid = 2, Proto = 17, 
LA = ::->1024, FA = ::->0, 
sndbuf = 9216, rcvbuf = 42080, sb_cc = 0, rb_cc = 0, 
socket option =, 
socket state = SS_PRIV   
 
SOCK_RAW: