E-DOC-CTC-20061027-0003v2.0
SNMP Commands
651
snmp get
Get from the supplied SNMP Object IDentifier(OID).
For example: get ObjectId=.1.3.6.1.2.1.1.1.0.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
snmp get [ObjectId = <string>]
ObjectID The Object Identifier. Object ID to get from ... must include the
instance which is 0 for scalar objects, for example
.1.3.6.1.2.1.1.1.0 sysDescription.
Note If not specified, the sysDescription OID .1.3.6.1.2.1.1.1.0
is assumed. Its value is Thomson ST.
OPTIONAL
=>snmp get
VB_octetStr .1.3.6.1.2.1.1.1.0 Thomson ST 620
=>
snmp getnext GetNext from the supplied SNMP OID.
snmp walk Walk from the supplied SNMP OID.