hwTdmTftpStatus
HUAWEI-TDMCPE-MIB ·
.1.3.6.1.4.1.2011.5.30.1.1.1.1.4
Object
column Enumeration
Status of tftp session. When a session ended with success, the tftpStatus should be endedOk(6). Before restarting a tftp session, the modem should set the tftpStatus to noOp(2). Options: 1. noOp(1) - Indicates that no operation. 2. connecting(2) - Indicates that connecting. 3. transferringData(3) - Indicates that transferring data. 4. timeOut(4) - Indicates that time-out. 5. endedOk(5) - Indicates that end successfully. 6. error(6) - Indicates that error occur.
Context
- MIB
- HUAWEI-TDMCPE-MIB
- OID
.1.3.6.1.4.1.2011.5.30.1.1.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwTdmTftpEntry
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-TDMCPE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-TDMCPE-MIB::hwTdmTftpStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-TDMCPE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-TDMCPE-MIB::hwTdmTftpStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-TDMCPE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-TDMCPE-MIB::hwTdmTftpStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOp |
2 | connecting |
3 | transferringData |
4 | timeOut |
5 | endedOk |
6 | error |