diffServFixedMaxValue
NTNTECH-MTM-MIB ·
.0.3.1.2.1.11
Object
column r/w
Enumeration
The value assigned dictates the action to be taken with the configured diffServPriority for tagged ingress packets. The default value is fixed(1). If set to fixed(1), the packet's ingress priority will automatically be replaced with the diffServPriority. If set to max(2), the packet's ingress priority will only be replaced with the diffServPriority if the packet's ingress priority is higher than the diffServPriority.
Context
- MIB
- NTNTECH-MTM-MIB
- OID
.0.3.1.2.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- diffServEntry
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 'NTNTECH-MTM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NTNTECH-MTM-MIB::diffServFixedMaxValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NTNTECH-MTM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NTNTECH-MTM-MIB::diffServFixedMaxValue.<ifCfgSlotIndex>.<ifCfgPortIndex>.<diffServIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NTNTECH-MTM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NTNTECH-MTM-MIB::diffServFixedMaxValue'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fixed |
2 | max |