All MIBs › CDMIPController › cdmipQosMode
cdmipQosMode
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipQosMode
OID (numeric): 1.3.6.1.4.1.6247.4.9.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The QoS configuration modes for the QoS subsystem.
The valid values are: 1. Maximum Bandwidth & Priority. 2. Minimum Bandwidth & Maximum Bandwidth. 3. Differential Services Mode.
What is cdmipQosMode?
This selects which of three mutually exclusive QoS schemes governs the whole QoS subsystem: Maximum Bandwidth & Priority, Minimum Bandwidth & Maximum Bandwidth, or Differential Services mode. This single global switch determines which of the per-rule fields elsewhere in this MIB actually take effect, for example cdmipQosRulesPriority only matters in mode 1 and cdmipQosRulesMinBw only in mode 2, so diagnosing a 'QoS isn't working' complaint often starts with checking this value first. For example, an admin who carefully tunes cdmipQosRulesMinBw values but leaves this set to mode 1 would find those minimum-bandwidth settings have no effect at all.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.9.4 snmpwalk -v2c -c public <target> CDMIPController::cdmipQosMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.9.4.1 snmpget -v2c -c public <target> CDMIPController::cdmipQosMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.9.4.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::cdmipQosMode 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.4 | cdmipQosMode | CDMIPController |