Skip to content

Transform mikrotik firewall rules into a csv easy manageable with an spreadsheet

Notifications You must be signed in to change notification settings

AndreTeixeira1998/mikrotik-firewall-rules-to-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Mikrotik firewall rules to csv

Transform mikrotik firewall rules into a csv easy manageable with an spreadsheet

When you have a large number of rules on your firewall sometimes it's dificult to figure out what it is exactly doing.

One solution would be to transform the rule list into a a spreadsheet and be able to order it by some field, change column order, etc.

First, download the firewall rules to a file

ip firewall filter export=firewall

Then download from files the file firewall.rsc on the same directory of the python script, next execute the program

python fw_mk.py

That will create mk-out.csv.

About

Transform mikrotik firewall rules into a csv easy manageable with an spreadsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%