ipPolicyDSCPmapApplicabilityStatus
POLICY-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.36.9.1.7
Object
column obsolete
Enumeration
Used to monitor if a DSCP entry is currently applicable
or would be applicable (if the table becomes active).
The applicability context is that of the first entry for this SlotID
in ipPolicyValidDSCPTable.
The values returned for this MIB are not affected by the table status
active/inactive)
applicable - This entry is/would be applicable
partiallyApplicable - This entry is/would be applicable for some
packets/sessions but might not be applicable for other
packets/sessions
notApplicable - This entry is NOT/would NOT be applicable
unknown - Status is temporary unknown. This may be because the table
validation is inProgress. Querying this item triggeres table
validation if not already triggered.
Context
- MIB
- POLICY-MIB
- OID
.1.3.6.1.4.1.81.36.9.1.7- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- ipPolicyDSCPmapEntry
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::ipPolicyDSCPmapApplicabilityStatus'
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::ipPolicyDSCPmapApplicabilityStatus.<ipPolicyDSCPmapEntID>.<ipPolicyDSCPmapListID>.<ipPolicyDSCPmapDSCP>'
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::ipPolicyDSCPmapApplicabilityStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | applicable |
2 | partiallyApplicable |
3 | notApplicable |
4 | unknown |