Specifications

Book Title
Ridgeline Concepts and Solutions Guide
358
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
Timeout(ms): 500
OUTPUT:
OID: .1.3.6.1.4.1.1916.1.1.1.9.1.1.1 ; VALUE: 1
OID: .1.3.6.1.4.1.1916.1.1.1.9.1.1.2 ; VALUE: 2
OID: .1.3.6.1.4.1.1916.1.1.1.9.1.1.3 ; VALUE: 3
OID: .1.3.6.1.4.1.1916.1.1.1.9.1.2.1 ; VALUE: 2
OID: .1.3.6.1.4.1.1916.1.1.1.9.1.2.2 ; VALUE: 2
OID: .1.3.6.1.4.1.1916.1.1.1.9.1.2.3 ; VALUE: 2
The AlarmMgr Utility
The Alarm Manager utility (AlarmMgr) enables you to access Ridgeline alarm information and output
the results to a command window or to a file. This command provides a command-line version of part
of the functionality available in the Ridgeline Alarm Manager.
Using the AlarmMgr Command
The AlarmMgr utility is located in the Ridgeline bin directory,
<Ridgeline_install_dir>/client/bin. By default this is \Program Files\Extreme
Networks\Ridgeline 3.0\client\bin
in Windows, or
/opt/ExtremeNetworks/Ridgeline3.0/client/bin in a UNIX environment.
This command includes options for specifying Ridgeline server access information and alarm filtering
parameters.
The syntax of the command is as follows:
AlarmMgr -user <Ridgeline username> <options>