ipPolicyCompositeOpTrustDscp
POLICY-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.36.8.1.12
Object
column Enumeration
Trust DSCP table. trust dscp-only or trust dscp-and-cos means 'consult DSCP table' (which actually points back to composite operation table). Packet's DSCP field would be remarked based on DSCP table. Packet's CoS field: a. Trust dscp-only means that CoS values would be taken according to DSCP table (in the same manner of DSCP remarking). b. Trust dscp-and-cos means that the new CoS value would be the maximum value between packet's CoS and DSCP table suggestion.
Context
- MIB
- POLICY-MIB
- OID
.1.3.6.1.4.1.81.36.8.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipPolicyCompositeOpEntry
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 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POLICY-MIB::ipPolicyCompositeOpTrustDscp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POLICY-MIB::ipPolicyCompositeOpTrustDscp.<ipPolicyCompositeOpEntID>.<ipPolicyCompositeOpListID>.<ipPolicyCompositeOpID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'POLICY-MIB::ipPolicyCompositeOpTrustDscp'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | no |
2 | dscp-only |
3 | dscp-and-cos |