adsl2ChStatusAtmStatus
ADSL2-LINE-MIB ·
.1.3.6.1.2.1.10.238.1.2.1.1.6
Object
Indicates the current state (existing failures) of the ADSL channel in case its Data Path is ATM. This is a bit-map of possible conditions. The various bit positions are: noDefect(0), noCellDelineation(1), or lossOfCellDelineation(2). In the case where the channel is not an ATM Data Path, the object is set to '0'.
Context
- MIB
- ADSL2-LINE-MIB
- OID
.1.3.6.1.2.1.10.238.1.2.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adsl2ChannelStatusEntry
- Groups
- 2
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 'ADSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADSL2-LINE-MIB::adsl2ChStatusAtmStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADSL2-LINE-MIB::adsl2ChStatusAtmStatus.<ifIndex>.<adsl2ChStatusUnit>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADSL2-LINE-MIB::adsl2ChStatusAtmStatus'
Syntax
- Source
- ADSL2-LINE-TC-MIBAdsl2ChAtmStatus
- Base type
Bits
Values & Constraints
Type Values
0 | noDefect |
1 | noCellDelineation |
2 | lossOfCellDelineation |