Fortinet black logo

GCP Administration Guide

Completing post-deployment configuration

Copy Link
Copy Doc ID 2a566884-8679-11eb-9995-00505692583a:567737
Download PDF

Completing post-deployment configuration

The following shows the post-deployment configuration procedure on the GCP region 1 FortiGate. You would follow the same steps for other regions.

To complete post-deployment configuration:
  1. Configure the route map. Here, nexthop1 and nexthop2 are configured for the local cloud redundant interfaces by the script:

    config router route-map

    edit "nexthop1"

    config rule

    edit 1

    set set-ip-nexthop 192.168.205.101

    next

    end

    next

    edit "nexthop2"

    config rule

    edit 1

    set set-ip-nexthop 192.168.205.102

    next

    end

    next

    end

  2. Ensure that the route maps that the script created are reflected in their corresponding BGP neighbor entry:

    config router bgp

    set as 7260

    set router-id 169.250.250.254

    config neighbor

    edit "192.168.205.101"

    ...

    set route-map-in "nexthop1"

    next

    edit "192.168.205.102"

    ...

    set route-map-in "nexthop2"

    next

    ...

    end

Completing post-deployment configuration

The following shows the post-deployment configuration procedure on the GCP region 1 FortiGate. You would follow the same steps for other regions.

To complete post-deployment configuration:
  1. Configure the route map. Here, nexthop1 and nexthop2 are configured for the local cloud redundant interfaces by the script:

    config router route-map

    edit "nexthop1"

    config rule

    edit 1

    set set-ip-nexthop 192.168.205.101

    next

    end

    next

    edit "nexthop2"

    config rule

    edit 1

    set set-ip-nexthop 192.168.205.102

    next

    end

    next

    end

  2. Ensure that the route maps that the script created are reflected in their corresponding BGP neighbor entry:

    config router bgp

    set as 7260

    set router-id 169.250.250.254

    config neighbor

    edit "192.168.205.101"

    ...

    set route-map-in "nexthop1"

    next

    edit "192.168.205.102"

    ...

    set route-map-in "nexthop2"

    next

    ...

    end