config system : config system fortiguard
 
config system fortiguard
Use this command to configure how the FortiADC system receives updates from the FortiGuard IP Reputation service.
Before you begin:
You must have read-write permission for system settings.
Syntax
config system fortiguard
set override-server-status {enable|disable}
set override-server-address <string>
set push-update-override-status {enable|disable}
set push-update-override-address <string>
set push-update-override-port <integer>
set push-update-status {enable|disable}
set scheduled-update-day {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}
set scheduled-update-frequency {daily|weekly|every}
set scheduled-update-status {enable|disable}
set scheduled-update-time <hh:mm>
set tunneling-status {enable|disable}
set tunneling-address <class_ip>
set tunneling-password <passwd>
set tunneling-port <integer>
set tunneling-username <string>
end
override-server-status
Enable/disable connection to the override server address.
override-server-address
Override server IP address.
push-update-override-status
Enable/disable push updates via connection to the override server.
push-update-override-address
IP address to which to push updates.
push-update-override-port
Port for push updates.
push-update-status
Enable/disable push updates.
scheduled-update-day
Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
scheduled-update-frequency
Every—Schedule periodic updates. Specify the time to perform the update.
Daily—Schedule daily updates. Specify the time of day to perform the update.
Weekly—Schedule weekly updates. Specify the day and time to perform the update.
scheduled-update-status
Enable/disable scheduled updates.
scheduled-update-time
<hh:mm> hour and minute, hh: 0-23, mm: {00|15|30|45}.
tunneling-status
Enable/disable use a web proxy server IP address.
tunneling-address
Web proxy server IP address.
tunneling-port
Port for the web proxy server.
tunneling-username
Administrator username for the web proxy server.
tunneling-password
Password for the web proxy server.
Example
FortiADC-VM # get system fortiguard
scheduled-update-status: enable
scheduled-update-frequency: weekly
scheduled-update-day: Sunday
scheduled-update-time: 04:00
override-server-status: disable
push-update-status : enable
push-update-override-status: disable
tunneling-status : disable
 
FortiADC-VM # config system fortiguard
FortiADC-VM (fortiguard) # set scheduled-update-time 23:45
FortiADC-VM (fortiguard) # end
 
FortiADC-VM # get system fortiguard
scheduled-update-status: enable
scheduled-update-frequency: weekly
scheduled-update-day: Sunday
scheduled-update-time: 23:45
override-server-status: disable
push-update-status : enable
push-update-override-status: disable
tunneling-status : disable