G6-FILES-MIB: View SNMP OID List / Download MIB

VENDOR: MICROSENS


 Home MIB: G6-FILES-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
 management 1.3.6.1.4.1.3181.10.6.3
Microsens private MIB for Generation 6 Ethernet Switches
     files 1.3.6.1.4.1.3181.10.6.3.72
           appsTable 1.3.6.1.4.1.3181.10.6.3.72.1 no-access
This section defines commands to view, load and install apps. The files are also accessible via ftp in the apps directory.
               appsEntry 1.3.6.1.4.1.3181.10.6.3.72.1.1 no-access
                   appsIndex 1.3.6.1.4.1.3181.10.6.3.72.1.1.1 integer no-access
Automatically generated
                   appsListInstalledApps 1.3.6.1.4.1.3181.10.6.3.72.1.1.2 displaystring read-write
Lists which apps are actually installed and ready for use.
                   appsShowNotes 1.3.6.1.4.1.3181.10.6.3.72.1.1.3 displaystring read-write
Displays information about an app . The app does not need to be installed for this operation. Syntax: show_notes = appname
                   appsDisplayFiles 1.3.6.1.4.1.3181.10.6.3.72.1.1.4 displaystring read-write
Displays a list of all available app installation files.
                   appsDeleteFile 1.3.6.1.4.1.3181.10.6.3.72.1.1.5 displaystring read-write
Deletes a previously downloaded app installation file. This does not affect unit operation.
                   appsDownload 1.3.6.1.4.1.3181.10.6.3.72.1.1.6 displaystring read-write
Apps can be downloaded using various protocols. The downloaded app will not be activated until requested using the install command. Example: download = ftp://name:passwd@machine.domain:port/full/path/to/appfile.app Type = without parameter for additional online help.
                   appsListMediaFiles 1.3.6.1.4.1.3181.10.6.3.72.1.1.7 displaystring read-write
Display a list of all app files available on the external media in the apps folder.
                   appsExportToMedia 1.3.6.1.4.1.3181.10.6.3.72.1.1.8 displaystring read-write
The function depends on the type of device. On devices with USB port this action copies to an inserted memory stick. On a micro switch running from internal memory this action copies to an optional DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action copies the specified app file onto the removable media. If the file already exists it is overwritten. Syntax: export_to_media = appname
                   appsImportFromMedia 1.3.6.1.4.1.3181.10.6.3.72.1.1.9 displaystring read-write
The function depends on the type of device. On devices with USB port this action imports the specified config from an inserted memory stick. On a micro switch running from internal memory this imports the specified config from a DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action imports the specified app installation file. If the app file name already exists the file is overwritten. Any already running version of the app is not affected. To actually install the imported app use the install command. Syntax: import_from_media = app_file
                   appsInstall 1.3.6.1.4.1.3181.10.6.3.72.1.1.10 displaystring read-write
Installs the app as contained in the .app installation file. Syntax: install = myapp.app. The .app suffix may be omitted. Just typing the app name (with correct capitalization) will automatically select the latest version available on the device. To update an app simply install the new version without deinstallation first. This will keep the app configuration intact (as far as the app parameter are identical between versions).
                   appsDeinstall 1.3.6.1.4.1.3181.10.6.3.72.1.1.11 displaystring read-write
Deinstalls the specified app. The app will no longer be active and all configuration and status entries will be removed. The .app file itself is retained for possible future re-installation. Syntax: deinstall = appname. Note there is no need to deinstall prior to installing an update.
           scriptsTable 1.3.6.1.4.1.3181.10.6.3.72.2 no-access
This section defines commands to manipulate microscripts. Sub-folders are permitted. The files are also accessible via ftp in the xml_cli_scripts directory.
               scriptsEntry 1.3.6.1.4.1.3181.10.6.3.72.2.1 no-access
                   scriptsIndex 1.3.6.1.4.1.3181.10.6.3.72.2.1.1 integer no-access
