On 24 February 2012 12:31, Chris Smith wrote:
> But if I try to snmpget myColumn.1."ABC", I get an error: Unknown Object
> Identifier (Index out of range: "ABC" ).
What is the exact command you are using?
$ snmpget . myColumn.1."ABC"
or
$ snmpget . myColumn.1.\"ABC\"
Remember th
Hi,
I've implemented a small table in a subagent and I think I'm having
problems querying it. The table has two indexes, one of which is a
string. If I execute snmpwalk on the table, it correctly returns the data:
myColumn.1."ABC" = INTEGER: 1
But if I try to snmpget myColumn.1."ABC", I get an