AT-SETUP-MIB

File: AT-SETUP-MIB.mib (36163 bytes)

Imported modules

AT-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

modules Integer32 OBJECT-TYPE
MODULE-IDENTITY DisplayString TruthValue
TEXTUAL-CONVENTION

Defined Types

SystemFileOperationType  
Indicates the current status of an attempt to modify a system file setting.
TEXTUAL-CONVENTION    
  INTEGER idle(1), success(2), failure(3), saving(4), syncing(5)  

Defined Values

setup 1.3.6.1.4.1.207.8.4.4.4.500
The AT Setup MIB for managing the software installation and configuration files.
MODULE-IDENTITY    

restartDevice 1.3.6.1.4.1.207.8.4.4.4.500.1
This object forces a standalone unit or stack of devices to restart immediately when set with a value of 1. For a chassis switch, this object causes the whole chassis to restart immediately. Reading the object will always return zero. NOTE: This object has been replaced by the restartStkMemberDevice object.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32 0..1  

restartStkMemberDevice 1.3.6.1.4.1.207.8.4.4.4.500.4
This object causes a specified device to restart immediately. The restart is initiated by setting its value to the device's stack member ID. For a chassis switch, this object causes the specified card to restart immediately. Setting its value to zero will cause all devices in the stack (or a standalone device) to restart. Reading the object will always return zero.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

firmware 1.3.6.1.4.1.207.8.4.4.4.500.2
OBJECT IDENTIFIER    

currentFirmware 1.3.6.1.4.1.207.8.4.4.4.500.2.1
OBJECT IDENTIFIER    

currSoftVersion 1.3.6.1.4.1.207.8.4.4.4.500.2.1.1
The major.minor.interim version of the firmware that the device is currently running. Will return 0 if the version cannot be determined.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

currSoftName 1.3.6.1.4.1.207.8.4.4.4.500.2.1.2
The name of the firmware that the device is currently running.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

currSoftSaveAs 1.3.6.1.4.1.207.8.4.4.4.500.2.1.3
Set with a filename to save the currently running software to the root of flash. Only one save operation can be executed at a time across all SNMP users, and the filename must not contain whitespace characters. Immediately upon executing the set action, the actual firmware save operation will be started and continue on the device until it has completed or a failure occurs. Subsequent reads of the object will return one of several results: saving x A saving operation is currently in progress. Another save cannot be started while the object is returning this value. x success The last save operation was successfully completed. x failure: [error] The last save operation failed, due to the descriptive message attached. The most common failure is lack of disk space. idle There is no save operation in progress and a new one may be started. Upon reading a success or failure message, the message will be cleared and the next read will result in an 'idle' message. A new save operation can now be executed. NOTE: This object has been replaced by objects currSoftSaveToFile, currSoftSaveStatus and currSoftLastSaveResult.
Status: deprecated Access: read-write
OBJECT-TYPE    
  DisplayString  

currSoftSaveToFile 1.3.6.1.4.1.207.8.4.4.4.500.2.1.4
Set with a URL (e.g. 'flash:/filename.rel' or 'card:/filename.rel') to save the currently running software to the root of flash or SD card. 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'. The URL must not contain whitespace characters. Immediately upon executing the set action, the actual firmware save operation will be started and continue on the device until it has completed or a failure occurs. The current status of the operation can be determined by reading currSoftSaveStatus, and the result of the last completed operation is indicated by currSoftLastSaveResult. When read, this object will return the URL of the last firmware save operation that was attempted.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

currSoftSaveStatus 1.3.6.1.4.1.207.8.4.4.4.500.2.1.5
Returns 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.
Status: current Access: read-only
OBJECT-TYPE    
  SystemFileOperationType  

currSoftLastSaveResult 1.3.6.1.4.1.207.8.4.4.4.500.2.1.6
Gives an indication of the result of the last completed SNMP operation to save the running firmware to a release file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nextBootFirmware 1.3.6.1.4.1.207.8.4.4.4.500.2.2
OBJECT IDENTIFIER    

