Hi gurus,
I'm trying to create a watch to monitorize closewait connections:
tcpConnState OBJECT-TYPE
SYNTAX INTEGER {
closed(1),
listen(2),
synSent(3),
synReceived(4),
established(5),
finWait1(6),
finWait2(7),
closeWait(8),
lastAck(9),
closing(10),
timeWait(11),
deleteTCB(12)
}
ACCESS read-write
STATUS current
DESCRIPTION
"The state of this TCP connection.
I can't found how to do it. Someone could help me?
Thanks in advance.
---
To unsubscribe from spectrum, send email to [email protected] with the body:
unsubscribe spectrum [email protected]