Re: TCPCONN table

2005-04-12 Thread Robert Story
On Tue, 12 Apr 2005 02:58:56 -0700 (PDT) Shivali wrote: SG> Now i want to read values of entries SG> in TCPCONNECTION table from the same MIB file. SG> SG> How to do tht? plz help See the source code for snmpwalk in the apps directory. -- NOTE: messages sent directly to me, instead of the lists

TCPCONN table

2005-04-12 Thread Shivali Gupta
Hello, I hav written a code to read the value of tcpMaxConn from TCPMIB as shown below. fn() { struct snmp_session session; struct snmp_session *sess_handle; struct snmp_pdu *pdu; struct snmp_pdu *response; struct variable_list *vars; oid id_oid[MAX