zxDslLineTestServerNatMode
ZTE-DSL-LINE-TEST-MIB ·
.1.3.6.1.4.1.3902.1004.29.1.50.1.3
Object
column r/w
Enumeration
NAT mode for line test management path.It means that if the dslam
begin to use NAT mode to transmit line test command and response.
noNAT(1) -- no NAT on management path for line test
inBandNAT(2) -- enable NAT on in-band management path for line test
outBandNAT(3) -- enable NAT on out-band management path for line test
bridging_in_out_band(4) -- enable bidirection NAT between in-band
and out-band management path for line test.
Context
- MIB
- ZTE-DSL-LINE-TEST-MIB
- OID
.1.3.6.1.4.1.3902.1004.29.1.50.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zxDslLineTestServerEntry
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 'ZTE-DSL-LINE-TEST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-DSL-LINE-TEST-MIB::zxDslLineTestServerNatMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-DSL-LINE-TEST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-DSL-LINE-TEST-MIB::zxDslLineTestServerNatMode.<zxDslLineTestServerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-DSL-LINE-TEST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-DSL-LINE-TEST-MIB::zxDslLineTestServerNatMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noNAT |
2 | inBandNAT |
3 | outBandNAT |
4 | bridging_in_out_band |