ddsNetTimingSource
DS8200v2-MIB ·
.1.3.6.1.4.1.321.100.2.4.1.1.7
Object
column r/w
Enumeration
This variable describes the current timing source for the DDS network interface. The values mean: ddsNetTimingNet unit dependant upon network for DDS network interface timing ddsNetTimingInt unit supplying timing for DDS network interface ddsNetTimingDTE unit dependant upon DTE device for network interface timing ddsNetTimingPort1 unit dependant upon serial port 1 device for network interface timing ddsNetTimingPort2 unit dependant upon serial port 2 device for network interface timing
Context
- MIB
- DS8200v2-MIB
- OID
.1.3.6.1.4.1.321.100.2.4.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ddsNetConfigTableEntry
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 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DS8200v2-MIB::ddsNetTimingSource'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DS8200v2-MIB::ddsNetTimingSource.<ddsNetConfigNearIndex>.<ddsNetConfigFarIndex>.<ddsNetConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DS8200v2-MIB::ddsNetTimingSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ddsNetTimingNet |
2 | ddsNetTimingInt |
3 | ddsNetTimingDTE |
4 | ddsNetTimingPort1 |
5 | ddsNetTimingPort2 |