Automatically generated
                   scriptsListFiles 1.3.6.1.4.1.3181.10.6.3.72.2.1.2 displaystring read-write
Displays a list of all available script files, their size and date of last change.
                   scriptsShowFile 1.3.6.1.4.1.3181.10.6.3.72.2.1.3 displaystring read-write
Displays the content of a script file. In order to edit a file please use the EditScriptFile command.
                   scriptsExecute 1.3.6.1.4.1.3181.10.6.3.72.2.1.4 displaystring read-write
Executes the script file supplied. Example: files.scripts.execute = myscript or ..execute = myfolder/myscript. It also possible to execute a specific soubroutine and even to supply parameter to it. Syntax: script:subroutine par1 par2. Parameter with spaces can be enclosed with curly brackets.
                   scriptsDownloadFromServer 1.3.6.1.4.1.3181.10.6.3.72.2.1.5 displaystring read-write
A script can be downloaded from a server. Example: download_from_server = ftp://name:passwd@machine.domain:port/full/path/to/scriptfile. A local file with same name is overwritten. Type = without parameter for additional online help.
                   scriptsUploadToServer 1.3.6.1.4.1.3181.10.6.3.72.2.1.6 displaystring read-write
A script file can be uploaded to a foreign server. Syntax: upload_to_server = scriptfile ftp://user:passwd@ftp.upload.com/target_folder/. Append verbose to the command to start a verbose transfer for trouble shooting. Type = without parameter for additional online help.
                   scriptsCopyFile 1.3.6.1.4.1.3181.10.6.3.72.2.1.7 displaystring read-write
Copies an exisiting script file to another file. Example: copy_file = MyScript NewScript. Do not use whitespace in the new file name.
                   scriptsDeleteFile 1.3.6.1.4.1.3181.10.6.3.72.2.1.8 displaystring read-write
Deletes a script file. Careful, there is no undelete.
                   scriptsTerminate 1.3.6.1.4.1.3181.10.6.3.72.2.1.9 displaystring read-write
This action command can be used to terminate (stop) a background microscript. This may also be used to terminate a script with an endless loop or a too long wait timer. Syntax: files.scripts.terminate = scriptname or files.scripts.terminate = app/scriptname.
           scriptdataTable 1.3.6.1.4.1.3181.10.6.3.72.3 no-access
This section defines commands to manipulate data files created by or to be used by script programs or certain apps. For example script generated log data. The files are also accessible via ftp in the script_data directory.
               scriptdataEntry 1.3.6.1.4.1.3181.10.6.3.72.3.1 no-access
                   scriptdataIndex 1.3.6.1.4.1.3181.10.6.3.72.3.1.1 integer no-access
Automatically generated
                   scriptdataListFiles 1.3.6.1.4.1.3181.10.6.3.72.3.1.2 displaystring read-write
Displays a list of all available data files.
                   scriptdataShowFile 1.3.6.1.4.1.3181.10.6.3.72.3.1.3 displaystring read-write
Displays the content of a data file. A text format is assumed. The files cannot not be edited via CLI or the embedded editor within the CLI.
                   scriptdataDownloadFromServer 1.3.6.1.4.1.3181.10.6.3.72.3.1.4 displaystring read-write
A data file can be downloaded. Various protocols may be used. Example: download_from_server = ftp://name:passwd@machine.domain:port/full/path/to/scriptfile. A possible exisiting local file with same name is overwritten. Type = without parameter for additional online help.
                   scriptdataUploadToServer 1.3.6.1.4.1.3181.10.6.3.72.3.1.5 displaystring read-write
A script data file can be uploaded. Various protocols may be used. Example: upload_to_server = scriptfile ftp://user:passwd@ftp.upload.com/ Type = without parameter for additional online help.
                   scriptdataCopyFile 1.3.6.1.4.1.3181.10.6.3.72.3.1.6 displaystring read-write
