All MIBs › AVAYA-LOAD-MIB › avGenOpLastFailureIndex
avGenOpLastFailureIndex
Module: AVAYA-LOAD-MIB
OID (symbolic): AVAYA-LOAD-MIB::avGenOpLastFailureIndex
OID (numeric): 1.3.6.1.4.1.6889.2.6.5.1.2.1.12
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: While a download is in progress this will always be 'no-error'. After a download is complete this indicates the success or failure of the download. If it is anything other than 'no-error' then 'avGenOpLastFailureDisplay' will contain a textual description of the error. Error codes from 100 upwards are errors returned from a TFTP server. errors below this are locally generated.
Configuration files may return errors after download as a result of reading a config file into the system.
confFileGenErr - General (unknown error) confFileParseError - Reading of config file resulted in parsing errors. confFileExecError - Reading of config file resulted in execution errors. sshServerAuth - SCP server failed to authenticated himself to a device. sshDeviceAuth(109)- device failed to authenticate to the SCP server (unknown user/bad password) badChainOfTrust(201) - Failed to authenticate the download with Trusted Certificate Root Authority badChainOfTrustFormat (202) - Not supported chain of trust format notCodeSigningAuthority (203) Software image was signed by non-authorized Certificate Authority illegalDSA (204) - Software image is signed with non FIPS 140-2 certified algorithm badPublicKeyFormat(205) - Not supported public key format. illegalDSKeySize(206) - Software image is signed with non FIPS 140-2 certified key size badDSFormat(207) - Not supported digital signature format authDSFailure(208) - Failed to authenticate digital image signature
New Errors use for with announcement files: readOnlyFile(15) - For cases where management system tries to erase/delete file which is read-only. emptyFile(16) - When trying to erase/upload file that does not exists or size with size 0. noEnoughFreeMemoryLeft(17) - When trying to download a file to the device and there is no place left to it. fileAlreadyExistsInDirectory(18) - when trying to download file which already exists in the directory (in one of the other AvGenAppFileTable rows, if we want to update it we need to use the same row in the table).
What is avGenOpLastFailureIndex?
Reports the outcome of the most recently completed operation on this row: it stays at noError while a transfer is running, then changes to a specific error code such as timeout, incompatibleFile, fileTooBig, or an authentication failure if it failed. Codes 100 and above come from the remote TFTP server itself, while lower codes are generated locally; when this is anything but noError, avGenOpLastFailureDisplay carries the matching text description.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6889.2.6.5.1.2.1.12 snmpwalk -v2c -c public <target> AVAYA-LOAD-MIB::avGenOpLastFailureIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6889.2.6.5.1.2.1.12.1 snmpget -v2c -c public <target> AVAYA-LOAD-MIB::avGenOpLastFailureIndex.1
Start monitoring Avaya communication servers and network equipment with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the AVAYA-LOAD-MIB::avGenOpLastFailureIndex OID value, configure state conditions and alerts, and monitor any Avaya communication servers and network equipment from a single console.
OID Breakdown
Upper-level ancestors (9 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 |
| 1.3.6.1.4.1.6889 | avaya | AV-APPLICATION-ENABLEMENT-SERVICES-MIB |
| 1.3.6.1.4.1.6889.2 | mibs | AV-APPLICATION-ENABLEMENT-SERVICES-MIB |
| 1.3.6.1.4.1.6889.2.6 | avGatewayMibs | AVAYAGEN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6889.2.6.5 | avLoad | AVAYA-LOAD-MIB |
| 1.3.6.1.4.1.6889.2.6.5.1 | avGenOperations | AVAYA-LOAD-MIB |
| 1.3.6.1.4.1.6889.2.6.5.1.2 | avGenOpTable | AVAYA-LOAD-MIB |
| 1.3.6.1.4.1.6889.2.6.5.1.2.1 | avGenOpEntry | AVAYA-LOAD-MIB |
| 1.3.6.1.4.1.6889.2.6.5.1.2.1.12 | avGenOpLastFailureIndex | AVAYA-LOAD-MIB |