A. OLCmd Reference
OLCmd snmpget
The snmpget command performs an SNMP get on a specified MIB object.
Format:
OLCmd snmpget [community_name ] ip_address object_id
Where:
community_name Is the community name for read access. If omitted,
| public is used. |
ip_address | Is the address of the device to be accessed. |
object_id | Is the object to be displayed. |
Example:
The following command performs an SNMP get and displays the sysDescr MIB object:
OLCmd snmpget 135.26.10.37 1.3.6.1.2.1.1.1.0
| January 2002 |