ipPolicyValidListStatus
POLICY-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.36.11.1.1.5
Object
column Enumeration
Validity status of this list in the context of a particular
interface and direction,
on a particular policy entity.
Summarizes validity of rules,
dscp table and composite Opertaions associated with this list.
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.11.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipPolicyValidListEntry
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::ipPolicyValidListStatus'
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::ipPolicyValidListStatus.<ipPolicyValidListEntID>.<ipPolicyValidListIfIndex>.<ipPolicyValidListSubContext>.<ipPolicyValidListListID>'
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::ipPolicyValidListStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | valid |
2 | partiallyValid |
3 | invalid |
4 | validationInProgress |