|
|
Description:
|
mpsIngressCacheEntryState OBJECT-TYPE
SYNTAX INTEGER { doesNotExist (1),
inactive(2),
active(3),
negative(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this MPS Ingress cache.
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 I.3,
the state resolving is `inactive'.
active (3) -- state exists, entry is active.
For example,if using the Finite
State Machine in Appendix I.3,
the state resolved
is `active' state.
negative (4) -- state exists, entry is negative.
For example,if using the Finite
State Machine in Appendix I.3,
the state purging is `negative'."
REFERENCE
"Multiprotocol Over ATM, Letter Ballot, Appendix I.3."
|
|
|
|