Copies an exisiting data file to another file. Example: copy_file = MyData NewData. Do not use whitespace in the new file name.
                   scriptdataDeleteFile 1.3.6.1.4.1.3181.10.6.3.72.3.1.7 displaystring read-write
Deletes a data file. It does not delete a script file. There is no undelete!
                   scriptdataListMediaFiles 1.3.6.1.4.1.3181.10.6.3.72.3.1.8 displaystring read-write
Display a list of all files available on the external media in the script_data folder.
                   scriptdataExportToMedia 1.3.6.1.4.1.3181.10.6.3.72.3.1.9 displaystring read-write
The function depends on the type of device. On devices with USB port this action copies to an inserted memory stick. On a micro switch running from internal memory this action copies to an optional DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action copies the specified script_data file(s) onto the removable media. If the file(s) already exists it is overwritten. Syntax: export_to_media = filename Wildcard * is supported to copy many files at once.
                   scriptdataImportFromMedia 1.3.6.1.4.1.3181.10.6.3.72.3.1.10 displaystring read-write
The function depends on the type of device. On devices with USB port this action imports the specified config from an inserted memory stick. On a micro switch running from internal memory this imports the specified config from a DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action imports the specified files to the script_data folder. If the file(s) already exists they are overwritten. Syntax: import_from_media = filename.
           configurationTable 1.3.6.1.4.1.3181.10.6.3.72.4 no-access
This section defines commands to load and store the system configuration. The configuration files are also accessible via ftp under the config directory.
               configurationEntry 1.3.6.1.4.1.3181.10.6.3.72.4.1 no-access
                   configurationIndex 1.3.6.1.4.1.3181.10.6.3.72.4.1.1 integer no-access
Automatically generated
                   configurationListFolders 1.3.6.1.4.1.3181.10.6.3.72.4.1.2 displaystring read-write
Displays a list of all available configuration folders.
                   configurationBackupToFolder 1.3.6.1.4.1.3181.10.6.3.72.4.1.3 displaystring read-write
Copies running configuration to a new or existing folder. If the folder name already exists the previous configuration is overwritten. Syntax: backup_to_folder = my_new_config
                   configurationRestoreFromFolder 1.3.6.1.4.1.3181.10.6.3.72.4.1.4 displaystring read-write
Restores and activates the specified user configuration. Each resulting config change will be logged as usual. Specify source folder. Syntax: restore_from_folder = folder_name. Important: This command does not restore the IP and factory configuration files.
                   configurationCommitConfig 1.3.6.1.4.1.3181.10.6.3.72.4.1.5 displaystring read-write
Commits the config to SD card now. Data are otherwise autosaved using a timer. Use this command to speed up the process. Syntax: commit_config = folder_name. Special case: 'commit_config =' will be automatically extended to 'running' to immediatly save the currently running configuration. Use this command to permanently store the configuration while system.config_save_mode = TEMPORARILY is selected.
                   configurationCompareConfiguration 1.3.6.1.4.1.3181.10.6.3.72.4.1.6 displaystring read-write
Compares two configurations and creates CLI script file that can transform the configurations to each other. Syntax: compare_configuration = (with no argument behind = ) compares running config against factory config (as defined by factory_default_folder). compare_configuration = somename compares config somename against factory_default_folder. compare_configuration = somename someothername compares the two named configurations. Special names are factory (factory defaults) and running (currently active configuration).
                   configurationCopyFolder 1.3.6.1.4.1.3181.10.6.3.72.4.1.7 displaystring read-write
Copies one user config to another. The config will not be activated. Do not use whitespace for the new configuration name.
                   configurationDeleteFolder 1.3.6.1.4.1.3181.10.6.3.72.4.1.8 displaystring read-write
Deletes the specified user config. There is no undelete !
                   configurationDownloadFromServer 1.3.6.1.4.1.3181.10.6.3.72.4.1.9 displaystring read-write
