Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
j0ebeer
New Contributor

Adding new rule via cli

I'm looking into a way to add a new rule to an existing policy using an automated script.  Is there a simple way via the cli to accomplish this?  For example, how do I tell the new rule what number to use if I don't know how many existing rules there are? Is there a command in "config firewall policy" to use the next number available?

 

Joe

4 REPLIES 4
emnoc
Esteemed Contributor III

When you add a rule via the cli it will craft the fw-policyid automatically. Now what I did a previous life role was we had a sql database. We manipulate the fw-policy-id by reading the records and appending the last entry by +1.

 

Could you do something like that?

 

Ken

PCNSE 

NSE 

StrongSwan  

PCNSE NSE StrongSwan
Jupiter_FTNT
Staff
Staff

use edit 0, it will use the next available number for policy.

j0ebeer

Thanks for clueing me in on the edit 0.  That works great but is there a way to specify that the new rule becomes the first in a section?  When I created the rule it placed it at the bottom of the section and is now a shadowed rule.  There is a rule above that is allowing the traffic that I am specifically looking to deny.

 

Joe

ede_pfau
SuperUser
SuperUser

The sequence of the policies is just the sequence of command blocks in the section "conf firewall policy". Appending any new policy to the existing code is IMHO a design decision of the FortiOS team, and in a way, reasonable.

I think the only way to determine the position of the new policy is to read the whole policy code block, insert the new policy where you want it (you may use "edit 0" here nonetheless), and writing the whole block back. This will of course break all existing sessions but should be possible without reboot.


Ede

"Kernel panic: Aiee, killing interrupt handler!"
Ede"Kernel panic: Aiee, killing interrupt handler!"
Labels
Top Kudoed Authors