in reply to Querying Baytech MMP-11 Power Strips using SNMP

A quick question, when you run SNMP from command line to "sBTAModulesPRPCCircuitsTable" did you get any output from the device itself ?

  • Comment on Re: Querying Baytech MMP-11 Power Strips using SNMP

Replies are listed 'Best First'.
Re^2: Querying Baytech MMP-11 Power Strips using SNMP
by wveagle81 (Novice) on Jun 11, 2015 at 19:52 UTC

    I haven't tried it from the command line, but if I use the "getnext" function to get the data it works just fine. But when I try to use the "gettable" function I get the error.

      I would suggest try to run it from the command line using snmpwalk.

      snmpwalk -v2c -c community router_ip OID

      then check whether you get some output.

        Thanks. I did as you suggested and both entries responded to an snmpwalk query with proper data.