hwAtmOamInsertOperation
HUAWEI-ATM-OAM-MIB ·
.1.3.6.1.4.1.2011.6.11.1.5.1.3
Object
column r/w
Enumeration
specify the operation(begin or stop) of the insertion. Options: 1. start(1) -the operation of the insertion is begin 2. stop(2) -the operation of the insertion is stop
Context
- MIB
- HUAWEI-ATM-OAM-MIB
- OID
.1.3.6.1.4.1.2011.6.11.1.5.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwAtmOamInsertEntry
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::hwAtmOamInsertOperation'
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::hwAtmOamInsertOperation.<ifIndex>.<hwAtmOamInsertVPI>.<hwAtmOamInsertVCI>'
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::hwAtmOamInsertOperation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | start |
2 | stop |