mpcEgressCacheEntryState

MPOA-MIB · .1.3.6.1.4.1.353.5.8.1.1.2.15.1.5

Object

column Enumeration
The present state of this MPC egress cache entry.
The states are:
     doesNotExist (1) -- the state is not yet available,
     inactive (2) -- state exists, entry is not yet active,
     active (3)   -- state exists, entry is active.
                     For example,if using the Finite State
                     Machine in Appendix 1.5,
                     the states active and flooding
                     are `active' state.
     negative (4) -- state exists, entry is negative.
              
For example,if using the Finite
State Machine in Appendix 1.5,
the state purging is `negative'.

Context

MIB
MPOA-MIB
OID
.1.3.6.1.4.1.353.5.8.1.1.2.15.1.5
Type
column
Access
readonly
Status
current
Parent
mpcEgressCacheEntry
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::mpcEgressCacheEntryState'
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::mpcEgressCacheEntryState.<mpcEgressCacheId>.<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::mpcEgressCacheEntryState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1doesNotExist
2inactive
3active
4negative

Conformance