ipPolicyListValidityStatus
POLICY-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.36.1.1.4
Object
column obsolete
Enumeration
Validity status of this list. Summarizes validity of rules,
dscp table and composite Opertaions associated with this list.
The validity context is that of the first entry for this SlotID in
ipPolicyValidListTable.
valid - For all rules in the list:
ipPolicyRuleApplicabilityStatus = applicable
all DSCP rules are applicable.
partiallyValid - in One or more rules/dscp mapping in the list
ipPolicyRuleApplicabilityPrecedence < 9999 (not mandatory) and
ipPolicyRuleApplicabilityStatus != applicable
In all other rules (if any) :
ipPolicyRuleApplicabilityStatus=applicable
invalid - In One or more rules/dscp mappings in the list
ipPolicyRuleApplicabilityPrecedence=9999 (mandatory) and
ipPolicyRuleApplicabilityStatus != applicable
validationInProgress - The current validity of the list is currently
computed. Managment station should poll the device until one of
the definitive values is returned.
Context
- MIB
- POLICY-MIB
- OID
.1.3.6.1.4.1.81.36.1.1.4- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- ipPolicyListEntry
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::ipPolicyListValidityStatus'
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::ipPolicyListValidityStatus.<ipPolicyListSlot>.<ipPolicyListID>'
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::ipPolicyListValidityStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | valid |
2 | partiallyValid |
3 | invalid |
4 | validationInProgress |