sysDevIDSLConfigSecondaryNetClockMode
PDN-DSLAM-SYSTEM-MIB ·
.1.3.6.1.4.1.1795.2.24.2.24.1.2.6.1.2
Object
This object indicates the network clock mode set for the secondary network clock. IDSL portcards with a port configured as an NT will be set to portCardDriveClockOnboard(4), both driving the backplane and using the clock for the other Local Timing transceivers on the card. Port cards with only LT ports configured will receive a clock from the backplane using portCardSinkClock(2). portCardDriveClock(3) will drive the backplane alone. The default value of this object is triState(1).
Context
- MIB
- PDN-DSLAM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.24.1.2.6.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sysDevIDSLConfigEntry
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-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DSLAM-SYSTEM-MIB::sysDevIDSLConfigSecondaryNetClockMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DSLAM-SYSTEM-MIB::sysDevIDSLConfigSecondaryNetClockMode.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-DSLAM-SYSTEM-MIB::sysDevIDSLConfigSecondaryNetClockMode'
Syntax
- Source
- PDN-TCIdslClockMode
- Base type
Enumeration
Values & Constraints
Type Values
1 | triState |
2 | portCardSinkClock |
3 | portCardDriveClock |
4 | portCardDriveClockOnboard |