Fortinet black logo

SD-WAN supports BGP Neighbor Configuration (per-device management mode)

Copy Link
Copy Doc ID 97ad1787-8bb4-11e9-81a4-00505692583a:561831
Download PDF

SD-WAN supports BGP Neighbor Configuration (per-device management mode)

SD-WAN template supports BGP neighbor configuration in per-device management mode.

To configure BGP neighbor in per-device mode:
  1. Go to Device Manager > SD-WAN > Neighbor.

  2. Select a neighbor and click Edit. Configure the following settings and click OK.

FortiOS CLI configuration:
config system virtual-wan-link
set status enable
...
config members
...
end
config health-check
...
end
config service
...
end
config neighbor
edit "10.254.0.1"
set member 1
set role primary
set health-check "http"
set sla-id 1
next
edit "10.254.1.1"
set member 2
set role secondary
set health-check "test_dc"
set sla-id 1
next
end
end

SD-WAN supports BGP Neighbor Configuration (per-device management mode)

SD-WAN template supports BGP neighbor configuration in per-device management mode.

To configure BGP neighbor in per-device mode:
  1. Go to Device Manager > SD-WAN > Neighbor.

  2. Select a neighbor and click Edit. Configure the following settings and click OK.

FortiOS CLI configuration:
config system virtual-wan-link
set status enable
...
config members
...
end
config health-check
...
end
config service
...
end
config neighbor
edit "10.254.0.1"
set member 1
set role primary
set health-check "http"
set sla-id 1
next
edit "10.254.1.1"
set member 2
set role secondary
set health-check "test_dc"
set sla-id 1
next
end
end