All MIBs › AT-FILEv2-MIB
Organization: Allied Telesis Labs New Zealand
Last Updated: 2014-01-17
Category: Vendor: Allied Telesis
Description: Provides enhanced file system management including firmware and configuration file operations on Allied Telesis platforms.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is AT-FILEv2-MIB?
AT-FILEv2-MIB is an Allied Telesis enterprise MIB that provides an enhanced file management interface for listing, copying, moving, and deleting files stored in flash, NVS, or SD-card storage on local and stacked Allied Telesis switches. No sample objects were available from the source, but based on the module description it would expose tables enumerating stored files (name, size, storage media) and action objects to trigger file operations such as firmware or configuration transfers. Administrators use it primarily to monitor and manage the software/configuration file inventory on a device, such as confirming a firmware image or config file was successfully copied to all stack members, rather than for hardware fault monitoring. It is a proprietary Allied Telesis extension with no apparent dependency on standard IETF MIBs. It is deployed on Allied Telesis switch stacks where centralized firmware/config file distribution across stack members is needed. Engineers can download the AT-FILEv2-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in AT-FILEv2-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Allied Telesis switch (standalone or stack)
Monitoring Examples
Without concrete sample object names available, a specific monitoring scenario cannot be grounded in real object identifiers for this module; typical usage would involve polling a file listing table to confirm the presence, size, and location (flash/NVS/SD) of firmware and configuration files across stack members. An admin would use this to verify a new firmware image successfully propagated to every unit in the stack before initiating a reboot.
What Can Be Monitored
- file inventory (name/size/location)
- flash/NVS/SD storage contents
- file copy/move/delete operation status
This MIB depends on
Related MIBs
Imported Objects
From AT-SMI-MIB
| modules | OBJECT-IDENTITY |
From SNMPv2-SMI
| Counter64 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString | |
| TruthValue |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| atFilev2 | 1.3.6.1.4.1.207.8.4.4.4.600 | The AT File v2 MIB, for listing file contents of flash, nvs and sd-cards on local and stacked devices, and copying, moving and deleting files from local, stacked and remote sources. | ||
| I32 atFilev2AllFiles | 1.3.6.1.4.1.207.8.4.4.4.600.1.2 | Integer32 | read-write | Set a value of '1' to enable listing of all files (including hidden etc) in the atFilev2Table listing. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. |
| INT atFilev2BeginDirOperation | 1.3.6.1.4.1.207.8.4.4.4.600.3.14.6 | INTEGER | read-write | A read of this object will always return 'idle' (1). All applicable objects above must have been set correctly in order to commence an operation. The following values may be set to perform the operations described: createDir (2) : This will create a new directory with a name equating to atFilev2DestDirName, on the device indicated by atFilev2DirStackID, and the file system indicated by atFilev2DirFileSystem, with the path to the directory being indicated by atFilev2DirPath. The given path structure must already exist. renameDir (3) : This will rename an existing directory with a name equating to atFilev2SourceDirName, to a name equating to atFilev2DestDirName on the device indicated by atFilev2DirStackID, and the file system indicated by atFilev2DirFileSystem, with the path to the directory being indicated by atFilev2DirPath. The given path structure and source directory must already exist, and a rename operation cannot change the path where the directory currently resides. deleteEmptyDir (4) : This will delete an existing directory with a name equating to atFilev2SourceDirName, on the device indicated by atFilev2DirStackID, and the file system indicated by atFilev2DirFileSystem, with the path to the directory being indicated by atFilev2DirPath. However, the operation will fail if the specified directory is not empty. Only sub-directories within the specified file system can be deleted. deleteForceDir (5) : This will delete an existing directory with a name equating to atFilev2SourceDirName, on the device indicated by atFilev2DirStackID, and the file system indicated by atFilev2DirFileSystem, with the path to the directory being indicated by atFilev2DirPath. The operation will also automatically delete any contents within the specified directory. Only sub- directories within the specified file system can be deleted. |
| atFilev2Card_2 | 1.3.6.1.4.1.207.8.4.4.4.600.3.11 | |||
| OCT atFilev2CopyBegin | 1.3.6.1.4.1.207.8.4.4.4.600.3.7 | OCTET STRING | read-write | A read on this object can return several possible values, depending on the current status of the system and the various file operation objects: idle There is no file operation in progress and all required objects have been set correctly. Setting a '1' to this object will begin the file copy. Error codes: [1-7] A copy operation cannot be started until these errors are resolved. See below for key. [action]ing x [--> y] A file operation is currently in progress. You cannot start another operation while the object is returning this value. [action] x [--> y] success The last copy, move or delete operation was successfully completed. [action] x [--> y] failure: [err] The last copy, move or delete operation failed, with the error message attached. Common failures include lack of space on the destination file system, incorrect source file names or communication errors with remote services. Upon reading a success or failure message, the message will be cleared and the next read will result in either an 'idle' message or an 'Error codes' message if not all required objects have been correctly set. If a read returns 'idle', a new file operation can be started. Error codes for file copy: 1 - atFilev2SourceDevice has not been set 2 - atFilev2SourceFilename has not been set 3 - atFilev2DestinationDevice has not been set 4 - atFilev2DestinationFilename has not been set 5 - atFilev2SourceDevice and atFilev2DestinationDevice are both set to TFTP 6 - the combination of source device, stackID and filename is the same as the destination device, stackID and filename (i.e. it is not valid to copy a file onto itself. 7 - TFTP IP address has not been set and TFTP has been set for one of the devices Note that if the above requirements are met and the operation would result in a system file being modified, then an SNMP set to this object will be disallowed. For valid operations, immediately upon executing the SNMP set operation on this object, the file copy will begin and will continue on the device until either it has completed, or a failure occurs. For large files, operations can take several minutes to complete. Subsequent reads of the object will return one of the messages shown above, to track the progress of the copy operation. |
| OCT atFilev2DeleteBegin | 1.3.6.1.4.1.207.8.4.4.4.600.3.9 | OCTET STRING | read-write | A read on this object can return several possible values, depending on the current status of the system and the various file operation objects: idle There is no file operation in progress and all required objects have been set correctly. Setting a '1' to this object will begin the file deletion. Error codes: [1-3] A delete operation cannot be started until these errors are resolved. See below for key. [action]ing x [--> y] A file operation is currently in progress. You cannot start another operation while the object is returning this value. [action] x [--> y] success The last copy, move or delete operation was successfully completed. [action] x [--> y] failure: [err] The last copy, move or delete operation failed, with the error message attached. Common failures include lack of space on the destination file system, incorrect source file names or communication errors with remote services. Upon reading a success or failure message, the message will be cleared and the next read will result in either an 'idle' message or an 'Error codes' message if not all required objects have been correctly set. If a read returns 'idle', a new file operation can be started. File deletion operations ignore the values set in the atFilev2DestinationStackID, atFilev2DestinationDevice and atFilev2DestinationFilename objects. Error codes for file deletion: 1 - atFilev2SourceDevice has not been set 2 - atFilev2SourceFilename has not been set 3 - atFilev2SourceDevice has been set to TFTP Note that if the above requirements are met and the operation would result in a system file being deleted, then an SNMP set to this object will be disallowed. For valid operations, immediately upon executing the SNMP set operation on this object, the file deletion will begin and will continue on the device until either it has completed, or a failure occurs. For large files, operations can take several minutes to complete. Subsequent reads of the object will return one of the messages shown above, to track the progress of the deletion operation. |
| STR atFilev2DestDirName | 1.3.6.1.4.1.207.8.4.4.4.600.3.14.5 | DisplayString | read-write | This object is required for directory creation or rename operations only. It should be set to the name of the directory to be created, or the destination directory name for a rename operation. It should not include any path data and operations on hidden directories are not supported. For example, to create directory 'backupconfigs/old' on the flash filesystem, this object should be set to 'old'. |
| INT atFilev2DestinationDevice | 1.3.6.1.4.1.207.8.4.4.4.600.3.5 | INTEGER | read-write | Set to the value representing the destination file system to be used for the file operation: 1. Flash 2. Card 3. NVS 4. TFTP 5. USB For copying files, any combination of source and destination file system types may be selected, with the exception of TFTP to TFTP, which is not supported. For moving files, TFTP may not be selected as the source or destination file system type. For deleting files, this object is ignored. All required parameters must be fully configured before an operation can commence. Where a TFTP operation is configured, an IP address must also be set via atFilev2TftpIPAddr. |
| STR atFilev2DestinationFilename | 1.3.6.1.4.1.207.8.4.4.4.600.3.6 | DisplayString | read-write | The destination filename for the copy or move operation. Include any path as required, but the file system type is not necessary. The destination filename does not need to be the same as the source filename, and this object is ignored for file deletion operations. For example, to copy a release file from a TFTP server to the backuprelease directory on the flash file system, this object should be set to: backuprelease/latest.rel Note: Any file at the destination that shares the destination filename will be overwritten by a move or copy operation. |
| I32 atFilev2DestinationStackID | 1.3.6.1.4.1.207.8.4.4.4.600.3.4 | Integer32 | read-write | Set to the stack ID of the destination device to be used for the file operation. For devices that are not capable of being stacked, set with the value 1. For a chassis switch, it corresponds to the card ID. This value is ignored if the destination device is set to TFTP, or if a deletion operation is carried out. |
| I32 atFilev2Device | 1.3.6.1.4.1.207.8.4.4.4.600.1.3 | Integer32 | read-write | Set a value that corresponds with the various devices listed below: 1. Flash (default) 2. Card 3. NVS Subsequent SNMP queries to the atFilev2Table will use this as the device to generate a file listing from. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. |
| INT atFilev2DirFileSystem | 1.3.6.1.4.1.207.8.4.4.4.600.3.14.2 | INTEGER | read-write | Set to the value representing the file system on which the existing directory resides, or on which a new directory should be created: 1. Flash 2. Card 3. NVS 5. USB |
| atFilev2DirOperation | 1.3.6.1.4.1.207.8.4.4.4.600.3.14 | |||
| STR atFilev2DirPath | 1.3.6.1.4.1.207.8.4.4.4.600.3.14.3 | DisplayString | read-write | This object should be set to the path of the directory to be created/deleted/renamed, but should not include the name of the directory itself, or the file system on which it resides. For example, to delete directory 'backupconfigs/old' from the flash filesystem, this object should be set to 'backupconfigs'. |
| I32 atFilev2DirStackID | 1.3.6.1.4.1.207.8.4.4.4.600.3.14.1 | Integer32 | read-write | Set to the stack ID of the device containing the directory to be renamed or deleted, or to the stack ID of the device on which to create a new directory. For devices that are not capable of being stacked, set with the value 1. For a chassis switch, it corresponds to the card ID. |
| atFilev2Entry | 1.3.6.1.4.1.207.8.4.4.4.600.2.1 | not-accessible | An entry in the list of files containing information about a single file. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. | |
| OCT atFilev2FileAttribs | 1.3.6.1.4.1.207.8.4.4.4.600.2.1.4 | OCTET STRING | read-only | The standard file accessibility attributes in the form . d - directory r - readable w - writeable x - executable If a file does not have a particular attribute set, the respective position will contain a -. For example, indicates a readable and executable file that is not a directory or writeable. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. |
| OCT atFilev2FileCreationTime | 1.3.6.1.4.1.207.8.4.4.4.600.2.1.3 | OCTET STRING | read-only | File creation time in the form . Eg: Sep 7 2008 06:07:54. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. |
| OCT atFilev2Filename | 1.3.6.1.4.1.207.8.4.4.4.600.2.1.1 | OCTET STRING | read-only | The name of the file. Files are sorted in alphabetical order. Directory names end with / and have a 'd' present in the atFilev2FileAttribs object. The filename is truncated at 112 characters due to SNMP OID length limitations. If two files are not uniquely distinguishable within the first 112 characters, the listing will halt after the first file. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. |
| atFilev2FileOperation | 1.3.6.1.4.1.207.8.4.4.4.600.3 | |||
| I32 atFilev2FileSize | 1.3.6.1.4.1.207.8.4.4.4.600.2.1.2 | Integer32 | read-only | The size of the file in bytes. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. |
| atFilev2FileViewer | 1.3.6.1.4.1.207.8.4.4.4.600.7 | |||
| STR atFilev2FileViewerCreationTime | 1.3.6.1.4.1.207.8.4.4.4.600.7.4.1.3 | DisplayString | read-only | File creation time in the form . Eg: Sep 7 2008 06:07:54. |
| STR atFilev2FileViewerCurrentPath | 1.3.6.1.4.1.207.8.4.4.4.600.7.3 | DisplayString | read-write | The file system path for which files will be displayed in the FileViewer table. This path will always read as a full pathname starting with the '/' character. Setting this variable will specify a new directory for which files will be displayed. The path specified must be the full path, relative setting of path does not work. Only paths with invalid characters in them will cause an error, paths specifying non-existant directories will be accepted, but no files will be displayed in the File Viewer table in this case. |
| INT atFilev2FileViewerDevice | 1.3.6.1.4.1.207.8.4.4.4.600.7.2 | INTEGER | read-write | The file system device for which files will be displayed in the FileViewer table. The values supported for this variable are identical to the values for other variables in the MIB, although not all values will actually result in the display of files. The different devices and whether they will result in the display of files are: 1. Flash - Onboard Flash - supported 2. Card - Removable SD card - supported 3. NVS - Onboard battery backed RAM - supported 4. TFTP - not supported 5. USB - Removable USB media - supported Setting this variable to an unsupported value will result in an error, but setting to a value that is supported but on a device that doesn't contain that type of device will not. However, no files will be displayed in the File Viewer table in this case. |
| atFilev2FileViewerEntry | 1.3.6.1.4.1.207.8.4.4.4.600.7.4.1 | not-accessible | An entry in the list of files, containing information about a single file. | |
| T/F atFilev2FileViewerIsDirectory | 1.3.6.1.4.1.207.8.4.4.4.600.7.4.1.4 | TruthValue | read-only | Returns TRUE if the entry is a directory, FALSE otherwise. |
| T/F atFilev2FileViewerIsExecutable | 1.3.6.1.4.1.207.8.4.4.4.600.7.4.1.7 | TruthValue | read-only | Returns TRUE if the file is executable, FALSE otherwise. |
| T/F atFilev2FileViewerIsReadable | 1.3.6.1.4.1.207.8.4.4.4.600.7.4.1.5 | TruthValue | read-only | Returns TRUE if the file is readable, FALSE otherwise. |
| T/F atFilev2FileViewerIsWriteable | 1.3.6.1.4.1.207.8.4.4.4.600.7.4.1.6 | TruthValue | read-only | Returns TRUE if the file is writeable, FALSE otherwise. |
| STR atFilev2FileViewerName | 1.3.6.1.4.1.207.8.4.4.4.600.7.4.1.1 | DisplayString | read-only | The name of the file. Files are sorted in alphabetical order, and any name that is longer than 112 characters will not be displayed due to SNMP OID length limitations. |
| C64 atFilev2FileViewerSize | 1.3.6.1.4.1.207.8.4.4.4.600.7.4.1.2 | Counter64 | read-only | The size of the file in bytes. |
| I32 atFilev2FileViewerStackId | 1.3.6.1.4.1.207.8.4.4.4.600.7.1 | Integer32 | read-write | The stack ID of the stack member for which files will be displayed in the FileViewer table. For devices that are not capable of being stacked, this variable will always read as 1, and will cause an error on being written to with any value other than 1. Write this variable with the stack ID of the stack member for which a view of files is required. If the stack member doesn't exist, an error will be returned. For a chassis switch, it corresponds to the card ID. Note that the other variables specifying the files to view will not be altered by changing the stack ID, which means that the file view table could be empty if a non-existant device or path has been referenced previously. |
| atFilev2FileViewerTable | 1.3.6.1.4.1.207.8.4.4.4.600.7.4 | not-accessible | A list of all files, not including pathnames, that are present on the device specified by atFilev2FileViewerStackId and atFilev2FileViewerDevice, in the path specified by atFilev2FileViewerCurrentPath. Hidden and system files are not displayed. If the Stack ID, device and path are invalid (the path is for a non-existant directory), the table will be empty. This will allow a MIB walk through the table even though the setup parameters are incorrect. | |
| atFilev2Flash_1 | 1.3.6.1.4.1.207.8.4.4.4.600.3.10 | |||
| atFilev2InfoEntry | 1.3.6.1.4.1.207.8.4.4.4.600.5.1 | not-accessible | An entry in the list of files, containing information about a single file. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. | |
| OCT atFilev2InfoFileCreationTime | 1.3.6.1.4.1.207.8.4.4.4.600.5.1.3 | OCTET STRING | read-only | File creation time in the form . Eg: Sep 7 2008 06:07:54. NOTE: atFilev2InfoTable and associated objects have been replaced by atFilev2FileViewer. |
| T/F atFilev2InfoFileIsDirectory | 1.3.6.1.4.1.207.8.4.4.4.600.5.1.4 | TruthValue | read-only | Returns TRUE if the entry is a directory, FALSE otherwise. NOTE: atFilev2InfoTable and associated objects have been replaced by atFilev2FileViewer. |
| T/F atFilev2InfoFileIsExecutable | 1.3.6.1.4.1.207.8.4.4.4.600.5.1.7 | TruthValue | read-only | Returns TRUE if the file is executable, FALSE otherwise. NOTE: atFilev2InfoTable and associated objects have been replaced by atFilev2FileViewer. |
| T/F atFilev2InfoFileIsReadable | 1.3.6.1.4.1.207.8.4.4.4.600.5.1.5 | TruthValue | read-only | Returns TRUE if the file is readable, FALSE otherwise. NOTE: atFilev2InfoTable and associated objects have been replaced by atFilev2FileViewer. |
| T/F atFilev2InfoFileIsWriteable | 1.3.6.1.4.1.207.8.4.4.4.600.5.1.6 | TruthValue | read-only | Returns TRUE if the file is writeable, FALSE otherwise. NOTE: atFilev2InfoTable and associated objects have been replaced by atFilev2FileViewer. |
| OCT atFilev2InfoFilepath | 1.3.6.1.4.1.207.8.4.4.4.600.5.1.1 | OCTET STRING | read-only | The full path and name of the file. Files are sorted in alphabetical order, and any filepath that is longer than 112 characters will not be displayed due to SNMP OID length limitations. NOTE: atFilev2InfoTable and associated objects have been replaced by atFilev2FileViewer. |
| C64 atFilev2InfoFileSize | 1.3.6.1.4.1.207.8.4.4.4.600.5.1.2 | Counter64 | read-only | The size of the file in bytes. NOTE: atFilev2InfoTable and associated objects have been replaced by atFilev2FileViewer. |
| atFilev2InfoTable | 1.3.6.1.4.1.207.8.4.4.4.600.5 | not-accessible | A list of all files, including pathnames, that are present on the device. Hidden system files are not displayed. NOTE: atFilev2InfoTable and associated objects have been replaced by atFilev2FileViewer. | |
| STR atFilev2LastDirOpResult | 1.3.6.1.4.1.207.8.4.4.4.600.3.14.7 | DisplayString | read-only | Gives an indication of the result of the last completed SNMP directory operation. |
| OCT atFilev2MoveBegin | 1.3.6.1.4.1.207.8.4.4.4.600.3.8 | OCTET STRING | read-write | A read on this object can return several possible values, depending on the current status of the system and the various file operation objects: idle There is no file operation in progress and all required objects have been set correctly. Setting a '1' to this object will begin the file move. Error codes: [1-6] A move operation cannot be started until these errors are resolved. See below for key. [action]ing x [--> y] A file operation is currently in progress. You cannot start another operation while the object is returning this value. [action] x [--> y] success The last copy, move or delete operation was successfully completed. [action] x [--> y] failure: [err] The last copy, move or delete operation failed, with the error message attached. Common failures include lack of space on the destination file system, incorrect source file names or communication errors with remote services. Upon reading a success or failure message, the message will be cleared and the next read will result in either an 'idle' message or an 'Error codes' message if not all required objects have been correctly set. If a read returns 'idle', a new file operation can be started. Error codes for file move: 1 - atFilev2SourceDevice has not been set 2 - atFilev2SourceFilename has not been set 3 - atFilev2DestinationDevice has not been set 4 - atFilev2DestinationFilename has not been set 5 - either atFilev2SourceDevice or atFilev2DestinationDevice are set to TFTP 6 - the combination of source device, stackID and filename is the same as the destination device, stackID and filename (i.e. it is not valid to move a file onto itself. Note that if the above requirements are met and the operation would result in a system file being modified or deleted, then an SNMP set to this object will be disallowed. For valid operations, immediately upon executing the SNMP set operation on this object, the file move will begin and will continue on the device until either it has completed, or a failure occurs. For large files, operations can take several minutes to complete. Subsequent reads of the object will return one of the messages shown above, to track the progress of the move operation. |
| atFilev2Nvs_3 | 1.3.6.1.4.1.207.8.4.4.4.600.3.12 | |||
| I32 atFilev2Recursive | 1.3.6.1.4.1.207.8.4.4.4.600.1.1 | Integer32 | read-write | Set a value of '1' to enable recursive listing of directories in the atFilev2Table listing. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. |
| atFilev2SDcardEntry | 1.3.6.1.4.1.207.8.4.4.4.600.4.1 | not-accessible | Data pertaining to an SD card instance. | |
| INT atFilev2SDcardPresence | 1.3.6.1.4.1.207.8.4.4.4.600.4.1.2 | INTEGER | read-only | This object indicates whether or not an SD card is inserted in a slot. |
| U32 atFilev2SDcardStackMemberId | 1.3.6.1.4.1.207.8.4.4.4.600.4.1.1 | Unsigned32 | read-only | The index of the stack member hosting this SD card. For devices that are not capable of being stacked, this object will always return the value 1. |
| atFilev2SDcardTable | 1.3.6.1.4.1.207.8.4.4.4.600.4 | not-accessible | A table of information about SD cards. | |
| INT atFilev2SourceDevice | 1.3.6.1.4.1.207.8.4.4.4.600.3.2 | INTEGER | read-write | Set to the value representing the source file system to be used for the file operation: 1. Flash 2. Card 3. NVS 4. TFTP 5. USB For copying files, any combination of source and destination file system types may be selected, with the exception of TFTP to TFTP, which is not supported. For moving files, TFTP may not be selected as the source or destination file system type. For deleting files, the source file system type cannot be TFTP. All required parameters must be fully configured before an operation can commence. Where a TFTP operation is configured, an IP address must also be set via atFilev2TftpIPAddr. |
| STR atFilev2SourceDirName | 1.3.6.1.4.1.207.8.4.4.4.600.3.14.4 | DisplayString | read-write | This object is required for directory deletion or rename operations only. It should be set to the name of the directory to be deleted/renamed, but should not include any path data. Operations on hidden directories are not supported. For example, to delete directory 'backupconfigs/old' from the flash filesystem, this object should be set to 'old'. |
| STR atFilev2SourceFilename | 1.3.6.1.4.1.207.8.4.4.4.600.3.3 | DisplayString | read-write | The filename of the source file to be copied, moved or deleted. Include any path as required, but the file system type is not necessary. For example, to copy the file latest.cfg from the backupconfigs/routers directory on the TFTP server, this object should be set to: backupconfigs/routers/latest.cfg |
| I32 atFilev2SourceStackID | 1.3.6.1.4.1.207.8.4.4.4.600.3.1 | Integer32 | read-write | Set to the stack ID of the source device to be used for the file operation. For devices that are not capable of being stacked, set with the value 1. For a chassis switch, it corresponds to the card ID. This value is ignored if the source device is set to TFTP. |
| I32 atFilev2StackID | 1.3.6.1.4.1.207.8.4.4.4.600.1.4 | Integer32 | read-write | Set an integer to correspond to the stack ID of a stack member. For devices that are not capable of being stacked, set with the value 1. For a chassis switch, it corresponds to the card ID. Subsequent SNMP queries to the atFilev2Table will use this as the stack member to generate a file listing from. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. |
| atFilev2Table | 1.3.6.1.4.1.207.8.4.4.4.600.2 | not-accessible | A list of files present on the device and stack-member specified by the atFilev2Device and atFilev2StackID objects. NOTE: atFilev2Table and associated objects have been replaced by atFilev2FileViewer. | |
| atFilev2TableOptions | 1.3.6.1.4.1.207.8.4.4.4.600.1 | |||
| atFilev2Tftp_4 | 1.3.6.1.4.1.207.8.4.4.4.600.3.13 | |||
| IP atFilev2TftpIPAddr | 1.3.6.1.4.1.207.8.4.4.4.600.3.13.1 | IpAddress | read-write | The IP address of the TFTP server that is to be used for the file copy process. This IP address needs to be reachable from the device or the file copy will fail. |
| atFilev2Usb_5 | 1.3.6.1.4.1.207.8.4.4.4.600.3.15 | |||
| atFilev2USBMediaEntry | 1.3.6.1.4.1.207.8.4.4.4.600.6.1 | not-accessible | Data pertaining to an USB media instance. | |
| INT atFilev2USBMediaPresence | 1.3.6.1.4.1.207.8.4.4.4.600.6.1.2 | INTEGER | read-only | This object indicates whether or not an USB media is inserted in a slot. |
| U32 atFilev2USBMediaStackMemberId | 1.3.6.1.4.1.207.8.4.4.4.600.6.1.1 | Unsigned32 | read-only | The index of the stack member hosting this USB media. For devices that are not capable of being stacked, this object will always return the value 1. For a chassis switch, it corresponds to the card ID. |
| atFilev2USBMediaTable | 1.3.6.1.4.1.207.8.4.4.4.600.6 | not-accessible | A table of information about USB media. |
RFC description
Manages file operations on flash, NVS, and SD-card storage for local and stacked Allied Telesis devices.
Start monitoring Allied Telesis managed switches and routers with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.