# https://help.fortinet.com/cli/fos60hlp/60/Content/FortiOS/fortiOS-cli-ref/config/system/global.htm
# (Some parts are omitted.)
config system global
    set admin-concurrent enable
    set admin-console-timeout 0
    unset fgd-alert-subscription
    set fortiextender disable
    set gui-device-latitude ''
    set gui-device-longitude ''
    set fds-statistics-period 60
end
config system np6
    edit "np6_0"
        set fastpath enable
        set per-session-accounting enable-by-log
        set session-timeout-random-range 8
        set session-timeout-fixed disable
        config fp-anomaly-v4
            set tcp-syn-fin allow
            set tcp-fin-noack trap-to-host
            set ipv4-opttimestamp trap-to-host
        end
        config fp-anomaly-v6
            set ipv6-land trap-to-host
            set ipv6-optendpid trap-to-host
            set ipv6-optinvld trap-to-host
        end
    next
    edit "np6_1"
        set fastpath enable
        set per-session-accounting enable-by-log
        set session-timeout-random-range 8
        set session-timeout-fixed disable
        config fp-anomaly-v4
            set tcp-syn-fin allow
            set tcp-fin-noack trap-to-host
            set ipv4-opttimestamp trap-to-host
        end
        config fp-anomaly-v6
            set ipv6-land trap-to-host
            set ipv6-optinvld trap-to-host
        end
    next
end
