physicalLinkClockMode
MX-ISDN-MIB ·
.0.1850.1.600.200.1.300
Object
column r/w
Enumeration
Clock Mode
An ISDN port can either generate the clocking for the line or
accept the clock from the line. The options master or slave
determine the clocking method:
* Auto: Derived from the endpoint type (NT: clock master,
TE: clock slave)
* Master: Generates clock
* Slave: Accepts clock
Note: For BRI interfaces with the endpoint type configured in
TE the clock mode is always slave (even if configuration is
set to master).
Context
- MIB
- MX-ISDN-MIB
- OID
.0.1850.1.600.200.1.300- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- physicalLinkEntry
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 'MX-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ISDN-MIB::physicalLinkClockMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ISDN-MIB::physicalLinkClockMode.<physicalLinkInterfaceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-ISDN-MIB::physicalLinkClockMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | auto |
200 | master |
300 | slave |