Skip to main content

Get a remote network

GET 

/remote-networks/:id

Get an existing remote network.

Request

Path Parameters

    id stringrequired

    The UUID of the configuration resource

Responses

OK

Schema
    id uuidrequired

    The UUID of the remote network

    name stringrequired

    Possible values: <= 63 characters

    The name of the remote network

    folder stringrequired

    Default value: Remote Networks

    The folder that contains the remote network

    ipsec_tunnel string

    ipsec_tunnel is required when ecmp_load_balancing is disable

    secondary_ipsec_tunnel string

    specify secondary ipsec_tunnel if needed

    license_type stringrequired

    Possible values: non-empty

    Default value: FWAAS-AGGREGATE

    New customer will only be on aggregate bandwidth licensing

    connection_type string

    Possible values: [prisma-access, meraki, cisco-catalyst-sdwan, velocloud, prisma-sdwan]

    Default value: prisma-access

    The connection type for the remote network

    region stringrequired

    Possible values: non-empty

    subnets string[]
    protocol object

    setup the protocol when ecmp_load_balancing is disable

    bgp object
    enable boolean

    Enable BGP peering?

    summarize_mobile_user_routes boolean

    Summarize mobile user routes?

    originate_default_route boolean

    Originate default route?

    do_not_export_routes boolean

    Do not export routes?

    peer_ip_address string

    Remote peer IP address

    peer_as string

    BGP peer ASN

    local_ip_address string

    Local peer IP address

    secret password

    BGP peering secret

    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]

    Route exchange types

    bgp_peer object

    secondary bgp routing as bgp_peer

    same_as_primary boolean

    Default value: true

    If true, the secondary BGP peer configuration will be the same as the primary BGP peer.

    peer_ip_address string

    Remote peer IP address (secondary WAN)

    local_ip_address string

    Local peer IP address (secondary WAN)

    secret password

    BGP peering secret (secondary WAN)

    spn_name string

    spn-name is needed when license_type is FWAAS-AGGREGATE

    ecmp_load_balancing string

    Possible values: [enable, disable]

    Default value: disable

    ecmp_tunnels object[]

    Possible values: <= 4

    ecmp_tunnels is required when ecmp_load_balancing is enable

  • Array [
  • name stringrequired
    ipsec_tunnel stringrequired
    protocol objectrequired
    bgp object
    enable boolean

    Enable BGP peering?

    summarize_mobile_user_routes boolean

    Summarize mobile user routes?

    originate_default_route boolean

    Originate default route?

    do_not_export_routes boolean

    Do not export routes?

    peer_ip_address string

    Remote peer IP address

    peer_as string

    BGP peer ASN

    local_ip_address string

    Local peer IP address

    secret password

    BGP peering secret

    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]

    Route exchange types

  • ]
Loading...