xfSwReleaseOperStatus
XF-SOFTWARE-MIB ·
.1.3.6.1.4.1.193.81.2.7.1.2.1.5
Object
column Enumeration
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.
Context
- MIB
- XF-SOFTWARE-MIB
- OID
.1.3.6.1.4.1.193.81.2.7.1.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- xfSwReleaseEntry
- Groups
- 1
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 'XF-SOFTWARE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XF-SOFTWARE-MIB::xfSwReleaseOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XF-SOFTWARE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XF-SOFTWARE-MIB::xfSwReleaseOperStatus.<xfSwReleaseIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XF-SOFTWARE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XF-SOFTWARE-MIB::xfSwReleaseOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | passive |
2 | upgradeStarted |
3 | upgradeFinished |
4 | testing |
5 | upgradeFailed |
6 | upgradeAborted |
7 | running |
8 | testingFromManual |
50 | errorInternal |
51 | errorFileStorage |
52 | ftpPingFailed |
53 | ftpNoAccess |
54 | ftpConnectionDetailsMissing |
55 | ftpConnectionDetailsInvalid |
56 | ftpConnectionTimeout |
57 | ftpNoSuchRemoteFile |
58 | ftpNoSuchRemoteDir |
421 | ftpServiceNotAvailable |
425 | ftpUnableToOpenDataConnection |
426 | ftpConnectionClosed |
450 | ftpFileBusy |
451 | ftpLocalError |
452 | ftpInsufficientStorageSpace |
501 | ftpSyntaxError |
502 | ftpCommandNotImplemented |
503 | ftpBadSequenceCommands |
504 | ftpParameterNotImplemented |
530 | ftpNoLoggedIn |
532 | ftpNeedAccount |
550 | ftpFileUnavailable |
552 | ftpExceededStorageAllocation |
553 | ftpFileNameNotAllowed |
Conformance
Member of