Skip to content

SardinasA/FortinetConvenienceChanges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

FortinetConvenienceChanges

Fortinet Convenience Changes

stop warning me about new firmware versions,

config system global
    set admintimeout 120
    set autorun-log-fsck enable
    set gui-date-time-source browser
    set gui-firmware-upgrade-warning disable
end

show the local in policy in the GUI, and allow unnamed policies.

config system settings
    set gui-local-in-policy enable
    set gui-allow-unnamed-policy enable

Enable auto config revisions

config system global
set revision-backup-on-logout enable
end

Fortigate CLI command alias to create shortcuts and save time

config system alias
    edit "rt"
        set command "get router info routing all"
    next
    edit "rt6"
        set command "get router info6 routing-table"
    next
    edit "gip"
        set command "get router info protocols"
    next
end

[Source:] https://yurisk.info/2020/02/10/fortigate-command-alias-to-save-time-on-cli/#:~:text=Aliases%20are%20available%20on%20Fortigate,at%20the%20top%20level%20only

About

Fortinet Convenience Changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published