Specifications
6-14
Cisco ONS 15216 EDFA2 Operations Guide
78-13908-02
Chapter 6 CLI Commands
SNMP Commands
Description: Displays a row. Use this command to obtain information to use with other commands.
Type the command, the first few letters of the attribute, and press Tab to view a list of
attributes that can be set. Type an attribute from the list to view its row data. See
Example 6-15.
Example 6-15 snmp row display Command
hostname:ONS15216 EDFA2> snmp row display local cerent15216Edfa
cerent15216EdfaCfgGroup
cerent15216EdfaPumpCfgEntry
cerent15216EdfaAlarmControl
cerent15216EdfaStatusGroup
cerent15216EdfaPumpStatusEntry
cerent15216EdfaAlarmEntry
cerent15216EdfaOpGroup
hostname:ONS15216 EDFA2> snmp row display local cerent15216EdfaCfgGroup
CLASS CERENT-MIB.cerent15216EdfaCfgGroup ::=
{
cerent15216EdfaCfgSaved = true;
cerent15216EdfaLpoutSetpoint = 1000;
cerent15216EdfaLpoutDeviation = 200;
cerent15216EdfaLpoutHysteresis = 100;
cerent15216EdfaLOSThreshold = -2400;
cerent15216EdfaLOSHysteresis = 100;
cerent15216EdfaCtmpMin = 5;
cerent15216EdfaCtmpMinHysteresis = 1;
cerent15216EdfaCtmpMax = 65;
cerent15216EdfaCtmpMaxHysteresis = 1;
snmp row get Command
Command: snmp row get
Syntax: snmp row get hostname {row_name | index}
Description: Accesses a row. Use this command to obtain information to use with other commands. See
Example 6-16.
Example 6-16 snmp get row Command
hostname:ONS15216 EDFA2> snmp row get local cerent15216EdfaCfgGroup
CfgSa Lpo Lpo Lpo LOST LOS C C Ct C
true 1000 200 100 -2400 100 5 1 65 1
snmp row set Command
Command: snmp row set
Syntax: snmp row set hostname {row_name | index}
Description: Sets data within a row. Use the snmp row display command first to view the contents of
data within a row. See Example 6-17.