A configuration packed as tar or gztar file can be downloaded to a custom folder. Example: download_from_server = local_config_name ftp://name:passwd@machine.domain/full/path/to/config_file The downloaded config is not automatically activated. Type = without parameter for additional online help.
                   configurationUploadToServer 1.3.6.1.4.1.3181.10.6.3.72.4.1.10 displaystring read-write
The content of the specified configuration folder is compressed into a single file (in tar.gz format) and then uploaded to a server. Various protocols may be used. Example: upload_to_server = folder ftp://user:passwd@ftp.upload.com/dir/ Note the trailing / is mandatory for ftp. Instead of a hostname an IP address may be specified. Instead of ftp other transport formats like tftp or http can be specifed. The saved file will be prefixed by the local IP address of the sending device. Type = without parameter for additional online help.
                   configurationListMediaFolders 1.3.6.1.4.1.3181.10.6.3.72.4.1.11 displaystring read-write
Display a list of all configuration folders available on the external media.
                   configurationExportToMedia 1.3.6.1.4.1.3181.10.6.3.72.4.1.12 displaystring read-write
The function depends on the type of device. On devices with USB port this action copies to an inserted memory stick. On a micro switch running from internal memory this action copies to an optional DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action copies the specified configuration folder to a new or existing folder on the removable media. If the folder name already exists the previous configuration is overwritten. Syntax: export_media = running (This example copies the actively running config to folder config/running)
                   configurationImportFromMedia 1.3.6.1.4.1.3181.10.6.3.72.4.1.13 displaystring read-write
The function depends on the type of device. On devices with USB port this action imports the specified config from an inserted memory stick. On a micro switch running from internal memory this imports the specified config from a DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action imports the specified configuration to a new or existing user folder. If the folder name already exists the previous configuration is overwritten. The config folder must be located under config/name to be detected. Note that when a reserved name like running is imported, the folder is imported as running_imported. To actually activate the imported config use the restore_from_folder action. Syntax: import_from_media = my_new_config
                   configurationFactoryDefaultFolder 1.3.6.1.4.1.3181.10.6.3.72.4.1.14 displaystring read-write
This parameter permits the definition of a customer specific alternative factory configuration. Care must be taken to create the desired folder beforehand via download or the backup_to_folder command.
                   configurationForceFactoryDefault 1.3.6.1.4.1.3181.10.6.3.72.4.1.15 displaystring read-write
This forcibly overwrites the current configuration with the factory files bypassing regular processing. This is intended for service personnel only and requires special permission. For normal return to factory settings please use restore_from_folder = factory command.
           firmwareTable 1.3.6.1.4.1.3181.10.6.3.72.5 no-access
This section defines commands to view, load and update the system firmware.
               firmwareEntry 1.3.6.1.4.1.3181.10.6.3.72.5.1 no-access
                   firmwareIndex 1.3.6.1.4.1.3181.10.6.3.72.5.1.1 integer no-access
Automatically generated
                   firmwareListInstalledVersions 1.3.6.1.4.1.3181.10.6.3.72.5.1.2 displaystring read-write
Lists detailed version information of individual system programs.
                   firmwareDisplayFiles 1.3.6.1.4.1.3181.10.6.3.72.5.1.3 displaystring read-write
Displays a list of all available software files.
                   firmwareDeleteFile 1.3.6.1.4.1.3181.10.6.3.72.5.1.4 displaystring read-write
Deletes a previously downloaded firmware file. This does not affect unit operation.
                   firmwareDownload 1.3.6.1.4.1.3181.10.6.3.72.5.1.5 displaystring read-write
Complete updates or patches can be downloaded using various protocols. The downloaded files will not be activated until requested using the install_software_update command. Example: download = ftp://name:passwd@machine.domain:port/full/path/to/firmwarefile. Type = without parameter for additional online help.
                   firmwareVerifyUpdateFile 1.3.6.1.4.1.3181.10.6.3.72.5.1.6 displaystring read-write