nextBootVersion 1.3.6.1.4.1.207.8.4.4.4.500.2.2.1
The major.minor.interim version of the firmware that the device is currently set to boot from. Will return 0 if the version cannot be determined.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nextBootPath 1.3.6.1.4.1.207.8.4.4.4.500.2.2.2
The full path of the release to be used the next time the device restarts. There is no guarantee that the file referenced exists (i.e. it may have been deleted since the boot path was last set). Only one set operation can be executed at a time across all SNMP users, and an operation may not be started unless the current value of nextBootSetStatus is 'idle'. The path must not contain whitespace characters. Immediately upon setting this object, the system will attempt to set the new boot path, and the process will continue on the device until it has completed or a failure occurs. The current status of the operation can be determined by reading nextBootSetStatus, and the result of the last completed operation is indicated by nextBootLastSetResult. This object can be set with an empty string in order to clear the current boot firmware. Otherwise, the path should be of the form 'flash:/filename.rel' or 'card:/filename.rel'. There are several requirements that must be met in order to set a boot release file successfully: - The file must exist. - The file must be in the root of flash (on the active master in a stacked environment) or card. - The file must not be the same as the currently set backup release. - The file must have a .rel suffix. - The file must be a valid release file. - In a stacked environment, there must be enough disk space available to store the release file on each stack member. - The device must have a current release license for the specified release.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

nextBootSetStatus 1.3.6.1.4.1.207.8.4.4.4.500.2.2.3
Returns the status of any current operation to set the next boot release file. The following values may be returned: 1 (idle) There is no boot release setting operation in progress. 2 (success) The last boot release setting operation completed successfully. 3 (failure) The last boot release setting operation failed. 5 (syncing) A boot release setting operation is currently in progress and the file is being syncronised across the stack or system. 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 nextBootLastSetResult.
Status: current Access: read-only
OBJECT-TYPE    
  SystemFileOperationType  

nextBootLastSetResult 1.3.6.1.4.1.207.8.4.4.4.500.2.2.4
Gives an indication of the result of the last completed SNMP operation to set the boot release filename.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

backupFirmware 1.3.6.1.4.1.207.8.4.4.4.500.2.3
OBJECT IDENTIFIER    

backupVersion 1.3.6.1.4.1.207.8.4.4.4.500.2.3.1
The major.minor.interim version of the firmware that the device will boot from as a backup. This will return 0 if the version cannot be determined.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

backupPath 1.3.6.1.4.1.207.8.4.4.4.500.2.3.2
The full path of the release file to be used as a backup in the event of the main release file failing to boot. There is no guarantee that the file referenced exists (i.e. it may have been deleted since the backup path was last set). Only one set operation can be executed at a time across all SNMP users, and an operation may not be started unless the current value of backupSetStatus is 'idle'. The path must not contain whitespace characters. Immediately upon setting this object, the system will attempt to set the new backup path, and the process will continue on the device until it has completed or a failure occurs. The current status of the operation can be determined by reading backupSetStatus, and the result of the last completed operation is indicated by backupLastSetResult. This object can be set with an empty string in order to clear the current backup firmware. Otherwise, the path should be of the form 'flash:/filename.rel' or 'card:/filename.rel'. There are several requirements that must be met in order to set a backup release file successfully: - The file must exist. - The file must be in the root of flash (on the active master in a stacked environment) or card. - The file must not be the same as the currently set backup release. - The file must have a .rel suffix. - The file must be a valid release file. - In a stacked environment, there must be enough disk space available to store the release file on each stack member. - The device must have a current release license for the specified release.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

backupSetStatus 1.3.6.1.4.1.207.8.4.4.4.500.2.3.3
Returns the status of any current operation to set the backup boot release file. The following values may be returned: 1 (idle) There is no backup boot release setting operation in progress. 2 (success) The last backup boot release setting operation completed successfully. 3 (failure) The last backup boot release setting operation failed. 5 (syncing) A backup boot release setting operation is currently in progress and the file is being syncronised across the stack or system. 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 backupLastSetResult.
Status: current Access: read-only
OBJECT-TYPE    
  SystemFileOperationType  

backupLastSetResult 1.3.6.1.4.1.207.8.4.4.4.500.2.3.4
Gives an indication of the result of the last completed SNMP operation to set the backup boot release filename.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

deviceConfiguration 1.3.6.1.4.1.207.8.4.4.4.500.3
OBJECT IDENTIFIER    

runningConfig 1.3.6.1.4.1.207.8.4.4.4.500.3.1
OBJECT IDENTIFIER    

runCnfgSaveAs 1.3.6.1.4.1.207.8.4.4.4.500.3.1.1
Set with a URL to save the running configuration to the flash or card filesystem using that filename (e.g. 'flash:/myconfig.cfg' or 'card:/myconfig.cfg'). Only one set operation can be executed at a time across all SNMP users, and an operation may not be started unless the current value of runCnfgSaveAsStatus is 'idle'. The URL must not contain whitespace characters. Immediately upon setting this object, the system will attempt to save the running configuration, and the process will continue on the device until it has completed or a failure occurs. The current status of the operation can be determined by reading runCnfgSaveAsStatus, and the result of the last completed operation is indicated by runCnfgLastSaveResult. When read, this object will return the URL of the last configuration save operation that was attempted.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

runCnfgSaveAsStatus 1.3.6.1.4.1.207.8.4.4.4.500.3.1.2
Returns the status of any current operation to save the running configuration. The following values may be returned: 1 (idle) There is no config file save operation in progress. 2 (success) The last config file save operation completed successfully. 3 (failure) The last config file save operation failed. 4 (saving) A config 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 runCnfgLastSaveResult.
Status: current Access: read-only
OBJECT-TYPE    
  SystemFileOperationType  

runCnfgLastSaveResult 1.3.6.1.4.1.207.8.4.4.4.500.3.1.3
Gives an indication of the result of the last completed SNMP operation to save the running configuration.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nextBootConfig 1.3.6.1.4.1.207.8.4.4.4.500.3.2
OBJECT IDENTIFIER    

bootCnfgPath 1.3.6.1.4.1.207.8.4.4.4.500.3.2.1
The full path of the configuration file to be used the next time the device restarts. There is no guarantee that the file referenced exists (i.e. it may have been deleted since the configuration path was last set). Only one set operation can be executed at a time across all SNMP users, and an operation may not be started unless the current value of bootCnfgSetStatus is 'idle'. The path must not contain whitespace characters. Immediately upon setting this object, the system will attempt to set the new configuration path, and the process will continue on the device until it has completed or a failure occurs. The current status of the operation can be determined by reading bootCnfgSetStatus, and the result of the last completed operation is indicated by bootCnfgLastSetResult. This object can be set with an empty string in order to clear the current boot configuration. Otherwise, the path should be of the form 'flash:/filename.cfg' or 'card:/filename.cfg'. There are several requirements that must be met in order to set a boot configuration file successfully: - The file must exist. - The file must be in the flash (on the active master in a stacked environment) or card filesystems. - The file must have a .cfg suffix. - In a stacked environment, there must be enough disk space available to store the configuration file on each stack member.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

bootCnfgExists 1.3.6.1.4.1.207.8.4.4.4.500.3.2.2
This object will return TRUE if the currently defined boot configuration file exists, or FALSE otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

bootCnfgSetStatus 1.3.6.1.4.1.207.8.4.4.4.500.3.2.3
Returns the status of any current operation to set the next boot configuration file. The following values may be returned: 1 (idle) There is no boot configuration setting operation in progress. 2 (success) The last boot configuration setting operation completed successfully. 3 (failure) The last boot configuration setting operation failed. 5 (syncing) A boot configuration setting operation is currently in progress and the file is being syncronised across the stack or system. 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 bootCnfgLastSetResult.
Status: current Access: read-only
OBJECT-TYPE    
  SystemFileOperationType  

bootCnfgLastSetResult 1.3.6.1.4.1.207.8.4.4.4.500.3.2.4
Gives an indication of the result of the last completed SNMP operation to set the boot configuration filename.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

defaultConfig 1.3.6.1.4.1.207.8.4.4.4.500.3.3
OBJECT IDENTIFIER    

dfltCnfgPath 1.3.6.1.4.1.207.8.4.4.4.500.3.3.1
The full path of the configuration file to be used upon device restart, if no user-defined boot or backup configuration files can be found. There is no guarantee that the file referenced exists (i.e. it may have been deleted). This object is not settable - the default configuration file is always 'flash:/default.cfg'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dfltCnfgExists 1.3.6.1.4.1.207.8.4.4.4.500.3.3.2
This object will return TRUE if the currently defined default configuration file exists, or FALSE otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

backupConfig 1.3.6.1.4.1.207.8.4.4.4.500.3.4
OBJECT IDENTIFIER    

backupCnfgPath 1.3.6.1.4.1.207.8.4.4.4.500.3.4.1
The full path of the backup configuration file to be used the next time the device restarts, if the boot configuration file cannot be accessed. There is no guarantee that the file referenced exists (i.e. it may have been deleted since the backup configuration path was last set). Only one set operation can be executed at a time across all SNMP users, and an operation may not be started unless the current value of backupCnfgSetStatus is 'idle'. The path must not contain whitespace characters. Immediately upon setting this object, the system will attempt to set the new backup configuration path, and the process will continue on the device until it has completed or a failure occurs. The current status of the operation can be determined by reading backupCnfgSetStatus, and the result of the last completed operation is indicated by backupCnfgLastSetResult. This object can be set with an empty string in order to clear the current backup configuration. Otherwise, the path should be of the form 'flash:/filename.cfg' or 'card:/filename.cfg'. There are several requirements that must be met in order to set a backup configuration file successfully: - The file must exist. - The file must be in the flash (on the active master in a stacked environment) or card filesystems. - The file must have a .cfg suffix. - In a stacked environment, there must be enough disk space available to store the configuration file on each stack member.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

backupCnfgExists 1.3.6.1.4.1.207.8.4.4.4.500.3.4.2
This object will return TRUE if the currently defined backup configuration file exists, or FALSE otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

backupCnfgSetStatus 1.3.6.1.4.1.207.8.4.4.4.500.3.4.3
Returns the status of any current operation to set the next backup boot configuration file. The following values may be returned: 1 (idle) There is no backup boot configuration setting operation in progress. 2 (success) The last backup boot configuration setting operation completed successfully. 3 (failure) The last backup boot configuration setting operation failed. 5 (syncing) A backup boot configuration setting operation is currently in progress and the file is being syncronised across the stack or system. 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 backupCnfgLastSetResult.
Status: current Access: read-only
OBJECT-TYPE    
  SystemFileOperationType  

backupCnfgLastSetResult 1.3.6.1.4.1.207.8.4.4.4.500.3.4.4
Gives an indication of the result of the last completed SNMP operation to set the backup boot configuration filename.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

serviceConfig 1.3.6.1.4.1.207.8.4.4.4.500.5
OBJECT IDENTIFIER    

srvcTelnetEnable 1.3.6.1.4.1.207.8.4.4.4.500.5.1
This object represents the state of the telnet server of a device. A management application can find out the telnet server is either enabled or disabled by reading this object. To either enable or disable the telnet server, a management application can SET this object with value 'enable(1)' or 'disable(2)' respectively.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

srvcSshEnable 1.3.6.1.4.1.207.8.4.4.4.500.5.2
This object represents the state of the ssh server of a device. A management application can find out the ssh server is either enabled or disabled by reading this object. To either enable or disable the ssh server, a management application can SET this object with value 'enable(1)' or 'disable(2)' respectively.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

guiConfig 1.3.6.1.4.1.207.8.4.4.4.500.6
OBJECT IDENTIFIER    

guiAppletConfig 1.3.6.1.4.1.207.8.4.4.4.500.6.1
OBJECT IDENTIFIER    

guiAppletSysSwVer 1.3.6.1.4.1.207.8.4.4.4.500.6.1.1
This object represents the system software release that the currently selected GUI applet was designed to run on. The system will automatically search for GUI applet files residing in the root directory of flash, and will select the latest available one that is applicable to the currently running system software. This will be the applet that is uploaded to a user's web browser when they initiate use of the GUI.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

guiAppletSwVer 1.3.6.1.4.1.207.8.4.4.4.500.6.1.2
This object represents the software version of the currently selected GUI applet. The system will automatically search for GUI applet files residing in the root directory of flash, and will select the latest available one that is applicable to the currently running system software. This will be the applet that is uploaded to a user's web browser when they initiate use of the GUI.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString