Description:
|
stpInfoPortState OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
blocking(2),
listening(3),
learning(4),
forwarding(5),
discarding(7),
broken(6),
na(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port's current state as defined by application of the Spanning
Tree Protocol. This state controls what action a port takes on
reception of a frame. If the bridge has detected a port that is
malfunctioning it will place that port into the broken(6) state.
For ports which are disabled, this object will have a value of
disabled(1). If port is not controlled by STP, this object will have
a value of na (8)."
|
|