Verifies the software contained in the update file specified as parameter. Syntax: verify_update_file = newcode.msu The file will not be installed, just verified.
                   firmwareShowReleaseNotes 1.3.6.1.4.1.3181.10.6.3.72.5.1.7 displaystring read-write
Use to read information about a particular software archive file. Syntax: show_release_notes = filename
                   firmwareInstallSoftwareUpdate 1.3.6.1.4.1.3181.10.6.3.72.5.1.8 displaystring read-write
Installs the software as contained in the update file specified as parameter. Syntax: install_software_update = newcode.msu NOTE: the unit may automatically reboot after the installation.
                   firmwareListMediaFiles 1.3.6.1.4.1.3181.10.6.3.72.5.1.9 displaystring read-write
Display a list of all firmware files available on the external media in the updates folder.
                   firmwareExportToMedia 1.3.6.1.4.1.3181.10.6.3.72.5.1.10 displaystring read-write
The function depends on the type of device. On devices with USB port this action copies to an inserted memory stick. On a micro switch running from internal memory this action copies to an optional DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action copies the specified firmware update file (msu) onto the removable media. If the file already exists it is overwritten. Syntax: export_media = u_10_3_3.msu
                   firmwareImportFromMedia 1.3.6.1.4.1.3181.10.6.3.72.5.1.11 displaystring read-write
The function depends on the type of device. On devices with USB port this action imports the specified config from an inserted memory stick. On a micro switch running from internal memory this imports the specified config from a DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action imports all firmware update files (msu files) located in the root directory of the media. No parameter are required. Syntax: import_from_media
                   firmwareMirrorSdCard 1.3.6.1.4.1.3181.10.6.3.72.5.1.12 displaystring read-write
The function mirrors the whole content of the SD card into the internal flash memory of a micro switch with internal memory. This command only executes when the device is currently running on the SD card to be copied. On switch versions without internal memory nothing will happen. There are two options. OVERWRITE: All data previously stored in the internal memory, including config and passwords, is overwritten. Possibly existing custom configurations or scripts are retained. REPLACE: The internal memory is first erased before the copy commences. Any existing data are removed. This assures are clean copy ofth SD card without possible extra data being retained. Note: The miror command will not operate when system.boot_preference is set to INTERN_ONLY to safeguard the device against an illegally inserted SD card. Syntax: mirror_sd_card = OVERWRITE (or REPLACE) (uppercase).
           certificateTable 1.3.6.1.4.1.3181.10.6.3.72.6 no-access
This section defines commands use private SSL certificate for secure web access.
               certificateEntry 1.3.6.1.4.1.3181.10.6.3.72.6.1 no-access
                   certificateIndex 1.3.6.1.4.1.3181.10.6.3.72.6.1.1 integer no-access
Automatically generated
                   certificateListFiles 1.3.6.1.4.1.3181.10.6.3.72.6.1.2 displaystring read-write
Displays a list of all custom certificates available.
                   certificateDownloadFromServer 1.3.6.1.4.1.3181.10.6.3.72.6.1.3 displaystring read-write
Custom certificate files can be downloaded. Various protocols may be used. Example: download_from_server = ftp://name:passwd@machine.domain:port/full/path/to/certificatefile. A possible local file with same name is overwritten. Type = without parameter for additional online help.
                   certificateUploadToServer 1.3.6.1.4.1.3181.10.6.3.72.6.1.4 displaystring read-write
Custom certificate files can be uploaded. Various protocols may be used. Example: upload_to_server = certificate_file ftp://user:passwd@ftp.upload.com/ Type = without parameter for additional online help.
                   certificateDeleteFile 1.3.6.1.4.1.3181.10.6.3.72.6.1.5 displaystring read-write
Deletes an individual certificate file. The full name must be specified.
                   certificateActivateForWeb 1.3.6.1.4.1.3181.10.6.3.72.6.1.6 displaystring read-write
