eltBridgePvstPortStatusPortState
ELTEX-MES-BRIDGE-EXT-MIB ·
.1.3.6.1.4.1.35265.1.23.1.401.0.6.4.1.1
Object
column EltBridgeStpPortStateType
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 eltBridgePvstPortConfigEnable), this object will have a value of disabled(1).
Context
- MIB
- ELTEX-MES-BRIDGE-EXT-MIB
- OID
.1.3.6.1.4.1.35265.1.23.1.401.0.6.4.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltBridgePvstPortStatusEntry
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 'ELTEX-MES-BRIDGE-EXT-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-MES-BRIDGE-EXT-MIB::eltBridgePvstPortStatusPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-MES-BRIDGE-EXT-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-MES-BRIDGE-EXT-MIB::eltBridgePvstPortStatusPortState.<eltBridgePvstVlanIndex>.<eltBridgePvstPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-MES-BRIDGE-EXT-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-MES-BRIDGE-EXT-MIB::eltBridgePvstPortStatusPortState'
Syntax
- Source
- EltBridgeStpPortStateType
- Base type
Enumeration
Values & Constraints
Type Values
1 | disabled |
2 | blocking |
3 | listening |
4 | learning |
5 | forwarding |
6 | broken |