tmnxMDAClockMode
TIMETRA-CHASSIS-MIB ·
.1.3.6.1.4.1.6527.3.1.2.2.3.8.1.24
Object
column r/w
Enumeration
The value of tmnxMDAClockMode specifies the clock mode of the MDA.
notApplicable - The MDA does not support any clock modes or domains.
adaptive - The MDA is in 'adaptive' clock mode. This allows
adaptive clock domains to be created.
differential - The MDA is in 'differential clock mode. This allows
differential clock domains to be created.
The value of tmnxMDAClockMode can be changed when there are no ports
created on the MDA. If there are ports created, a shutdown of the
MDA is required in order to change the value.
Context
- MIB
- TIMETRA-CHASSIS-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.2.3.8.1.24- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tmnxMDAEntry
- Groups
- 2
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 'TIMETRA-CHASSIS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-CHASSIS-MIB::tmnxMDAClockMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-CHASSIS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-CHASSIS-MIB::tmnxMDAClockMode.<tmnxChassisIndex>.<tmnxCardSlotNum>.<tmnxMDASlotNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-CHASSIS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-CHASSIS-MIB::tmnxMDAClockMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notApplicable |
1 | adaptive |
2 | differential |