|
|
Description:
|
mpsEgressCacheEntryState OBJECT-TYPE
SYNTAX INTEGER { doesNotExist(1),
inactive(2),
active(3),
negative(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"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'."
REFERENCE
"Multiprotocol Over ATM. AF-MPOA-0087.000.
Appendix I.4 Egress MPS Control State Machine."
|
|
|
|