All MIBs › CPE-DSL-MIB › cpeFtpOperStatus
cpeFtpOperStatus
Module: CPE-DSL-MIB
OID (symbolic): CPE-DSL-MIB::cpeFtpOperStatus
OID (numeric): 1.3.6.1.4.1.16972.4.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: FTP administration status
What is cpeFtpOperStatus?
This read-only INTEGER reports the current step of an FTP operation in progress, from normal(1) through connectSuccess(2), downloading(4), saving(7), to upgradeSuccess(9) or various failure states. An admin polls this to track a firmware upgrade's progress remotely without needing to watch the modem directly. For example, an operator polls cpeFtpOperStatus after triggering an upgrade to confirm it reaches upgradeSuccess(9) rather than stalling at downloadFailure(6).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.16972.4.6 snmpwalk -v2c -c public <target> CPE-DSL-MIB::cpeFtpOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.16972.4.6.1 snmpget -v2c -c public <target> CPE-DSL-MIB::cpeFtpOperStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cpeFtpOperStatus.1
Start monitoring Huawei xDSL CPE modem/router with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPE-DSL-MIB::cpeFtpOperStatus OID value, configure state conditions and alerts, and monitor any Huawei xDSL CPE modem/router from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.16972 | cpeDSL | CPE-DSL-MIB |
| 1.3.6.1.4.1.16972.4 | cpeFtp | CPE-DSL-MIB |
| 1.3.6.1.4.1.16972.4.6 | cpeFtpOperStatus | CPE-DSL-MIB |