2-8Examples# Display the information about the socket of the TCP type. display ip socket socktype 1SOCK_STREAM:Task = VTYD(18), socketid = 1, Proto = 6,LA = 0.0.0.0:23, FA = 0.0.0.0:0,sndbuf = 8192, rcvbuf = 8192, sb_cc = 0, rb_cc = 0,socket option = SO_ACCEPTCONN SO_KEEPALIVE SO_SENDVPNID SO_SETKEEPALIVE,socket state = SS_PRIV SS_ASYNCTask = VTYD(18), socketid = 2, Proto = 6,LA = 10.153.17.99:23, FA = 10.153.17.56:1161,sndbuf = 8192, rcvbuf = 8192, sb_cc = 0, rb_cc = 0,socket option = SO_KEEPALIVE SO_OOBINLINE SO_SENDVPNID SO_SETKEEPALIVE,socket state = SS_ISCONNECTED SS_PRIV SS_ASYNCTask = VTYD(18), socketid = 3, Proto = 6,LA = 10.153.17.99:23, FA = 10.153.17.82:1121,sndbuf = 8192, rcvbuf = 8192, sb_cc = 0, rb_cc = 0,socket option = SO_KEEPALIVE SO_OOBINLINE SO_SENDVPNID SO_SETKEEPALIVE,socket state = SS_ISCONNECTED SS_PRIV SS_ASYNCTable 2-3 Description on the fields of the display ip socket commandField DescriptionSOCK_STREAM Indicates the socket type is TCPSOCK_DGRAM Indicates the socket type is UDPSOCK_RAW Indicates the socket type is raw IPTask Task IDsocketid Socket IDProto Protocol number used by the socketsndbuf Sending buffer size of the socketrcvbuf Receiving buffer size of the socketsb_ccCurrent data size in the sending buffer. The value makes senseonly for the socket of TCP type, because only TCP is able to cachedata.rb_cc Current data size in the receiving buffersocket option Option of a socketsocket state State of a socketdisplay ip statisticsSyntaxdisplay ip statistics