Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
fortinet-davidy
New Contributor

Command show system interface in FortiManager

Hi FortiManager is installed as vm at vmware. When I enter command "show system interface", the output is like below. We cannot see port 1 - 5 status since it show it too fast. Please see the below. What command can we use to show port 1 - 5 status? or show one page by one page. Thanks

 

 

fortinetdavidy_0-1676520768156.png

 

2 Solutions
srajeswaran
Staff
Staff

config system global

set console-output more

end

 

Can you apply this and check

Regards,

Suraj

- Have you found a solution? Then give your helper a "Kudos" and mark the solution.

View solution in original post

Debbie_FTNT
Staff
Staff

Hey davidy,

You can also have the CLI show interfaces one at a time:
#show system interface port1
#show system interface port2
#show system interface port3
...

 

Also, you can scroll in VMware console with key shortcuts:
SHIFT+Page Up scrolls up
SHIFT+Page Down scrolls down

This can be a bit cluncky in my experience; you're paging through instead of really scrolling through, but it does let you go back to earlier output.

I hope it helps!

+++ Divide by Cucumber Error. Please Reinstall Universe and Reboot +++

View solution in original post

4 REPLIES 4
srajeswaran
Staff
Staff

config system global

set console-output more

end

 

Can you apply this and check

Regards,

Suraj

- Have you found a solution? Then give your helper a "Kudos" and mark the solution.

Debbie_FTNT
Staff
Staff

Hey davidy,

You can also have the CLI show interfaces one at a time:
#show system interface port1
#show system interface port2
#show system interface port3
...

 

Also, you can scroll in VMware console with key shortcuts:
SHIFT+Page Up scrolls up
SHIFT+Page Down scrolls down

This can be a bit cluncky in my experience; you're paging through instead of really scrolling through, but it does let you go back to earlier output.

I hope it helps!

+++ Divide by Cucumber Error. Please Reinstall Universe and Reboot +++
fortinet-davidy
New Contributor

Great! it works. Thanks

 

BTW, do we have some command to save it? 

Debbie_FTNT

Some command to save the console output?

Not that I'm aware of - if you use putty or a similar program, you can save the output to a file, but I'm not aware of an option in VMware, my apologies.

There might be one I'm unaware of, I'm no VMware expert.

+++ Divide by Cucumber Error. Please Reinstall Universe and Reboot +++
Labels
Top Kudoed Authors