Created on
01-08-2025
12:39 AM
Edited on
01-09-2025
07:43 AM
By
Dhruvin_patel
Description |
This article describes the error message 'Entry not found in datasource' when creating a DoS Policy in version 7.4.6 or 7.6.1. Policies that use an interface show missing or empty values after an upgrade. The interface port3 that is being added to the DoS policy is a member of the SD-WAN zone.
|
Scope |
FortiOS v7.4.6, v7.6.1. |
Solution |
After upgrading to version 7.4.6 or 7.6.1 GA, users must manually recreate these policies and assign them to the appropriate SD-WAN zone.
Configure DoS Policy and set SD-WAN zone for its interface in CLI:
config firewall DoS-policy edit 1 set name test set interface SDWAN set srcaddr "all" set dstaddr "all" set service "ALL" end next end
Verify the DoS policy in GUI.
Additionally, interfaces that are member of a ZONE [regular interface zones] cannot be referred individually in DoS policies. Use ZONE as a reference in the DoS policies.
Related document: Policies that use an interface show missing or empty values after an upgrade |