cmpccppsErrorState
CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB ·
.1.3.6.1.4.1.9.9.690.1.2.3.1.8
Object
column Enumeration
Specifies the error condition. 'preloadInconsistentData' indicates PCRF has sent an incomplete Policy object. 'preloadAVPMissing' indicates a mandatory AVP in the preloading message is missing. 'preloadEnforceFailure' indicates PCEF is not able to install/modify/remove a policy preloading object. 'preloadWrongOrderFailure' indicates PCRF sent the preloading objects in wrong order. 'preloadStaticConfigConflict' indicates PCRF tried to preload an object, which is already statically configured in PCEF. 'preloadNoError' indicates no error has occurred so far.
Context
- MIB
- CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB
- OID
.1.3.6.1.4.1.9.9.690.1.2.3.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cmpccPolicyPreloadStatsTableEntry
- Groups
- 1
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 'CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB::cmpccppsErrorState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB::cmpccppsErrorState.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-MOBILE-POLICY-CHARGING-CONTROL-MIB::cmpccppsErrorState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | preloadInconsistentData |
2 | preloadAVPMissing |
3 | preloadEnforceFailure |
4 | preloadWrongOrderFailure |
5 | preloadStaticConfigConflict |
6 | preloadNoError |