Hello,
I would like to know the command for moving the firewall filter rules in SRX , I have done it via GUI , but Gui is not permitted .
What I am looking is moving the Banned-ip list top of Term T1 in the below , I can delete term T1 add term banned-ip and then add T1, but want to know whether some command is available like access-list sequence number in Cisco
set firewall family inet filter outbound-nat term T1 from source-address X>X>X>X
set firewall family inet filter outbound-nat term T1 from source-address X>X>XX>
set firewall family inet filter outbound-nat term T1 from destination any
set firewall family inet filter outbound-nat term T1then accept
set firewall family inet filter outbound-nat term banned-ip from source-address x.x.x.x
set firewall family inet filter outbound-nat term banned-ip from destination-prefix-list banned-ip-inside-to-out
set firewall family inet filter outbound-nat term banned-ip then discard