Fortinet 5003 Benutzerhandbuch

Seite von 128
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 
set 
set 
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 <interface_ipv4mask> Enter the mgmt interface IP address and netmask.
192.168.1.99 
255.255.255.0
allowaccess 
<access_types>
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.