mesPortAutoNegMasterSlaveCfg
LUM-MES-MIB ·
.1.3.6.1.4.1.8708.2.32.2.12.1.1.72
Object
column r/w
Enumeration
1000BASE-T PHYs shall provide support for Auto-Negotiation (802.3-2015 Clause 28) and shall be capable of
operating as master or slave. This relationship is necessary for establishing the timing control of each PHY.
The 1000BASE-T master PHY is clocked from a local source. The slave PHY uses loop timing where the clock is
recovered from the received data stream.
auto - A random seed is used as input to master-slave negotiation. Should be used for non-SyncE applications
master - Configure PHY as master during master-slave negotiation
slave - Configure PHY as slave during master-slave negotiation
Context
- MIB
- LUM-MES-MIB
- OID
.1.3.6.1.4.1.8708.2.32.2.12.1.1.72- Type
- column
- Access
- readwrite
- Status
- current
- Default
auto- Parent
- mesPortEntry
- Groups
- 5
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 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-MES-MIB::mesPortAutoNegMasterSlaveCfg'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-MES-MIB::mesPortAutoNegMasterSlaveCfg.<mesPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-MES-MIB::mesPortAutoNegMasterSlaveCfg'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | auto |
1 | master |
2 | slave |