Skip to main content
BensonLEI
New Member
July 30, 2020
Solved

SD-WAN rules priority

  • July 30, 2020
  • 2 replies
  • 3731 views

Hi, Guys,

 

I created two SD-WAN rules as the following:

------------------------------------------------------

config service   edit 1       set name "Access_to_Internet"       set dst "all"       set src "all"       set priority-members 1 2 3    next    edit 2       set name "LL_Line-to-16HK-DC"       set dst "16HK_V167_10.16.7.0"       set src "VLAN329_10.32.9.0"       set priority-members 5 4 6    next    end

 

 

 

How can I prioritize the "ëdit 2"  for routing decision, thx a lot ?

 

Many thanks

 

 

 

    Best answer by sw2090

    just like policies also sd-wan rules are exempt top-down. So put the second one on top to have itmatch first and everything should be fine.

    2 replies

    BensonLEI
    BensonLEIAuthor
    New Member
    July 30, 2020

    Done, thx a lot

    sw2090
    SuperUser
    sw2090Answer
    SuperUser
    July 31, 2020

    just like policies also sd-wan rules are exempt top-down. So put the second one on top to have itmatch first and everything should be fine.