Activates the specified certificate to become active immediately for https. Syntax: activate_for_web = certificate_name (without extensions). Expects 'certificate_name.crt' and 'certificate_name.key' in certificate directory and optionally 'certificate_name.chain.crt' to be used as chain certificate file.
                   certificateActivateForSupplicant 1.3.6.1.4.1.3181.10.6.3.72.6.1.7 displaystring read-write
Activates the specified certificate to become active immediately for the supplicant. Syntax: activate_for_supplicant = target certificate_name (without extensions). Use target: SERVER, LOCAL or KEY. Expects existing certificate file name.
                   certificateDeactivateForSupplicant 1.3.6.1.4.1.3181.10.6.3.72.6.1.8 displaystring read-write
Activates the specified certificate to become active immediately for the supplicant. Syntax: activate_for_supplicant = target. Use target: SERVER, LOCAL or KEY. No certificate name is required. The certicate are not deleted, just not used anymore.
                   certificateViewActiveCertificates 1.3.6.1.4.1.3181.10.6.3.72.6.1.9 displaystring read-write
Displays the content of all currenty active certificates.
           licenseTable 1.3.6.1.4.1.3181.10.6.3.72.7 no-access
This section defines commands install, active and check software licensing files.
               licenseEntry 1.3.6.1.4.1.3181.10.6.3.72.7.1 no-access
                   licenseIndex 1.3.6.1.4.1.3181.10.6.3.72.7.1.1 integer no-access
Automatically generated
                   licenseListFiles 1.3.6.1.4.1.3181.10.6.3.72.7.1.2 displaystring read-write
Displays a list of all licenses installed.
                   licenseShowFile 1.3.6.1.4.1.3181.10.6.3.72.7.1.3 displaystring read-write
Displays the content of a selected license file. License files are human readable. Be aware that any manual change to then will invalidate the signature.
                   licenseDownloadFromServer 1.3.6.1.4.1.3181.10.6.3.72.7.1.4 displaystring read-write
License files can be downloaded. Various protocols may be used. Example: download_from_server = ftp://name:passwd@machine.domain:port/full/path/to/certificatefile. A possible local file with same name is overwritten. Type = without parameter for additional online help.
                   licenseDeleteFile 1.3.6.1.4.1.3181.10.6.3.72.7.1.5 displaystring read-write
Deletes an individual license file. The full name must be specified.
                   licenseActivate 1.3.6.1.4.1.3181.10.6.3.72.7.1.6 displaystring read-write
Activates all available licenses to become active immediately. No parameter are required. Licenses are also activated upon system start.
                   licenseViewActiveLicenses 1.3.6.1.4.1.3181.10.6.3.72.7.1.7 displaystring read-write
Displays a summary of all licenses and their expiration dates.
           historyTable 1.3.6.1.4.1.3181.10.6.3.72.8 no-access
This section defines commands to access the history files created of history logging is enabled. The files are also accessible via ftp in the history directory.
               historyEntry 1.3.6.1.4.1.3181.10.6.3.72.8.1 no-access
                   historyIndex 1.3.6.1.4.1.3181.10.6.3.72.8.1.1 integer no-access
Automatically generated
                   historyListFiles 1.3.6.1.4.1.3181.10.6.3.72.8.1.2 displaystring read-write
Displays a list of all available history files.
                   historyShowFile 1.3.6.1.4.1.3181.10.6.3.72.8.1.3 displaystring read-write
Displays the content of a history file. The files cannot not be edited via CLI or the embedded editor within the CLI.
                   historyUploadToServer 1.3.6.1.4.1.3181.10.6.3.72.8.1.4 displaystring read-write
A script data file can be uploaded. Various protocols may be used. Example: upload_to_server = file ftp://user:passwd@ftp.upload.com/ Type = without parameter for additional online help.
                   historyCopyFile 1.3.6.1.4.1.3181.10.6.3.72.8.1.5 displaystring read-write
