mesMiscL2Mode
LUM-MES-MIB ·
.1.3.6.1.4.1.8708.2.32.2.10.1.1.20
Object
column Enumeration
The initial mode (switch or aggregator) of the board.
Switch - All ports are acting as NNI and all ports are trusted.
Aggregator - 1G ports are acting as UNI and 10G ports are acting as
NNI. All 1G ports are trusted with the first 10G port.
All 10G ports are trusted with all 1G ports.
Board emxp80Gii, emxp40Gii only has Switch Mode.
Context
- MIB
- LUM-MES-MIB
- OID
.1.3.6.1.4.1.8708.2.32.2.10.1.1.20- Type
- column
- Access
- readonly
- Status
- current
- Default
switch- Parent
- mesMiscEntry
- Groups
- 9
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::mesMiscL2Mode'
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::mesMiscL2Mode.<mesMiscIndex>'
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::mesMiscL2Mode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | switch |
2 | aggregator |