devCfgClkSource
PDN-CONFIG-MIB ·
.1.3.6.1.4.1.1795.2.24.2.7.3.1.1.2
Object
column mandatory
r/w
Enumeration
This object is used to select the source for the master
clock for the device. The source selected provides
synchronization for all the timing within the device,
and the clocks for all of the external interfaces.
If this object is interface(3), the specific interface
used as the master clock source is specified using
devCfgClkIfIndex.
If this object is external(2), or external2(5), the clock
rate can be specified using devCfgClkRate.
Context
- MIB
- PDN-CONFIG-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.7.3.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- devConfigClockSrcEntry
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 'PDN-CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-CONFIG-MIB::devCfgClkSource'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-CONFIG-MIB::devCfgClkSource.<devCfgClkWhichSrc>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-CONFIG-MIB::devCfgClkSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | internal |
2 | external |
3 | interface |
4 | dbm |
5 | external2 |