snmpinform version 3

2005-05-26 Thread Juwairia Zubair
Hi I am trying to get snmp version3 traps and informs to work but so far with no success. Previously I had an application sending snmptraps(version 1) from linux to snmptrapd running on windows2000. The command I used was snmptrap –v1 –c public 134.202.84.204 ‘’ 134.202.84.1 69 ‘’ ‘’ systemSc

Re: Uninstalling Snmp

2004-08-21 Thread Juwairia Zubair
net-snmp = 5.0.6 is needed by (installed) net-snmp-utils-5.0.6-17 so now what do i do??? From: Robert Story (Coders) <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "Juwairia Zubair" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Uninstalling Snmp Date: Sat

Uninstalling Snmp

2004-08-21 Thread Juwairia Zubair
Hi, Thanks for all your help but i wasnt able to uninstall both 5.0.6 and 5.1.1 versions probably becuse i had run too many extra commands and experimented too much. Since i have a deadline to meet so i am using a fresh system with 5.0.6 already installed. Now i want to upgrade it to 5.1.1 or 5.

uninstalling 5.0.6

2004-08-19 Thread Juwairia Zubair
hi I am trying to update net-snmp 5.0.6 to 5.1.1 but in doing so i managed to make a mess of things. i ran ./configure --with-mib-modules="agentx", make, make install while installing 5.1.1 and after doing so i ran my subagent which crashed on the line netsnmp_get_table_handler and returns NULL.

Broken pipe in table using iterator

2004-08-17 Thread Juwairia Zubair
Hi, I am trying to store values in a table using mib2c.iterator.conf. It worked fine with a few tables but when i use lengthy computations while filling the data structures i get the "broken pipe" error and my subagent crashes. I am guessing that this is because of the large number of calls. my

RE: Get Values from file for snmpwalk

2004-07-27 Thread Juwairia Zubair
someone explain to me how mib2c.iterate works coz i cant figure it out:(. All i want to do is read some values from files and insert it into the tables From: "Juwairia Zubair" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Get Values from file for snmpwalk Date: Mon, 26 Jul 200

Get Values from file for snmpwalk

2004-07-26 Thread Juwairia Zubair
Hi, I am trying to implement a table that gives me values after reading from a file. that is snmpwalk -v1 -c public localhost myTable myTable.1=value1 myTable.2=value2 where the values "value1" "value2" are read from a file. Now when i fill in the rows in the initialize_table_myTable() function

IPSEC-SA-MON-MIB

2004-07-05 Thread Juwairia Zubair
hi i have been stuck on trying to get the ipsec statistics and the status of various tunnels through SNMP in linux 9 . I found the IPSEC-SA-MON-MIB on the net but cant find any implementation for it. Now if i use this MIB then would i have to implement it myself. From the little knowledge that

IPSEC-SA-MON-MIB

2004-07-05 Thread Juwairia Zubair
hi i have been stuck on trying to get the ipsec statistics and the status of various tunnels through SNMP in linux 9 . I found the IPSEC-SA-MON-MIB on the net but cant find any implementation for it. Now if i use this MIB then would i have to implement it myself. From the little knowledge that