RE: counter64 objects and AgentX problem

2010-05-14 Thread X Z
No, it doesn't work with snmpbulkget. From the response, it seemed to me that after OID1 failed, snmpbulkget didn't send the request for OID2. snmpbulkget -v2c -c public xxx OID1 OID2 gives the following error: Error in packetReason: (genError) A general failure occuredFailed object: OID1 I am s

Re: counter64 objects and AgentX problem

2010-05-14 Thread Kathy McLeod
Does it work with snmpbulkget? Kathy McLeod Dept S82 CCB - SNMP IBM Rochester, MN (507) 253-4803 X Z

counter64 objects and AgentX problem

2010-05-14 Thread X Z
Hi, I ran the AgentX subagent to answer the queries for OID1 and OID2 which are ASN_COUNTER64 type. A snmpget on a single OID can return the correct value. For example: snmpget -v2c -c public xxx OID1 OID1 = 327990 snmpget -v2c -c public xxx OID2 OID2 = 78890 A snmpget on two OIDs returned erro

Support for IP-MIB::ipSystemStatsHCInOctets ?

2010-05-14 Thread Christian Hammers
Hello I'm using NET-SNMP snmpd 5.4.1 and wonder if how I could monitor the amount of IPv6 traffic in relation to IPv4 traffic on one of our new servers. So far I found the IP-MIB from RFC 4293, which seems to supercede the old IPV6-MIB, but it has only zeros for the "Octets" OIDs and does not ev

Receiving SNMPv3 traps with non-empty context

2010-05-14 Thread branko
Hi I have spent some time trying to figure out how I can receive traps with a non-blank context using snmptrapd. After fiddling with the configuration for quite a while, I was unable to achieve this. Has anyone had any experience with this so far, and is there any sort of sample configuration fil

net-snmp Agentx

2010-05-14 Thread mass mass
Hello all, First time i am posting the query on tis group, I have joined a day before. I have done installation of net-snmp and i am trying the daemon example given at net-snmp tutorials http://www.net-snmp.org/tutorial/tutorial-5/toolkit/demon/ . I am trying code with agentx support. I have done

Master Agent and Sub Agent(s)

2010-05-14 Thread sanjaykumar
Hi All, I am going through the /_Master Agent and Sub Agent(s)._/ I have some doubt regarding the above concept. How does it works ? How does the communication established between them ? Does both receive the snmp request on snmp port 161 or some other port ??? Rgds, Sanjay ---