首页 > 代码库 > FortiGate命令行结构

FortiGate命令行结构

默认管理地址:192.168.1.99
默认用户名: admin 默认密码:空
 
 
FGT # 
config        Configure object.
get             Get dynamic and system information.  动态信息
show          Show configuration.
diagnose    Diagnose facility.
execute      Execute static commands.
exit             Exit the CLI.
 
 
 

FGT查看session连接信息  get system session list 

FGT恢复出厂设置     execute factoryreset
 
 
FGT600C如何进入命令行模式?
 
FGT600CFW1 # config 
global    config global
vdom      config vdom
 
FGT600C-FW1#config global
FGT600C-FW1 (global) # 
config       Configure object.
get            Get dynamic and system information.
show         Show configuration.
diagnose    Diagnose facility.
execute      Execute static commands.
end             End and save last config.

 
FGT600CF-W1 # config vdom 
FGT600C-FW1 (vdom) # 
edit      Add/edit a table value.
delete    Delete a table value.
end       End and save last config.
 
FGT600C-FW1 (vdom) # edit 
<vdom>    Virtual Domain Name
Guest-inet
Private-DMZ
Public-DMZ
Public-DMZ2
root
 
FGT600C-FW1 (vdom) # edit Private-DMZ 
current vf=Private-DMZ:2
 
FGT600C-FW1 (Private-DMZ) # 
config      Configure object.
get         Get dynamic and system information.
show        Show configuration.
diagnose    Diagnose facility.
execute     Execute static commands.
next        Configure next table entry.
end         End and save last config.
 
FGT600C-FW1 (Private-DMZ) # 
 
 
 
 
 

FortiGate命令行结构