provMseClockModeType
IPE-MSE-MIB ·
.1.3.6.1.4.1.119.2.3.69.501.5.40.2.1.3
Object
column r/w
Enumeration
Configure MSE E1 channel clock mode. When 'syncToSystem' is configured, the line clock is synchronized to NE Clock. When 'syncToLine' is configured, the line clock is synchronized to each E1 channel. When 'syncToPw' is configured, the line clock is synchronized to Adaptive Clock which is extracted from PWE packet. And if the line is referenced from other line (configured by 'provMseClockACRLineSelect'), the system rejects the request to change the 'provMseClockModeType' to the other mode.
Context
- MIB
- IPE-MSE-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.501.5.40.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- provMseClockModeEntry
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 'IPE-MSE-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-MSE-MIB::provMseClockModeType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-MSE-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-MSE-MIB::provMseClockModeType.<provMseClockModeIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-MSE-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-MSE-MIB::provMseClockModeType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | syncToSystem |
2 | syncToPw |
3 | syncToLine |