System interface, Syntax, Example – Fortinet 5003 User Manual
Page 104: Related topics
FortiSwitch-5003A and 5003 Fabric and Base Backplane Communications Guide
104
01-30000-85717-20081205
config
FortiSwitch-5003A CLI reference
system interface
Use this command to change the IP address and management access setting of the
FortiSwitch-5003A mgmt (management) interface and to bring the mgmt interface up or down.
Syntax
config system interface
set
status {down | up}
set
ip
set
allowaccess
end
Example
This example shows how to set the mgmt interface IP address and netmask and to configure the mgmt
interface to allow ping, ssh, and telnet administrative access.
config system interface
set ip 172.20.120.178/24
set allowaccess ping ssh telnet
end
Related topics
•
Variables
Description
Default
status {down | up}
Bring the mgmt interface up or down (start or stop the
interface). If the interface is down, it does not accept or send
packets.
up
ip
192.168.1.99
255.255.255.0
allowaccess
Enter the types of management access permitted on the mgmt
interface. Valid types are: ping ssh telnet. Separate each
type with a space.
To add or remove an option from the list, retype the complete
list as required.