T
Toby Rodwell
I'm using the snmp library for Ruby. My programs are very basic and are
developments of the example scripts in the documentation. At the moment
I'm trying to get an OID and thought that to do that I could use
SNMP::MIB.oid(<value>)
but I get a 'NoMethodError' even though the oid method clearly does
exist. What gives? Thanks in advance!
PS What I'm actually try to do is to give "ifDescr" and get
1.3.6.1.2.1.2.2.1.2 in return.
developments of the example scripts in the documentation. At the moment
I'm trying to get an OID and thought that to do that I could use
SNMP::MIB.oid(<value>)
but I get a 'NoMethodError' even though the oid method clearly does
exist. What gives? Thanks in advance!
PS What I'm actually try to do is to give "ifDescr" and get
1.3.6.1.2.1.2.2.1.2 in return.