07-02-2012 08:54 PM
On a SRX is there any difference between:
set firewall filter blah
and
set firewall family inet filter blah
I think they are the same, since the help menu show this:
ninefoldadmin@sydiprefwl01# set firewall ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
> family Protocol family
> filter Define an IPv4 firewall filter
and
set firewall family ?
Possible completions:
> any Protocol-independent filter
> ccc Protocol family CCC for firewall filter
> inet Protocol family IPv4 for firewall filter
the options in each seem to be the same.... thoughts?
07-04-2012 12:26 AM
07-05-2012 12:09 AM
I think if it's using family there is many option to filter IPv4, v6 etc
07-05-2012 04:10 AM
Hi there,
JUNOS defaults to family inet in firewall filters, so[edit firewall filter blah] and [edit firewall family inet filter blah] will return the same results as you've noticed.
Cheers,