Technical data

Accessing the MIB
303561-A Rev 00
7-5
The following examples demonstrate ways to display the value of an attribute. The
attribute in these examples is named wfSnmpDisable. Its instance ID is 1, object
name is wfSnmp, and object identifier is 1.3.6.1.4.1.18.3.5.3.5.1.
The instance ID of 0 is reserved for base record objects. Specifying the base
record instance ID in the
get command is optional.
The second example demonstrates how to obtain a group of values associated with
an object.
Examples
:
Entering one of the following:
get wfSnmp.wfSnmpDisable
get wfSnmp.wfSnmpDisable.0
get 1.3.6.1.4.1.18.3.5.3.5.1.1
get 1.3.6.1.4.1.18.3.5.3.5.1.1.0
get 1.3.6.1.4.1.18.3.5.3.5.1.1.*
get wfSnmp.1.0
get wfSnmp.1.*
Displays the object name, the base record
ID (0), and the value in the following
format:
wfSnmp.wfSnmpDisable.0 = 1
Appending 0 to the object name and
appending the 0 or * to the instance
identifier is optional when issuing a
get
command.
Entering:
get wfSnmp.*.0
Displays a group of values associated
with an object in the following format:
wfSnmp.wfSnmpDisable.0 = 1
wfSnmp.wfSnmpUseLock.0 = 1
wfSnmp.wfSnmpLockAddress.0 = 0.0.0.0
.
.
.
Entering:
get wfSnmp.*.*
Displays the following error message:
get: Invalid obj.attr.inst specified