Hello,
I tried configuring it (even though it does not auto complete), I got following error:
root@EX42xx-SUNNY# show firewall
family inet {
filter test {
term 1 {
then {
log;
accept;
}
}
}
filter nesting-test {
term 1 {
##
## Warning: statement ignored: unsupported platform (ex4200-24f)
##
filter test;
}
term 2 {
then {
reject;
}
}
}
}
{master:0}[edit]
root@EX42xx-SUNNY#
It seems nested firewall filters are only supported in EX9200 as most of the EX documentation about nested filters is about EX9200.
Regards,
Rushi