Description:
|
snaState OBJECT-TYPE
SYNTAX INTEGER {
up(1),
down(2),
halted(3),
congested(4),
restarting(5),
quiescing(6),
unknown(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the operational status of the SNA transport subsystem. The
values are:
up - transport is operation and available
down - transport is not available
halted - transport is operational but not
available
congested - transport is operationallly overloaded
(optional)
restarting - transport is unavailable, but will be soon
quiescing - transport is unavailable, shutdown in
progress
unknown - transport status is unknown or cannot be
determined"
|
|