apolloTrStatus
APOLLO-MIB ·
.1.3.6.1.4.1.5395.3.7.5.1.2
Object
column Integer32
This is a bit-map which is represented using a 32 bit number where each bit represent alarm type as below: 0 represents the least significant bit and 31 represents the most significant bit.Alarms type listed below are supported as of now. (0)No Problem,(1)Unplugged,(2)Type Mismatch,(3)Bit Fail,(4)Bit Degraded, (5)Bit Slightly Degraded,(6)Wavelength Mismatch,(7)Rx Power High,(8)Rx Power Low, (9)Tx Power High,(10)Tx Power Low,(11)Laser Bias Fault,(12)Laser Temperature High, (13)Low Osnr,(14)Laser Temperature Low,(15)Laser Bias Low Fault,(16)Rx Power High Warn, (17)Rx Power Low Warn,(18)Tx Power High Warn,(19)Tx Power Low Warn,(20)Laser Temperature High Warn, (21)Laser Temperature Low Warn,(22)Tx Bias High Warn,(23)Tx Bias Low Warn, (24)Supply Voltage High,(25)Supply Voltage Low,(26)Supply Voltage High Warn (27)Supply Voltage Low Warn
Context
- MIB
- APOLLO-MIB
- OID
.1.3.6.1.4.1.5395.3.7.5.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- apolloTransEntry
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 'APOLLO-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APOLLO-MIB::apolloTrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APOLLO-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APOLLO-MIB::apolloTrStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APOLLO-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APOLLO-MIB::apolloTrStatus'
Syntax
Integer32
Values & Constraints
No enumerated values or constraints recorded.