rbridgeBasePortState
RBRIDGE-MIB ·
.1.3.6.1.2.1.214.1.1.9.1.7
Object
column Enumeration
The port's current state. If the entire port is inhibited, its state is portInhibited(2). If specific VLANs are inhibited, the state is vlanInhibited(3), and rbridgeVlanPortTable will tell which VLANs are inhibited. For ports that are disabled (see rbridgeBasePortDisable), this object will have a value of disabled(4). If the RBridge has detected a port that is malfunctioning, it will place that port into the broken(5) state.
Context
- MIB
- RBRIDGE-MIB
- OID
.1.3.6.1.2.1.214.1.1.9.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rbridgeBasePortEntry
- Groups
- 1
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 'RBRIDGE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBRIDGE-MIB::rbridgeBasePortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RBRIDGE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBRIDGE-MIB::rbridgeBasePortState.<rbridgeBasePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RBRIDGE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RBRIDGE-MIB::rbridgeBasePortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | uninhibited |
2 | portInhibited |
3 | vlanInhibited |
4 | disabled |
5 | broken |
Conformance
Member of