ctATMLANEInfoExtStatus
CTATM-CONFIG-MIB ·
.1.3.6.1.4.1.52.4.1.2.10.1.6.1.1.2
Object
column Enumeration
LEC_active - The LEC is actually trying to become or is operational. See lecInterfaceState in the ATM Forum's LAN Emulation MIB to see which state the LEC is in. LEC_notInService - The LEC is not trying to become operational because the MIB read so. LEC_noLink - The LEC is not trying to become operational because the physical interface does not have link. LEC_noATMaddrnoUNI - The LEC is not trying to become operational because there isn't an ATM address and UNI is not operational. LEC_noATMaddr - The LEC is not trying to become operational because there isn't an ATM address. LEC_noUNI - The LEC is not trying to become operational because UNI is not operational. LEC_memError - The LEC is not trying to become operational because it was not able to allocate memory in order to do so.
Context
- MIB
- CTATM-CONFIG-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.10.1.6.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ctATMLANEInfoExtStatusEntry
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 'CTATM-CONFIG-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTATM-CONFIG-MIB::ctATMLANEInfoExtStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTATM-CONFIG-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTATM-CONFIG-MIB::ctATMLANEInfoExtStatus.<lecIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTATM-CONFIG-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTATM-CONFIG-MIB::ctATMLANEInfoExtStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | lecactive |
2 | lecnotInService |
3 | lecnoLink |
4 | lecnoATMaddrnoUNI |
5 | lecnoATMaddr |
6 | lecnoUNI |
7 | lecmemError |