All MIBs › XF-SOFTWARE-MIB › xfSwReleaseOperStatus
xfSwReleaseOperStatus
Module: XF-SOFTWARE-MIB
OID (symbolic): XF-SOFTWARE-MIB::xfSwReleaseOperStatus
OID (numeric): 1.3.6.1.4.1.193.81.2.7.1.2.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Indicates the status of this release. passive(1) release not involved in upgrade and currently not running.
upgradeStarted(2) the release is in the process of being upgraded
upgradeFinished(3) All load modules of the release are downloaded and burned in the respective flash memories.
testing(4) This release is running as test and not committed yet.
upgradeFailed(5) The upgrade to this release failed, e.g. due to FTP server failure.
upgradeAborted(6) The manager has order to abort the upgrade to this release.
running(7) This is the release that is running now and all new boards should upgrade to.
testingFromManual(8) Same as value testing(4) but indicating that this a test phase after a SBL from Manual mode. As such a fall-back will result in manual mode, i.e. no SBL.
The 50 series errors are reported by the FTP client on the node.
errorInternalError(50) An internal error detected before FTP operation.
errorFileStorage(51) Error when erasing flash to store the downloaded file at the node.
ftpPingFailed(52) FTP ping failed.
ftpNoAccess(53) Not able to send the FTP commands.
ftpConnectionDetailsMissing(54) FTP connection details are missing.
ftpConnectionDetailsInvalid(55) FTP connection details are invalid.
ftpConnectionTimeout(56) FTP connection timeout is detected.
ftpNoSuchRemoteFile(57) No such remote file exists.
ftpNoSuchRemoteDir(58) No such remote directory exists.
The 400 series errors occur when the command was not accepted and the requested action did not take place, but the error condition is temporary and the action may be requested again.
ftpServiceNotAvailable(421) Service not available, closing control connection. This may be a reply to any command if the service knows it must shut down. Possible causes are transfer timeouts and/or FTP server resets.
ftpUnableToOpenDataConnection(425) Can't open data connection. Try changing from PASV to PORT mode.
ftpConnectionClosed(426) Connection closed and file transfer is aborted. Possible causes are out of local diskspace and loss of connection.
ftpFileBusy(450) Requested file action not taken. File unavailable (e.g file busy).
ftpLocalError(451) Requested action aborted due to local error in processing.
ftpInsufficienStorageSpace(452) Requested action not taken due to insufficient storage space on the server.
The 500 series errors occur when the command was not accepted and the requested action did not take place.
ftpSyntaxError(501) FTP Syntax error in parameters or arguments.
ftpCommandNotImplemented(502) FTP Command not implemented.
ftpBadSequenceCommands(503) Bad sequence of the FTP commands.
ftpParameterNotImplemented(504) FTP command not implemented for that parameter.
ftpNotLoggedIn(530) Not logged in. Your username and/or password is being rejected, contact the server adminstrator.
ftpNeedAccount(532) Need account for storing files.
ftpFileUnavailable(550) Requested action not taken. File unavailable (e.g.file not found, no access). Contact the server adminstrator.
ftpExceededStorageAllocation(552) Requested file action aborted.Exceeded storage allocation (for current directory or data set). Contact the server adminstrator.
ftpFileNameNotAllowed(553) Requested action not taken. File name not allowed. Try changing the file name or getting rid of spaces in the file name.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.193.81.2.7.1.2.1.5 snmpwalk -v2c -c public <target> XF-SOFTWARE-MIB::xfSwReleaseOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.193.81.2.7.1.2.1.5.1 snmpget -v2c -c public <target> XF-SOFTWARE-MIB::xfSwReleaseOperStatus.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.193 | ericsson | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.81 | miniLinkXF | XF-TOP-MIB |
| 1.3.6.1.4.1.193.81.2 | xfPlatform | XF-TOP-MIB |
| 1.3.6.1.4.1.193.81.2.7 | xfSoftwareMIB | XF-SOFTWARE-MIB |
| 1.3.6.1.4.1.193.81.2.7.1 | xfSwObjects | XF-SOFTWARE-MIB |
| 1.3.6.1.4.1.193.81.2.7.1.2 | xfSwReleaseTable | XF-SOFTWARE-MIB |
| 1.3.6.1.4.1.193.81.2.7.1.2.1 | xfSwReleaseEntry | XF-SOFTWARE-MIB |
| 1.3.6.1.4.1.193.81.2.7.1.2.1.5 | xfSwReleaseOperStatus | XF-SOFTWARE-MIB |