mpcIngressCacheEntryState

MPOA-MIB · .1.3.6.1.4.1.353.5.8.1.1.2.12.1.6

Object

column Enumeration
The present state of this MPC ingress cache.
The states are:
doesNotExist (1) -- the state is not yet available
inactive (2)     -- state exists, entry is not yet
                    active.  For an example, if
                    using the Finite State Machine
                    Appendix I.2, then the states
                    Cached and query are considered
                    `inactive'.
active (3)       -- state exists, entry is active.
                    For an example, if using the
                    Finite State Machine in Appendix I.2,
                    then the states resolved and refresh
                    are considered `active'.
negative (4)     -- state exists, entry is negative,
                    which could mean a NAK response was
                    received, or entry is doing a
                    retry, etc.  For example, if using
                    the Finite State Machine in Appendix
                    I.2, then the state `hold down' is
                    considered `negative'.

Context

MIB
MPOA-MIB
OID
.1.3.6.1.4.1.353.5.8.1.1.2.12.1.6
Type
column
Access
readonly
Status
current
Parent
mpcIngressCacheEntry
Groups
1

Walk 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 'MPOA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPOA-MIB::mpcIngressCacheEntryState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPOA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPOA-MIB::mpcIngressCacheEntryState.<mpcIngressCacheDestInetworkAddrType>.<mpcIngressCacheDestAddr>.<mpcIndex>.<mpcMpsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPOA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPOA-MIB::mpcIngressCacheEntryState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1doesNotExist
2inactive
3active
4negative

Conformance