Manual:Support Output File: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 3: Line 3:
{{Versions|ALL}}
{{Versions|ALL}}


The support file is used for debugging MikroTik RouterOS and to solve the support questions faster. All MikroTik Router information is saved in a binary file, which is stored on the router and can be downloaded from the router using FTP. You can view the contents of this file in your [http://www.mikrotik.com Mikrotik account], simply go to the Supout.rif section and upload the file.
The support file is used for debugging MikroTik RouterOS and to solve the support questions faster. All MikroTik Router information is saved in a binary file, which is stored on the router and can be downloaded from the router using FTP. If required, then you can generate file also on "/flash" folder on devices with FLASH type memory or external storage drive, by specifying full path to the file "name=flash/supout.rif". You can view the contents of this file in your [http://www.mikrotik.com Mikrotik account], simply click on "Supout.rif viewer" located in the left column and upload the file.


This file contains all your routers configuration, logs and some other details that will help the MikroTik Support to solve your issue. The file does not contain sensitive information or router passwords.
This file contains all your routers configuration, logs and some other details that will help the MikroTik Support to solve your issue. The file does not contain sensitive information or router passwords.
Line 13: Line 13:
[[Image:Supoutwinbox.png|600px]]
[[Image:Supoutwinbox.png|600px]]


To save the file to your computer, click "Download" on support output file,
To save the file to your computer, right mouse click on file and select "Download" to get support output file, or simply drag the file to your desktop.


[[Image:Supoutwinbox2.png|600px]]
[[Image:Supoutwinbox2.png|400px]]
 
or simply drag the file to your desktop.


====Webfig====
====Webfig====
To generate this file in Winbox, click on "Make Supout.rif" and on "Download" to get in on your computer
To generate this file in Webfig, click on "Make Supout.rif" and then "Download" to get in on your computer
[[Image:Supoutwebfig2.png|600px]]
[[Image:Supoutwebfig2.png|600px]]


Line 26: Line 24:
To generate this file, please type in the command line:  
To generate this file, please type in the command line:  


  /system sup-output
  /system sup-output name=supout.rif
 
It is possible to download the file with FTP/SFTP client to your computer.
 
{{cont}}


[[Category:Manual|S]]
[[Category:Manual|S]]
[[Category:Basic|S]]
[[Category:Basic|S]]

Latest revision as of 16:26, 24 December 2017

What is a supout.rif file?

Version.png

Applies to RouterOS: ALL

The support file is used for debugging MikroTik RouterOS and to solve the support questions faster. All MikroTik Router information is saved in a binary file, which is stored on the router and can be downloaded from the router using FTP. If required, then you can generate file also on "/flash" folder on devices with FLASH type memory or external storage drive, by specifying full path to the file "name=flash/supout.rif". You can view the contents of this file in your Mikrotik account, simply click on "Supout.rif viewer" located in the left column and upload the file.

This file contains all your routers configuration, logs and some other details that will help the MikroTik Support to solve your issue. The file does not contain sensitive information or router passwords.

Making Support Output file

Winbox

To generate this file in Winbox, click on "Make Supout.rif"

Supoutwinbox.png

To save the file to your computer, right mouse click on file and select "Download" to get support output file, or simply drag the file to your desktop.

Supoutwinbox2.png

Webfig

To generate this file in Webfig, click on "Make Supout.rif" and then "Download" to get in on your computer Supoutwebfig2.png

Console

To generate this file, please type in the command line:

/system sup-output name=supout.rif