- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Export firewall rules into excel spreadsheet
Is there an API or a way to export firewall rules into an excel spreadsheet. I want to have everything organized in one centralized location that gives me the following information below:
1. All port forwarding rules
2. All 1 to 1 NAT rules
3. All LAN IP addresses
4. All public IP addresses
5. All ports allowed
6. All source IP addresses allowed 1. All port forwarding rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could pull the rules via API and output them in any format you choose.
https://api.meraki.com/api_docs#mx-l3-firewall
https://api.meraki.com/api_docs#mx-1:1-nat-rules
https://api.meraki.com/api_docs#mx-1:many-nat-rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might check this: https://apps.meraki.io/details/vapp-firewall-config-backup/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Search for the word "firewall" at this url. It has a couple of suitable scripts that you would start with.
https://developer.cisco.com/codeexchange/github/repo/meraki/automation-scripts/
