On 21/07/06, Wesley Naves de Faria <[EMAIL PROTECTED]> wrote:
>   I need get information about the number of TCP connections ( Time-Wait ).
>
>  Where i found this information on MIB ? Are there ?


There is no single counter to report this value, no.
The best approach would be to walk the tcpConnectionState object,
and count the number of entries with the value timeWait(11)

Dave

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to