[SOLVED]Sequence ID information in backup config file
Hi All,
I'm looking for sequence ID information in backup config file. Reading through the config file, I'm yet to find the sequence ID information, only policy ID. Example as per below:
;---snip---
config firewall policy edit 46 set srcintf "port3" set dstintf "port1" set srcaddr "Proxy group" set dstaddr "all" set action accept set status disable set schedule "always" set service "HTTP" "HTTPS" set logtraffic all set comments "Rules 0006753" set nat enable next edit 39 set srcintf "port3" set dstintf "port1" set srcaddr "direct_int" "M_PC" set dstaddr "all" set action accept set schedule "always" set service "HTTPS" "HTTP" "ALL_ICMP" set logtraffic all set nat enable next
;---snip---
As far as I can confirm that the number after edit, e.g "edit 39", which is 39 is indeed policy id. Is there is any way that I can extract mapped sequence id to policy ID?. I know that I can get this information from web GUI but I'm trying to automate things using CLI.
Btw, I'm exporting sys_config file using SCP.
Any inputs on this is highly appreciated. Thank you.