eqlifOperStatus OBJECT-TYPE
SYNTAX INTEGER {
up(1), -- ready to pass packets
down(2),
testing(3), -- in some test mode
unknown(4), -- status can not be determined
-- for some reason.
dormant(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current operational state of the interface. The
testing(3) state indicates that no operational packets
can be passed. If eqlifAdminStatus is down(2) then
eqlifOperStatus should be down(2). If eqlifAdminStatus is
changed to up(1) then eqlifOperStatus should change to
up(1) if the interface is ready to transmit and
receive network traffic; it should change to
dormant(5) if the interface is waiting for external
actions (such as a serial line waiting for an
incomming connection); it should remain in the down(2)
state if and only if there is a fault that prevents if
from going to the up(1) state."
View at oid-info.com
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.12740.9.4.1.2 | eqlifStatusConfigurationFlags | 0 | 0 | eqlifStatusConfigurationFlags OBJECT-TYPE SYNTAX BITS { isDcbCapable(0), -- is Interface DCB Capable flag1(1), flag2(2), flag3(… |