|
|
Description:
|
sapIfOperState OBJECT-TYPE
SYNTAX INTEGER {
down(1),
up(2),
sleeping(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "The current operational state of the interface.
If sapIfAdminState is disabled(1) then
ripIfOperState should be down(1). If sapIfAdminState is
changed to enabled(2) then sapIfOperState should change to
up(2) if the interface is ready to transmit and
receive network traffic; it should change to
sleeping(3) if the interface is waiting for external
actions (such as a serial line waiting for an
incomming connection); it should remain in the down(1)
state if and only if there is a fault that prevents it
from going to the up(2) state."
|
|
|
|