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

Error while editing route-map via FortiManager

Hi Team,

I was trying to edit an existing BGP route-map via FortiManager but cannot save the configuration. I am getting this notification while doing so.

Error: rule/1/set-priority : out of range - prop[set-priority]: value 0 out of range (1,65535).

But I don't see any attribute or priority to set in the route-map configuration dialogue box. Please do let me know what am i missing here.

Warm Regards

FortiManager FortiGate 

1 Solution
atakannatak
Contributor II

Hi @midlajkp888 ,

 

FortiManager rejects your route-map edit because the hidden field set-priority inside rule 1 is still set to 0, which is outside the current FortiOS valid range 1-65535. The CLI reference confirms that 0 is invalid, so any legacy route-map rule containing set-priority 0 triggers the “value 0 out of range (1,65535)” error you saw in FortiManager.

 

https://docs.fortinet.com/document/fortigate/7.2.0/cli-reference/556620/config-router-route-map

 

Clear the value ( unset set-priority ) or assign any number ≥ 1 on the FortiGate CLI, then re-sync; the route-map will save normally in FortiManager.

 

BR.

 

If my answer provided a solution for you, please mark the reply as solved it so that others can get it easily while searching for similar scenarios.

 

CCIE #68781

 

Atakan Atak

View solution in original post

Atakan Atak
6 REPLIES 6
atakannatak
Contributor II

Hi @midlajkp888 ,

 

FortiManager rejects your route-map edit because the hidden field set-priority inside rule 1 is still set to 0, which is outside the current FortiOS valid range 1-65535. The CLI reference confirms that 0 is invalid, so any legacy route-map rule containing set-priority 0 triggers the “value 0 out of range (1,65535)” error you saw in FortiManager.

 

https://docs.fortinet.com/document/fortigate/7.2.0/cli-reference/556620/config-router-route-map

 

Clear the value ( unset set-priority ) or assign any number ≥ 1 on the FortiGate CLI, then re-sync; the route-map will save normally in FortiManager.

 

BR.

 

If my answer provided a solution for you, please mark the reply as solved it so that others can get it easily while searching for similar scenarios.

 

CCIE #68781

 

Atakan Atak
Atakan Atak
midlajkp888

Hi @atakannatak , Thank you very much for the reply. Yes, it was working when tried via CLI.

ebrlima
Staff
Staff

This is a know issue fixed in 7.4.7:

 

bug id 1152564, 1047850

 

https://docs.fortinet.com/document/fortimanager/7.4.7/release-notes/972111/resolved-issues

Eudes Lima
midlajkp888
New Contributor II

Indeed. found it that later. Thank for the reply.

molitco2
New Contributor

had a similar experience yesterday, where fmg wanted to add "set allowas-in6 1" under "config neighbor", despite not set or used in the bgp template (ipv6 not even active).

omegle xender
ebrlima

Yes, it follows the same logic of @atakannatak's explanation.  

Eudes Lima
Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors