Skip to main content
Sanj
New Member
March 2, 2018
Solved

How to end scrolling Fortigate - 50B

  • March 2, 2018
  • 1 reply
  • 5770 views

Hello, 

I am new to Fortinet world. I am using Fortigate 50B and wanted to see the full config; did so by using "show" command. After getting enough info wanted to get out of that show page so used Ctrl + C also tried Ctrl + Z key; however it just logged me off. I Know that we have to use end command on fortigate but this one was on half page still showing much more info and i couldn't use  end command. Is there any short key to get out of the current show page without being logged out? 

 

Thank you.

    Best answer by ede_pfau

    That depends on the firmware used. As the 50B is old your FortiOS might not have these commands (try it anyway):

    config system console

       set output more

    end

    Now output will stop after one screenful. You continue with ENTER, and quit with Q.

     

    1 reply

    ede_pfau
    SuperUser
    ede_pfauAnswer
    SuperUser
    March 2, 2018

    That depends on the firmware used. As the 50B is old your FortiOS might not have these commands (try it anyway):

    config system console

       set output more

    end

    Now output will stop after one screenful. You continue with ENTER, and quit with Q.

     

    Sanj
    SanjAuthor
    New Member
    March 2, 2018

    Thank you, it worked !