hwFlhOperType

HUAWEI-FLASH-MAN-MIB · .1.3.6.1.4.1.2011.6.9.1.2.1.1.2

Object

column r/w Enumeration
Specifies the operation to be executed. 
              
net2FlashWithErase    Copy a file to flash; erase
            flash before copy.
            Use the FTP protocol or SFTP protocol.
net2FlashWithoutErase     Same with net2FlashWithErase.    
              
flash2Net        Copy a file from flash using
            the FTP protocol or SFTP protocol.
                          
delete      delete file or directory by source file name.

Context

MIB
HUAWEI-FLASH-MAN-MIB
OID
.1.3.6.1.4.1.2011.6.9.1.2.1.1.2
Type
column
Access
readwrite
Status
current
Parent
huaweiFlhOpEntry
Groups
1

Walk 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-FLASH-MAN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-FLASH-MAN-MIB::hwFlhOperType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-FLASH-MAN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-FLASH-MAN-MIB::hwFlhOperType.<hwFlhOperIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-FLASH-MAN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-FLASH-MAN-MIB::hwFlhOperType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1net2FlashWithErase
2net2FlashWithoutErase
3flash2Net
4delete

Conformance