ipeStsStpPortPortState
IPE-SYSTEM-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.6.6.2.1.4
Object
column Enumeration
The port's current state as defined by application of the Spanning Tree Protocol.
Context
- MIB
- IPE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.6.6.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipeStsStpPortEntry
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 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeStsStpPortPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeStsStpPortPortState.<ipeStsStpPortIfIndex>.<ipeStsStpPortBridgeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-SYSTEM-MIB::ipeStsStpPortPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | blocking |
3 | listening |
4 | learning |
5 | forwarding |
6 | broken |