Re: "No Such Instance"

2007-02-24 Thread Shuaib Siddiqui
Sorry, yes that was a typo. thats what i get: #:snmpget -c demopublic -v 2c 10.0.8.205 1.3.6.1.4.1.188.11.10.2.0 SNMPv2-SMI::enterprises.188.11.10.2.0 = " " On 2/24/07, Dave Shield <[EMAIL PROTECTED]> wrote: On 24/02/07, Shuaib Siddiqui <[EMAIL PROTECTED]> wrote: > Iam using: > > #:snmpget

Re: "No Such Instance"

2007-02-24 Thread Dave Shield
On 24/02/07, Shuaib Siddiqui <[EMAIL PROTECTED]> wrote: > Iam using: > > #:snmpget -c demopublic -v 2c 10.0.8.205 1.3.6.1.4.1.188.11.10.1.1.0 > #: SNMPv2-SMI::enterprises.188.11.10.1.1.0 = No Such Instance currently > exists at this OID > > I also tried: > > #: snmpwalk -c demopublic -v 2c 10.0.8.2

Re: "No Such Instance"

2007-02-24 Thread Shuaib Siddiqui
Iam using: #:snmpget -c demopublic -v 2c 10.0.8.205 1.3.6.1.4.1.188.11.10.1.1.0 #: SNMPv2-SMI::enterprises.188.11.10.1.1.0 = No Such Instance currently exists at this OID I also tried: #: snmpwalk -c demopublic -v 2c 10.0.8.205 1.3.6.1.4.1.1.188.11.10 #: SNMPv2-SMI::enterprises.188.11.10.2.0 =

Re: agentx subagent support

2007-02-24 Thread Dave Shield
On 23/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I tried to implement the agentx subagent support example but I am getting a > few > errors. After building the example demon using the makefile and starting the > master agent, When I change the root to ./example-demon & I get the error

Re: Problem Related to snmpwalk command

2007-02-24 Thread Dave Shield
On 23/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > WHAT ABOUT OTHER TABLES AND OBJECT... > WMAN-IF-MIB::wmanIfBsPkmTekInvalidErrorString.24.24 = STRING: 0 > > Error in packet. > Reason: (genError) A general failure occured The first thing to check is whether this problem is arising

Re: "No Such Instance"

2007-02-24 Thread Dave Shield
On 23/02/07, Shuaib Siddiqui <[EMAIL PROTECTED]> wrote: > when i query any of the new OIDs using snmpget it > gives me "No such Instance currently exists at this OID" What is the exact snmpget command that you are using? (and what is the output of the successful snmpwalk?) Dave