wdmIfTdcDispersionMode
LUM-WDM-MIB ·
.1.3.6.1.4.1.8708.2.4.2.2.1.1.115
Object
column r/w
Enumeration
States the current mode of the TDC dispersion.
Mode:
auto - The TDC is in auto optimising state.
startValue - Starts with the desired value,
then it goes to auto afterward.
manula - The TDC is in manual/forced mode.
Context
- MIB
- LUM-WDM-MIB
- OID
.1.3.6.1.4.1.8708.2.4.2.2.1.1.115- Type
- column
- Access
- readwrite
- Status
- current
- Default
auto- Parent
- wdmIfEntry
- Groups
- 6
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 'LUM-WDM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-WDM-MIB::wdmIfTdcDispersionMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-WDM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-WDM-MIB::wdmIfTdcDispersionMode.<wdmIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-WDM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-WDM-MIB::wdmIfTdcDispersionMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | auto |
1 | startValue |
2 | manual |