dot3ExtPkgOptIfTransmitAlarm
ZXEPON-SERVICE-MIB ·
.1.3.6.1.4.1.3902.1015.1010.1.5.1.5.1.13
Object
column SNMPv2-TCTruthValue
When getting true(1) there is a non-valid optical signal at the transmit of the interface, either a higher level or lower level than expected. When getting false(2) the optical signal at the transmit is valid and in the required range. This object is applicable for an OLT and an ONU. At the OLT it has a distinct value for each virtual interface.
Context
- MIB
- ZXEPON-SERVICE-MIB
- OID
.1.3.6.1.4.1.3902.1015.1010.1.5.1.5.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dot3ExtPkgOptIfEntry
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 'ZXEPON-SERVICE-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXEPON-SERVICE-MIB::dot3ExtPkgOptIfTransmitAlarm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXEPON-SERVICE-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXEPON-SERVICE-MIB::dot3ExtPkgOptIfTransmitAlarm.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXEPON-SERVICE-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXEPON-SERVICE-MIB::dot3ExtPkgOptIfTransmitAlarm'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |