ibmSEStpPortState
IBM-LAN-EMULATION-EXTENSION-MIB ·
.1.3.6.1.4.1.2.5.8.4.1.5.1.1
Object
column mandatory
Enumeration
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 (see ibmSEPortEnable), this object
will have a value of disabled(1).
forwarding(1) - port is in forwarding state
learning(2) - port is in learning state
listening(3) - port is in listening state
blocked(4) - this port is blocked by spanning tree
configured(5) - this port is waiting for spanning tree
netdown(6) - this ports network interface is down
configuring(7) - this port is loading LEC configuration
unknown(8) - this port is in some unknown state
Context
- MIB
- IBM-LAN-EMULATION-EXTENSION-MIB
- OID
.1.3.6.1.4.1.2.5.8.4.1.5.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ibmSEStpPortEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'IBM-LAN-EMULATION-EXTENSION-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-LAN-EMULATION-EXTENSION-MIB::ibmSEStpPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-LAN-EMULATION-EXTENSION-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-LAN-EMULATION-EXTENSION-MIB::ibmSEStpPortState.<ibmSEBridgeId>.<ibmSEPortNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-LAN-EMULATION-EXTENSION-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-LAN-EMULATION-EXTENSION-MIB::ibmSEStpPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | forwarding |
2 | learning |
3 | listening |
4 | blocked |
5 | configured |
6 | netdown |
7 | configuring |
8 | unknown |