mpsEgressCacheEntryState
MPOA-MIB ·
.1.3.6.1.4.1.353.5.8.1.1.3.8.1.6
Object
column Enumeration
The present states of this MPS egress cache entry.
The states are:
doesNotExist (1) -- the state is not yet available
inactive (2) -- state exists, entry is not yet active
For example,if using the Finite
State Machine in Appendix 1.4,
the state imposing is `inactive'.
active (3) -- state exists, entry is active.
For example,if using the Finite
State Machine in Appendix 1.4,
the state imposed
is `active' state.
negative (4) -- state exists, entry is negative.
For example,if using the Finite
State Machine in Appendix 1.4,
the states purging and clearing
are `negative'.
Context
- MIB
- MPOA-MIB
- OID
.1.3.6.1.4.1.353.5.8.1.1.3.8.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mpsEgressCacheEntry
- 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 'MPOA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPOA-MIB::mpsEgressCacheEntryState'
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::mpsEgressCacheEntryState.<mpsEgressCacheId>.<mpsIndex>.<mpsMpcIndex>'
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::mpsEgressCacheEntryState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | doesNotExist |
2 | inactive |
3 | active |
4 | negative |
Conformance
Member of