physicalLinkClockMode
MX-EAM-MIB ·
.0.1880.1.300.200.1.400
Object
column r/w
Enumeration
Clock Mode
A 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:
* Master: Generates clock
* Slave: Accepts clock
Context
- MIB
- MX-EAM-MIB
- OID
.0.1880.1.300.200.1.400- 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-EAM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EAM-MIB::physicalLinkClockMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-EAM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EAM-MIB::physicalLinkClockMode.<physicalLinkInterfaceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-EAM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-EAM-MIB::physicalLinkClockMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | master |
200 | slave |