csmDomainMode
RAD-Clock-MIB ·
.1.3.6.1.4.1.164.6.2.52.5.1.1.3
Object
column r/w
Enumeration
This object determines Clock Selection operational mode. auto = CSM automatically selects the Clock Source. In this mode, CSM can be configured to work in the csmDomainQlMode Enabled or Disabled. freeRun = the Internal Clock is used. In this mode, configuration parameters are applicable, but selected clock is not distributed. forceT0Holdover = When in automatic clock selection mode, if the clock source is due to undergo maintenance users may want to force T0 to holdover mode, in order to avoid entering free-running mode Default=auto(2).
Context
- MIB
- RAD-Clock-MIB
- OID
.1.3.6.1.4.1.164.6.2.52.5.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- csmDomainEntry
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 'RAD-Clock-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Clock-MIB::csmDomainMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Clock-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Clock-MIB::csmDomainMode.<csmDomainIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Clock-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Clock-MIB::csmDomainMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | auto |
3 | freeRun |
4 | forceT0Holdover |