beautypg.com

Table 69-18 – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1873

background image

SNMP MIBs

Software Reference for x310 Series Switches

C613-50046-01 REV A

AlliedWare Plus

TM

Operating System - Version 5.4.4C

69.61

Table 69-18: Objects defined in AT-SETUP-MIB

Object Identifier

Description

Object Identifier

restartDevice

{ setup 1 }

Object for restarting the device. When set to ‘1’, the
device will restart immediately.

Note:
This object has been deprecated. Use instead the
restartStkMemberDevice object.

firmware

{ setup 2 }

Objects for managing the software version files that
the device will install and run.

currentFirmware

{ firmware 1 }

Information about the current software version
installed on the device.

currSoftVersion

{ currentFirmware 1 }

Current software version.

currSoftName

{ currentFirmware 2 }

Current software name.

currSoftSaveAs

{ currentFirmware 3 }

The file name to save the currently running software
to the root of the Flash. Only one save operation can
be executed at a time across all SNMP users.

Note:
This object has been deprecated. Use instead the
currSoftSaveToFile, currSoftSaveStatus and
currSoftLastSaveResult objects.

currSoftSaveToFile

{ currentFirmware 4 }

Set with a URL to save the currently running software
to the root of Flash or USB flash drive (e.g. 'flash:/
filename.rel' or 'USB:/filename.rel'). The URL must not
contain whitespace characters.

Only one save operation can be executed at a time
across all SNMP users and an operation may not be
started unless the current value of currSoftSaveStatus
is 'idle'. Immediately upon executing the set action,
the actual firmware save operation is started and will
continue on the device until it has completed or a
failure occurs.

When read, this object will return the URL of the last
firmware save operation that was attempted.

currSoftSaveStatus

{ currentFirmware 5 }

This object will return the status of any current
operation to store the running software to a release
file. The following values may be returned:

1. (idle) - there is no release file save operation in

progress

2. (success) - the last release file save operation

completed successfully

3. (failure) - the last release file save operation failed
4. (saving) - a release file save operation is currently

in progress

When a read of this object returns a value of 'success'
or 'failure', it will immediately be reset to 'idle' and a
new operation may be initiated if desired. A detailed
description of the last completed operation may be
determined by reading currSoftLastSaveResult.

currSoftLastSaveResult

{ currentFirmware 6 }

Gives an indication of the result of the last completed
SNMP operation to save the running firmware to a
release file.