hwAtmOamAlarmType
HUAWEI-ATM-OAM-MIB ·
.1.3.6.1.4.1.2011.6.11.1.1.1.5
Object
column Enumeration
OAM point alarm type. Options: 1. noAlarm(0) -no alarm 2. receiveAisCell(1) -received AIS cell 3. receiveRdiCell(2) -received RDI cell 4.loc(4) -lost of continuity (CC failed) 5.f4Ais(8) -F4 layer AIS alarm. only for F5 point 6.portAlarm(16) -F1~F3 layer alarm All Alarms can happen at same time which displayed as the relate bit.
Context
- MIB
- HUAWEI-ATM-OAM-MIB
- OID
.1.3.6.1.4.1.2011.6.11.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwAtmOamPointEntry
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 'HUAWEI-ATM-OAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ATM-OAM-MIB::hwAtmOamAlarmType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ATM-OAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ATM-OAM-MIB::hwAtmOamAlarmType.<ifIndex>.<hwAtmOamPointVPI>.<hwAtmOamPointVCI>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ATM-OAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ATM-OAM-MIB::hwAtmOamAlarmType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noAlarm |
1 | receiveAisCell |
2 | receiveRdiCell |
4 | loc |
8 | f4Ais |
16 | portAlarm |