zhoneVdslLineConfUpGinpRtxMode
ZhoneVdsl-MIB ·
.1.3.6.1.4.1.5504.5.13.1.1.11.1.155
Object
column r/w
Enumeration
gInpRtxMode - Upstream retransmission Mode (RTX MODE). The RTX_MODE is a configuration parameter used to control activation of retransmission during initialization. This parameter has 4 valid values: FORBIDDEN: ITU-T G.998.4 retransmission not allowed. PREFERRED: ITU-T G.998.4 retransmission is preferred by the operator. (i.e., if ITU-T G.998.4 RTX capability is supported by both XTU's, the XTU's shall select ITU-T G.998.4 operation for this direction). FORCED: Force the use of the ITU-T G.998.4 retransmission. (i.e., if ITU-T G.998.4 RTX capability in this direction is not supported by both XTU's or not selected by the XTU's, an initialization failure shall result). NOTE: Due to the optionality of ITU-T G.998.4 retransmission in upstream direction, the use of FORCED in upstream may lead to initialization failure, even if the XTU is supporting ITU-T G.998.4 (in downstream). TESTMODE: Force the use of the ITU-T G.998.4 retransmission in the test mode described in clause 10.4. (i.e., if ITU-T G.998.4 RTX capability is not supported by both XTU's or not selected by the XTU's, an initialization failure shall result). ITU-T G.998.4 11.1.13 Retransmission Mode (RTX_MODE)
Context
- MIB
- ZhoneVdsl-MIB
- OID
.1.3.6.1.4.1.5504.5.13.1.1.11.1.155- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhoneVdslLineConfProfileEntry
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 'ZhoneVdsl-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZhoneVdsl-MIB::zhoneVdslLineConfUpGinpRtxMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZhoneVdsl-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZhoneVdsl-MIB::zhoneVdslLineConfUpGinpRtxMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZhoneVdsl-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZhoneVdsl-MIB::zhoneVdslLineConfUpGinpRtxMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | forbidden |
2 | preferred |
3 | forced |
4 | testmode |