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

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.

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

Replies are listed 'Best First'.
Re^3: Querying Baytech MMP-11 Power Strips using SNMP
by akuk (Beadle) on Jun 12, 2015 at 12:25 UTC

    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.