All MIBs › CDMIPController › cdmipQosRulesDstPortMax
cdmipQosRulesDstPortMax
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipQosRulesDstPortMax
OID (numeric): 1.3.6.1.4.1.6247.4.9.2.1.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The ending destination port number (maximum) for the QoS rule.
A QoS rule can be configured with a port range of xxxx - yyyy by setting 'cdmipQosRulesDstPortMin' to xxxx and 'cdmipQosRulesDstPortMax' to yyyy.
*** NOTE: Enter 65536 for match all ports. ***
What is cdmipQosRulesDstPortMax?
This is the upper bound of the destination port range this QoS rule matches, paired with cdmipQosRulesDstPortMin, with 65536 meaning 'match all ports.' Setting min and max to the same single port number creates an exact-match rule for one service, while spreading them apart creates a range match useful for applications that use a block of destination ports. For example, min 49152 and max 65535 would bracket the ephemeral or dynamic port range some server applications use for return data channels.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.9.2.1.10 snmpwalk -v2c -c public <target> CDMIPController::cdmipQosRulesDstPortMax
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.9.2.1.10.1 snmpget -v2c -c public <target> CDMIPController::cdmipQosRulesDstPortMax.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.9.2.1.10.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::cdmipQosRulesDstPortMax 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.10 | cdmipQosRulesDstPortMax | CDMIPController |