FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
gakshay
Staff
Staff
Article Id 194825
Description
This article describes the procedure to update the botnet licenses.

Solution
The UTM licenses are registered in https://support.fortinet.com

Once registered and applied to the ForiGate, the licenses appear as registered in the GUI (Graphical User Interface) of FortiGate.

If the licenses are still appearing as not registered, force the license update by executing the CLI command:
# execute update-now
If licenses are still not getting updated, apply the DNS filter profile to the IPV4 policy to update the botnet license is needed.

Now, ensure the traffic is triggering the IPV4 policy.

On following, the botnet licenses get updated.

Follow below steps to update the botnet licenses (GUI and CLI):


# config firewall policy
    edit 5
        set name "test botnet"
        set uuid 724fc394-4339-51ea-de36-49446f416408
        set srcintf "port2"
        set dstintf "port3"
        set srcaddr "all"
        set dstaddr "all"
        set action accept
        set schedule "always"
        set service "ALL"
        set utm-status enable
        set ssl-ssh-profile "certificate-inspection"
        set dnsfilter-profile "default"
        set nat enable
    next
end


Contributors