Re: limit of 1024 connections

2012-06-01 Thread Petri Ojala
Nevermind, it was ARP table size. The udp error 105 (ENOBUFS) led to wrong direction. Petri On 1.6.2012 10:48, Petri Ojala wrote: I'm using net-snmp with Perl scripts, using the SNMP (not Net::SNMP) package. I'm doing asynchronous polls to a number of switches, queueing them so that

snmpd 5.7.1 has no response for IF-MIB::ifLinkUpDownTrapEnable

2012-06-01 Thread David Dombrowsky
We recently upgraded the snmpd server on our boxes from 5.2 to 5.7.1. In the previous version, I get data returned when I ask for ifLinkUpDownTrapEnable (for a specific port). Now, I get this $ snmpwalk -c public 10.1.1.1 .1.3.6.1.2.1.31.1.1.1.14 IF-MIB::ifLinkUpDownTrapEnable = No Such Instance

SNMP INFORM(V3) not acknowledged by snmpd

2012-06-01 Thread Suresh kumar
We are not able to receive acknowledgment from snmptrapd when we are sending snmpv3 inform from agent The snmpd.conf contains trapsess -v 3 –Ci –r 6 –t 5 -n -a SHA -A mypassword -x AES -X mypassword -l authPriv -u traptest -e 0x81020304 xx.xx.xx.xx(ip address) The same

Mask value

2012-06-01 Thread Kodena Dev
Hi! One vendor ask me to put this config in my snmp.conf: view Systemview included .1 80 I read some information about mask value but I'm not sure what I'm doing setting thiswhat exactly means this 80? Thanks! Kodena.

snmpd 5.7.1 has no response for IF-MIB::ifLinkUpDownTrapEnable

2012-06-01 Thread David Dombrowsky
We recently upgraded the snmpd server on our boxes from 5.2 to 5.7.1. In the previous version, I get data returned when I ask for ifLinkUpDownTrapEnable (for a specific port). Now, I get this $ snmpwalk -c public 10.1.1.1 .1.3.6.1.2.1.31.1.1.1.14 IF-MIB::ifLinkUpDownTrapEnable = No Such Instance

Stuck in the way of quering a private MIB (extension using perl)

2012-06-01 Thread Chayvialle, Daniel (External)
Hi all, I have to add a proprietary MIB to debian's snmpd that I must be able to query (get and set) from another networked computer on a non-standard UDP port (network aspects will be a further step). I have a MIB file in ~/.snmp/mibs and a perl extension for the agent, that is currently