rcIfPortMAUConnectorStatus
SWITCH-INTERFACE-PORT-MIB ·
.1.3.6.1.4.1.8886.6.1.1.7.1.2.2.1.4
Object
column Enumeration
This object identifies the MAU connector status. A value of unknown(0) is returned if the connector can not been identified. A value of error(1) is returned if the connector type is can not been supported by the MAU. A value present(2) is returned if the connector is connected to the MAU.
Context
- MIB
- SWITCH-INTERFACE-PORT-MIB
- OID
.1.3.6.1.4.1.8886.6.1.1.7.1.2.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcIfPortMAUEntry
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 'SWITCH-INTERFACE-PORT-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-INTERFACE-PORT-MIB::rcIfPortMAUConnectorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-INTERFACE-PORT-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-INTERFACE-PORT-MIB::rcIfPortMAUConnectorStatus.<rcIfPortPHYIndex>.<rcIfPortMAUIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-INTERFACE-PORT-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-INTERFACE-PORT-MIB::rcIfPortMAUConnectorStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | error |
2 | not-present |
3 | present |