rcmcPortFaultReturnStatus
CONVERTOR-SYSTEM-MIB ·
.1.3.6.1.4.1.8886.16.1.1.2.1.1.7
Object
column Enumeration
Port state changging result of fault return. If normal(1), there is no fault return occurring. If down(2), the port is down result of fault return occurring. This value of TP is unavailable.
Context
- MIB
- CONVERTOR-SYSTEM-MIB
- OID
.1.3.6.1.4.1.8886.16.1.1.2.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcmcPortEntry
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 'CONVERTOR-SYSTEM-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONVERTOR-SYSTEM-MIB::rcmcPortFaultReturnStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONVERTOR-SYSTEM-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONVERTOR-SYSTEM-MIB::rcmcPortFaultReturnStatus.<rcmcPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONVERTOR-SYSTEM-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONVERTOR-SYSTEM-MIB::rcmcPortFaultReturnStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | down |
3 | unavailable |