Export
As we have huge lists, here is minimal export to use for config checks:
/interface export hide-sensitive
/ip address export
/ipv6 address export
/ip route export
/ipv6 route export
/ip firewall filter export
/ip firewall nat export
/ip firewall mangle export
/ip firewall raw export
/ipv6 firewall filter export
/routing bgp export
/routing filter export
/interface list export
/ip firewall address-list export where list~"^(NET-|TRUSTED|LOCAL_|DMZ_|Bogons|ZONE|UNIFI|LOCAL)"
/ipv6 firewall address-list export where list~"^(NET-|TRUSTED|LOCAL_|DMZ_|Bogons|ZONE|UNIFI|LOCAL)"Code language: JavaScript (javascript)
Show Logs (remove explitics)
/log print follow where topics~"firewall" && !(message~"ABUSE-DROP|DROP:PSD|COUNTRY-INPUT|DROP:FW:DMZ|PSD")Code language: PHP (php)