dsQosRulePriority
DASAN-QOS-MIB ·
.1.3.6.1.4.1.6296.9.1.1.2.21.1.1.2
Object
column r/w
Enumeration
The priority of rule. There are three priority levels, high, medium, low. It can be used when multi-ruled filetering policy with priority is needed. For example, If you want to set 'web traffic of host A' is rule 'web', and 'other traffic of host A' is rule 'others', all traffic of host A is set to rule 'others' with priority medium first, and then set web traffic of host A is rule 'web' with high priority.
Context
- MIB
- DASAN-QOS-MIB
- OID
.1.3.6.1.4.1.6296.9.1.1.2.21.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dsQosRuleEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DASAN-QOS-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DASAN-QOS-MIB::dsQosRulePriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DASAN-QOS-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DASAN-QOS-MIB::dsQosRulePriority.<dsQosRuleName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DASAN-QOS-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DASAN-QOS-MIB::dsQosRulePriority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | low |
2 | medium |
3 | high |