Skip to main content
efernandes
Explorer II
February 29, 2024
Solved

Fortiportal CLI Command for "show"

  • February 29, 2024
  • 1 reply
  • 1207 views

I am trying to see the commands in CLI to display the network interfaces configured for the fortiportal but the show commands donot work.
I am using the Fortiportal 7.2.2.
Is there a specific command to see the configuration?

Best answer by smkml

Hi @efernandes ,

To see list of port in FortiPortal you may use below command:

 

fortiportal # config system interface
(interface)# edit -h

 

To check further info on each port:
fortiportal # config system interface
(interface)# edit port1
(port1)# set ip

For further command, you may check below docs:

https://docs.fortinet.com/document/fortiportal/7.2.2/cli-reference/929331/cli-command-syntax

1 reply

smkml
Staff
smkmlAnswer
Staff
February 29, 2024

Hi @efernandes ,

To see list of port in FortiPortal you may use below command:

 

fortiportal # config system interface
(interface)# edit -h

 

To check further info on each port:
fortiportal # config system interface
(interface)# edit port1
(port1)# set ip

For further command, you may check below docs:

https://docs.fortinet.com/document/fortiportal/7.2.2/cli-reference/929331/cli-command-syntax