All MIBs › CDMIPController › cdmipQosRulesRowStatus
cdmipQosRulesRowStatus
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipQosRulesRowStatus
OID (numeric): 1.3.6.1.4.1.6247.4.9.2.1.16
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: In SMIv2 tables, the RowStatus textual convention is used to manage the creation and deletion of conceptual rows.
This column has six defined values.
active(1) - which indicates that the conceptual row with all column is available for use by the managed device. notInService(2) - this row state is not yet supported. notReady(3) - this row state is not yet supported. createAndGo(4) - which is supplied by a manager wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. createAndWait(5) - this row create is not yet supported destroy(6) - which is supplied by a manager wishing to delete all of the instances associated with an existing conceptual row.
What is cdmipQosRulesRowStatus?
This is the standard SMIv2 RowStatus column used to create, activate, or destroy a row in the QoS rules table, though this device's implementation doesn't actually support the notInService or notReady states described in the general RowStatus convention. Because only active, createAndGo, createAndWait, and destroy are functional here, an admin scripting rule creation must jump straight from createAndGo to active rather than staging a rule through notInService the way some other vendors' RowStatus implementations allow. For example, setting this to createAndGo while simultaneously supplying values for index, protocol, and ports in one SNMP set is how a new QoS rule gets provisioned in a single operation on this device.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.9.2.1.16 snmpwalk -v2c -c public <target> CDMIPController::cdmipQosRulesRowStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.9.2.1.16.1 snmpget -v2c -c public <target> CDMIPController::cdmipQosRulesRowStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.9.2.1.16.1 i <value>
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipQosRulesRowStatus OID value, configure state conditions and alerts, and monitor any Comtech EF Data satellite modems from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.6247 | comtechEFData | ComtechEFData |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6247.4 | cdmipController | CDMIPController |
| 1.3.6.1.4.1.6247.4.9 | cdmipQosRules | CDMIPController |
| 1.3.6.1.4.1.6247.4.9.2 | cdmipQosRulesTable | CDMIPController |
| 1.3.6.1.4.1.6247.4.9.2.1 | cdmipQosRulesEntry | CDMIPController |
| 1.3.6.1.4.1.6247.4.9.2.1.16 | cdmipQosRulesRowStatus | CDMIPController |