Skip to content

The aim of the project is to automate the creation of some tasks/rules in fortigate using python, so there is more agility in the processes and less human errors.

Notifications You must be signed in to change notification settings

0tax00/Fortigate---scripts-for-automation-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Script for adding objects to a Address Group

Mode of use:

  • Insert in the variable "member" the name of each object respecting the python syntax.
  • Insert the address group in the "grp" variable
  • After that save the script, run, take your output and just copy it to fortigate through the CLI.

Script to create fqdn objects.

Mode of use:

  • Insert in the variable "fqdn" the name of each object respecting the python syntax.
  • After that save the script, run, take your output and just copy it to fortigate through the CLI.

Script to create subnet objects.

Mode of use:

  • Insert in the variable "subnet" the address / mask of the object respecting the python syntax.
  • After that save the script, run it, get its output and just copy it to fortigate through the CLI.

About

The aim of the project is to automate the creation of some tasks/rules in fortigate using python, so there is more agility in the processes and less human errors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages