Skip to main content

Edit a remote network

Edit a remote network.

Path Parameters
  • id string required

    The resource's unique identifier.

Request Body

The remote network you want to edit

  • ecmp_load_balancing string

    Possible values: [enable, disable]

    Default value: disable

  • ecmp_tunnels object[]

    ecmp_tunnels is required when ecmp_load_balancing is enable

  • Array [
  • name string required
  • ipsec_tunnel string required
  • protocol object required
  • bgp object
  • enable boolean

    to setup bgp protocol, enable need to set as true

  • summarize_mobile_user_routes boolean
  • originate_default_route boolean
  • do_not_export_routes boolean
  • peer_ip_address string
  • peer_as string
  • local_ip_address string
  • secret string
  • peering_type string

    Possible values: [exchange-v4-over-v4, exchange-v4-v6-over-v4, exchange-v4-over-v4-v6-over-v6, exchange-v6-over-v6]

    Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering.

  • ]
  • ipsec_tunnel string

    ipsec_tunnel is required when ecmp_load_balancing is disable

  • license_type string required

    Possible values: non-empty

    Default value: FWAAS-AGGREGATE

    New customer will only be on aggregate bandwidth licensing

  • name string required

    Possible values: <= 63 characters

    Alphanumeric string begin with letter: [0-9a-zA-Z._-]

  • protocol object
  • bgp object
  • do_not_export_routes boolean
  • enable boolean
  • local_ip_address string
  • originate_default_route boolean
  • peer_as string
  • peer_ip_address string
  • peering_type string

    Possible values: [exchange-v4-over-v4, exchange-v4-v6-over-v4, exchange-v4-over-v4-v6-over-v6, exchange-v6-over-v6]

    Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering.

  • secret string
  • summarize_mobile_user_routes boolean
  • bgp_peer object
  • local_ip_address string
  • peer_ip_address string
  • secret string
  • region string required

    Possible values: non-empty

  • secondary_ipsec_tunnel string
  • spn_name string

    spn-name is needed when license_type is FWAAS-AGGREGATE

  • subnets string[]
Responses

Ok

Loading...