ctATMIlmiState
CTATM-CONFIG-MIB ·
.1.3.6.1.4.1.52.4.1.2.10.1.3.1.1.4
Object
column Enumeration
This object describes the current state of ILMI on this
interface.
The meaning of the various values returned is as follows:
unknown -ILMI is in the process of becoming
operational.
up -ILMI is operational and is doing keep
alives.
addressRegistration -ILMI is attempting address registration.
autoconfigure -ILMI is attempting to automatically
configure UNI version, provided
ctATMIlmiStatus is enableAutoConfigure.
down -ILMI is down either because it is
disabled or failed to become
operational.
estabConnectivity -ILMI is waiting to hear an answer
from the other side.
noLink -ILMI has not been told that it's physical
interface has link integrity.
obtainLECS -ILMI is requesting the LECS registration table
from the switch.
Context
- MIB
- CTATM-CONFIG-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.10.1.3.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ctATMIlmiEntry
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::ctATMIlmiState'
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::ctATMIlmiState.<ifIndex>'
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::ctATMIlmiState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | up |
3 | addressRegistration |
4 | autoconfigure |
5 | down |
6 | estabConnectivity |
7 | noLink |
8 | obtainLECS |