Copies an exisiting history data file to another file. Example: copy_file = history_file backup_name. Do not use whitespace in the new file name.
                   historyDeleteFile 1.3.6.1.4.1.3181.10.6.3.72.8.1.6 displaystring read-write
Deletes a history file. When a file is deleted, which is still updated by the history process, then a new file started as soon as the next history update cycle starts.
                   historyListMediaFiles 1.3.6.1.4.1.3181.10.6.3.72.8.1.7 displaystring read-write
Display a list of all history files available on the external media in the history folder.
                   historyExportToMedia 1.3.6.1.4.1.3181.10.6.3.72.8.1.8 displaystring read-write
The function depends on the type of device. On devices with USB port this action copies to an inserted memory stick. On a micro switch running from internal memory this action copies to an optional DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action copies the specified history files onto the removable media. If a file already exists it is overwritten. Syntax: export_media = filename. Wildcard * may be used to select several files at once. Example: temperature_day_2017_11* to get all files of November.
           logfilesTable 1.3.6.1.4.1.3181.10.6.3.72.9 no-access
This section permits read access to various system log files. The files are also accessible via ftp in the logs directory.
               logfilesEntry 1.3.6.1.4.1.3181.10.6.3.72.9.1 no-access
                   logfilesIndex 1.3.6.1.4.1.3181.10.6.3.72.9.1.1 integer no-access
Automatically generated
                   logfilesListFiles 1.3.6.1.4.1.3181.10.6.3.72.9.1.2 displaystring read-write
Displays a list of all available log files.
                   logfilesShowFile 1.3.6.1.4.1.3181.10.6.3.72.9.1.3 displaystring read-write
Displays the content of a log file. The files cannot not be edited via CLI or the embedded editor within the CLI.
                   logfilesShowLastUpdateLog 1.3.6.1.4.1.3181.10.6.3.72.9.1.4 displaystring read-write
Displays the last firmware update logfile.
                   logfilesUploadLastSnapshot 1.3.6.1.4.1.3181.10.6.3.72.9.1.5 displaystring read-write
A system snapshot contains all data required for comprehensive offsite troubleshooting. A snapshot can be created under Device.system.create_snapshot. Use the upload command to send the result to a remote system. Example: upload_last_snapshot = ftp://user:passwd@ftp.upload.com/ Type = without parameter for additional online help.
                   logfilesExportToMedia 1.3.6.1.4.1.3181.10.6.3.72.9.1.6 displaystring read-write
The function depends on the type of device. On devices with USB port this action copies to an inserted memory stick. On a micro switch running from internal memory this action copies to an optional DOS formatted SD card. On all other switch versions this action will do nothing. When applicable this action copies all log files onto the removable media.
           serverTable 1.3.6.1.4.1.3181.10.6.3.72.10 no-access
The different file transfer protocols may individually be enabled or disabled for protection.
                 serverEntry 1.3.6.1.4.1.3181.10.6.3.72.10.1 no-access
                     serverIndex 1.3.6.1.4.1.3181.10.6.3.72.10.1.1 integer no-access
Automatically generated
                     serverEnableTftp 1.3.6.1.4.1.3181.10.6.3.72.10.1.2 integer read-write
Enable TFTP server for file up-/download. Enumeration: 'disabled': 0, 'enabled': 1.
                     serverEnableFtp 1.3.6.1.4.1.3181.10.6.3.72.10.1.3 integer read-write
Enable FTP server for file up-/download. Enumeration: 'disabled': 0, 'enabled': 1.
                     serverEnableSftp 1.3.6.1.4.1.3181.10.6.3.72.10.1.4 integer read-write
Enable SFTP server for file up-/download. Note SFTP also requires SSH to be enabled (see CLI settings) Enumeration: 'disabled': 0, 'enabled': 1.
                     serverEnableApi 1.3.6.1.4.1.3181.10.6.3.72.10.1.5 integer read-write
Enable api server for dotstring management via https. Enumeration: 'disabled': 0, 'enabled': 1.