Fortinet white logo
Fortinet white logo

Changes in CLI

Changes in CLI

Bug ID

Description

974985

Before 7.6.0, the adv-interval accepted values from 1 to 255 seconds. Starting with FortiOS 7.6.0, adv-interval accepts values in milliseconds, ranging from 250 to 255000. This change allows for quicker VRRP failovers. For more information, see Configure the VRRP hello timer in milliseconds.

1009740

Renamed the server-type setting's iot-query option to vpatch-query.

config system central-management
    config server-list
        edit <id>
            set server-type {update|rating|vpatch-query|iot-collect}
            set server-address <x.x.x.x>
        next
    end
end

1017835

Application bandwidth tracking in the CLI has been relocated from the system to global settings.

To enable application bandwidth tracking:

config system global
    set application-bandwidth-tracking enable
end

1035072

The options empty-cert-action, user-agent-detect, and client-cert have been removed from system.access-proxy. Instead, they are added to the following configuration commands:

config firewall access-proxy-virtual-host
    set empty-cert-action <action>
    user-agent-detect {enable|disable}
    client-cert {enable|disable}
end
config firewall vip
    set type access-proxy
    set empty-cert-action <action>
    user-agent-detect {enable|disable}
    client-cert {enable|disable}
end

Changes in CLI

Changes in CLI

Bug ID

Description

974985

Before 7.6.0, the adv-interval accepted values from 1 to 255 seconds. Starting with FortiOS 7.6.0, adv-interval accepts values in milliseconds, ranging from 250 to 255000. This change allows for quicker VRRP failovers. For more information, see Configure the VRRP hello timer in milliseconds.

1009740

Renamed the server-type setting's iot-query option to vpatch-query.

config system central-management
    config server-list
        edit <id>
            set server-type {update|rating|vpatch-query|iot-collect}
            set server-address <x.x.x.x>
        next
    end
end

1017835

Application bandwidth tracking in the CLI has been relocated from the system to global settings.

To enable application bandwidth tracking:

config system global
    set application-bandwidth-tracking enable
end

1035072

The options empty-cert-action, user-agent-detect, and client-cert have been removed from system.access-proxy. Instead, they are added to the following configuration commands:

config firewall access-proxy-virtual-host
    set empty-cert-action <action>
    user-agent-detect {enable|disable}
    client-cert {enable|disable}
end
config firewall vip
    set type access-proxy
    set empty-cert-action <action>
    user-agent-detect {enable|disable}
    client-cert {enable|disable}
end