pClassifyRTPState
CT-PRIORITY-CLASSIFY-MIB ·
.1.3.6.1.4.1.52.4.1.2.14.5.1.3.1.2
Object
column mandatory
r/w
Enumeration
This object will enable or disable modification of the TOS precedence field and the 802.1 P/Q tagging. A value of NoModification(1) implies that modification is not allowed. OnlyQTag(2) means that only 802.1 P/Q tagging is allowed. When this object has a value OnlyQTOS(3), modification of only the TOS precedence field is permitted. QTagAndQTOS means that both TOS precedence modification and P/Q tagging is allowed.
Context
- MIB
- CT-PRIORITY-CLASSIFY-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.14.5.1.3.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- pClassifyRTPEntry
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 'CT-PRIORITY-CLASSIFY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-PRIORITY-CLASSIFY-MIB::pClassifyRTPState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-PRIORITY-CLASSIFY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-PRIORITY-CLASSIFY-MIB::pClassifyRTPState.<pClassifyRTPInterfaceNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-PRIORITY-CLASSIFY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-PRIORITY-CLASSIFY-MIB::pClassifyRTPState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noModification |
2 | onlyQTag |
3 | onlyQTOS |
4 | qTagAndQTOS |