Join Elevate
What is the equivalent script of the following CLI command that lists destination addresses for firewall filters:
show firewall family inet
var $get-filter = <get-configuration database = "committed"> { <configuration> { <firewall> { <family> { <inet>; } } } } var $config = jcs:invoke($get-filter);