User guide

B-8 ExtremeWare EPICenter Software Installation and User Guide
Table B-3 specifies the options you can use with these commands:
SNMPCLI Examples
The following examples illustrate the usage of these commands.
To retrieve the values of the
extremePrimaryPowerOperational and
extremeRedundantPowerStatus variables for the Extreme Networks device with IP
address 10.205.0 99,with read community string “purple” and a timeout of 1000 ms,
enter the following command:
SnmpCli snmpget -a 10.205.0.99 -r purple -t 1000 -o
.1.3.6.1.4.1.1916.1.1.1.10.0 -o .1.3.6.1.4.1.1916.1.1.1.11.0
This returns the following:
IP Address: 10.205.0.99
Read community string: purple
Timeout(ms): 1000
OUTPUT:
OID: .1.3.6.1.4.1.1916.1.1.1.10.0 ; VALUE: 1
OID: .1.3.6.1.4.1.1916.1.1.1.11.0 ; VALUE: 1
To retrieve the values from the extremeFanStatusTable variables for the Extreme
Networks device with IP address 10.205.0.99, with the default read community string
(public) and a default timeout, enter the following command:
SnmpCli snmpwalk -a 10.205.0.99 -o .1.3.6.1.4.1.1916.1.1.1.9
This returns the following:
IP Address: 10.205.0.99
Read community string: public
Table B-3: SnmpCli command options
Option Value Default
-a Device IP address. This option can be specified more than
once. This option is required.
None
-o Object Identifier (OID) of the MIB object whose value you
want to retrieve, or that is the starting point for the values
you want. This option is required.
None
-r Read community string public
-t Timeout value for SNMP request, in milliseconds. 500 ms