hwAtmOamCfgFlag
HUAWEI-ATM-OAM-MIB ·
.1.3.6.1.4.1.2011.6.11.1.1.1.6
Object
column Enumeration
OAM point configure recovering flag. Options: 1.running(1) -OAM point in running stage 2.recovering(2) -OAM point in recovering stage
Context
- MIB
- HUAWEI-ATM-OAM-MIB
- OID
.1.3.6.1.4.1.2011.6.11.1.1.1.6- 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::hwAtmOamCfgFlag'
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::hwAtmOamCfgFlag.<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::hwAtmOamCfgFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | recovering |