I have a general rule to drop input in my firewall list. When this rule is enabled, it breaks OSPF.
What accept rules do I need to put in place on the firewall to allow OSPF to work prior to the drop everything rule I have?
I have a general rule to drop input in my firewall list. When this rule is enabled, it breaks OSPF.
What accept rules do I need to put in place on the firewall to allow OSPF to work prior to the drop everything rule I have?
ip firewall filter add action=accept chain=input protocol=ospf
After you create this rule in console, put it higher in Filter than your drop rule.
Ahhhh too easy. Thanks!
Your welcome!
would also like to say thanks.