dot3ExtPkgOptIfTransmitEnable
ZXEPON-SERVICE-MIB ·
.1.3.6.1.4.1.3902.1015.1010.1.5.1.5.1.14
Object
Setting this object to true(1) will cause the optical interface to start transmission (according to the control protocol specified for the logical interface). Setting this object to false(2) will cause the interface to stop the optical transmission. When getting true(1) the optical interface is in transmitting mode (obeying to the logical control protocol). When getting false(2) the optical interface is not in transmitting mode. The write operation is not restricted in this document and can be done at any time. Changing ExtPkgOptIfTransmitEnable state can lead to a halt in the optical transmission of the respective interface leading to an interruption of service of the users connected to the respective EPON interface. The object is relevant when the admin state of the interface is active as set by the MpcpAdminState. 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.14- Type
- column
- Access
- readwrite
- 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::dot3ExtPkgOptIfTransmitEnable'
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::dot3ExtPkgOptIfTransmitEnable.<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::dot3ExtPkgOptIfTransmitEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |