Skip to main content

Create remote networks

POST 

/sse/config/v1/remote-networks

Create a remote network.

Request

Query Parameters

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The remote network you want to create

    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 [
  • do_not_export_routes boolean
    ipsec_tunnel stringrequired
    local_ip_address string
    name stringrequired
    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
  • ]
  • ipsec_tunnel string

    ipsec_tunnel is required when ecmp_load_balancing is disable

    license_type stringrequired

    Possible values: non-empty

    Default value: FWAAS-AGGREGATE

    New customer will only be on aggregate bandwidth licensing

    name stringrequired

    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 stringrequired

    Possible values: non-empty

    secondary_ipsec_tunnel string
    spn_name string

    spn-name is needed when license_type is FWAAS-AGGREGATE

    subnets string[]

Responses

Created

Loading...