Fortinet white logo
Fortinet white logo

Administration Guide

Adding a static route

Adding a static route

You must configure a default route for the SD-WAN. The default gateways for each SD-WAN member interface do not need to be defined in the static routes table. FortiGate will decide what route or routes are preferred using Equal Cost Multi-Path (ECMP) based on distance and priority.

To create a static route for SD-WAN:
  1. Go to Network > Static Routes.

  2. Click Create New. The New Static Route page opens.

  3. Set Destination to Subnet, and leave the IP address and subnet mask as 0.0.0.0/0.0.0.0.

  4. In the Interface field select an SD-WAN zone.

  5. Ensure that Status is Enabled.

  6. Click OK.

Tooltip

By default, a static route or the default route outgoing through an SD-WAN zone have an administrative distance of 1.

To change the default distance in the CLI:
config router static
    edit <static-route-entry>
        set distance <AD>
    next
end

Next: Selecting the implicit SD-WAN algorithm

Adding a static route

Adding a static route

You must configure a default route for the SD-WAN. The default gateways for each SD-WAN member interface do not need to be defined in the static routes table. FortiGate will decide what route or routes are preferred using Equal Cost Multi-Path (ECMP) based on distance and priority.

To create a static route for SD-WAN:
  1. Go to Network > Static Routes.

  2. Click Create New. The New Static Route page opens.

  3. Set Destination to Subnet, and leave the IP address and subnet mask as 0.0.0.0/0.0.0.0.

  4. In the Interface field select an SD-WAN zone.

  5. Ensure that Status is Enabled.

  6. Click OK.

Tooltip

By default, a static route or the default route outgoing through an SD-WAN zone have an administrative distance of 1.

To change the default distance in the CLI:
config router static
    edit <static-route-entry>
        set distance <AD>
    next
end

Next: Selecting the implicit SD-WAN algorithm