adGenOtnOtuTraceAutoTxOperatorSpecEnable
ADTRAN-GENERIC-OTN-MIB ·
.1.3.6.1.4.1.664.5.70.44.1.1.1.18
Object
This OID controls whether or not the network element automatically generates
the ASCII string for the Operator Specific Transmit Trace message. The
automatically generated string is used by the management system for network
topology discovery. Default value will be enable.
The format for the automatically generated string is as follows:
Byte(s)
1 - '@' -- This character is used to help determine if this is an
-- auto-generated string.
2-3 - '01' -- Revision 01
4-15 - '172028018100' -- Shelf IP Address 172.28.18.100
16 - ' ' -- Space to help readability/parsing
17-23 - '600010' -- Local IF Index of the port
24-32 - Null
Context
- MIB
- ADTRAN-GENERIC-OTN-MIB
- OID
.1.3.6.1.4.1.664.5.70.44.1.1.1.18- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adGenOtnOtuProvEntry
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 'ADTRAN-GENERIC-OTN-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENERIC-OTN-MIB::adGenOtnOtuTraceAutoTxOperatorSpecEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENERIC-OTN-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENERIC-OTN-MIB::adGenOtnOtuTraceAutoTxOperatorSpecEnable.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENERIC-OTN-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENERIC-OTN-MIB::adGenOtnOtuTraceAutoTxOperatorSpecEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |