AT-SETUP-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AT-SETUP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         restartDevice 1.3.6.1.4.1.207.8.4.4.4.500.1 integer32 read-write
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.
         firmware 1.3.6.1.4.1.207.8.4.4.4.500.2
             currentFirmware 1.3.6.1.4.1.207.8.4.4.4.500.2.1
                 currSoftVersion 1.3.6.1.4.1.207.8.4.4.4.500.2.1.1 displaystring read-only
The major.minor.interim version of the firmware that the device is currently running. Will return 0 if the version cannot be determined.
                 currSoftName 1.3.6.1.4.1.207.8.4.4.4.500.2.1.2 displaystring read-only
The name of the firmware that the device is currently running.
                 currSoftSaveAs 1.3.6.1.4.1.207.8.4.4.4.500.2.1.3 displaystring read-write
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.
                 currSoftSaveToFile 1.3.6.1.4.1.207.8.4.4.4.500.2.1.4 displaystring read-write
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.
                 currSoftSaveStatus 1.3.6.1.4.1.207.8.4.4.4.500.2.1.5 systemfileoperationtype read-only
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.
                 currSoftLastSaveResult 1.3.6.1.4.1.207.8.4.4.4.500.2.1.6 displaystring read-only
Gives an indication of the result of the last completed SNMP operation to save the running firmware to a release file.
             nextBootFirmware 1.3.6.1.4.1.207.8.4.4.4.500.2.2
                 nextBootVersion 1.3.6.1.4.1.207.8.4.4.4.500.2.2.1 displaystring read-only
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.
                 nextBootPath 1.3.6.1.4.1.207.8.4.4.4.500.2.2.2 displaystring read-write
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.
                 nextBootSetStatus 1.3.6.1.4.1.207.8.4.4.4.500.2.2.3 systemfileoperationtype read-only
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.
                 nextBootLastSetResult 1.3.6.1.4.1.207.8.4.4.4.500.2.2.4 displaystring read-only
Gives an indication of the result of the last completed SNMP operation to set the boot release filename.
             backupFirmware 1.3.6.1.4.1.207.8.4.4.4.500.2.3
                 backupVersion 1.3.6.1.4.1.207.8.4.4.4.500.2.3.1 displaystring read-only
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.
                 backupPath 1.3.6.1.4.1.207.8.4.4.4.500.2.3.2 displaystring read-write
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.
                 backupSetStatus 1.3.6.1.4.1.207.8.4.4.4.500.2.3.3 systemfileoperationtype read-only
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.
                 backupLastSetResult 1.3.6.1.4.1.207.8.4.4.4.500.2.3.4 displaystring read-only
Gives an indication of the result of the last completed SNMP operation to set the backup boot release filename.
         deviceConfiguration 1.3.6.1.4.1.207.8.4.4.4.500.3
             runningConfig 1.3.6.1.4.1.207.8.4.4.4.500.3.1
                 runCnfgSaveAs 1.3.6.1.4.1.207.8.4.4.4.500.3.1.1 displaystring read-write
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.
                 runCnfgSaveAsStatus 1.3.6.1.4.1.207.8.4.4.4.500.3.1.2 systemfileoperationtype read-only
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.
                 runCnfgLastSaveResult 1.3.6.1.4.1.207.8.4.4.4.500.3.1.3 displaystring read-only
Gives an indication of the result of the last completed SNMP operation to save the running configuration.
             nextBootConfig 1.3.6.1.4.1.207.8.4.4.4.500.3.2
                 bootCnfgPath 1.3.6.1.4.1.207.8.4.4.4.500.3.2.1 displaystring read-write
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.
                 bootCnfgExists 1.3.6.1.4.1.207.8.4.4.4.500.3.2.2 truthvalue read-only
This object will return TRUE if the currently defined boot configuration file exists, or FALSE otherwise.
                 bootCnfgSetStatus 1.3.6.1.4.1.207.8.4.4.4.500.3.2.3 systemfileoperationtype read-only
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.
                 bootCnfgLastSetResult 1.3.6.1.4.1.207.8.4.4.4.500.3.2.4 displaystring read-only
Gives an indication of the result of the last completed SNMP operation to set the boot configuration filename.
             defaultConfig 1.3.6.1.4.1.207.8.4.4.4.500.3.3
                 dfltCnfgPath 1.3.6.1.4.1.207.8.4.4.4.500.3.3.1 displaystring read-only
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'
                 dfltCnfgExists 1.3.6.1.4.1.207.8.4.4.4.500.3.3.2 truthvalue read-only
This object will return TRUE if the currently defined default configuration file exists, or FALSE otherwise.
             backupConfig 1.3.6.1.4.1.207.8.4.4.4.500.3.4
                 backupCnfgPath 1.3.6.1.4.1.207.8.4.4.4.500.3.4.1 displaystring read-write
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.
                 backupCnfgExists 1.3.6.1.4.1.207.8.4.4.4.500.3.4.2 truthvalue read-only
This object will return TRUE if the currently defined backup configuration file exists, or FALSE otherwise.
                 backupCnfgSetStatus 1.3.6.1.4.1.207.8.4.4.4.500.3.4.3 systemfileoperationtype read-only
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.
                 backupCnfgLastSetResult 1.3.6.1.4.1.207.8.4.4.4.500.3.4.4 displaystring read-only
Gives an indication of the result of the last completed SNMP operation to set the backup boot configuration filename.
         restartStkMemberDevice 1.3.6.1.4.1.207.8.4.4.4.500.4 integer32 read-write
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.
         serviceConfig 1.3.6.1.4.1.207.8.4.4.4.500.5
             srvcTelnetEnable 1.3.6.1.4.1.207.8.4.4.4.500.5.1 truthvalue read-write
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.
             srvcSshEnable 1.3.6.1.4.1.207.8.4.4.4.500.5.2 truthvalue read-write
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.
         guiConfig 1.3.6.1.4.1.207.8.4.4.4.500.6
             guiAppletConfig 1.3.6.1.4.1.207.8.4.4.4.500.6.1
                 guiAppletSysSwVer 1.3.6.1.4.1.207.8.4.4.4.500.6.1.1 displaystring read-only
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.
                 guiAppletSwVer 1.3.6.1.4.1.207.8.4.4.4.500.6.1.2 displaystring read-only
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.