Skip to main content

List BGP address family profiles

GET 

/bgp-address-family-profiles

Retrieve a list of BGP address family profiles.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired

    Name

    ipv4
    ipv4 objectrequired
    unicast object
    enable boolean

    Enable?

    soft_reconfig_with_stored_info boolean

    Soft reconfiguration of peer with stored routes?

    add_path object
    tx_all_paths boolean

    Advertise all paths to peer?

    tx_bestpath_per_AS boolean

    Advertise the bestpath per each neighboring AS?

    as_override boolean

    Override ASNs in outbound updates if AS-Path equals Remote-AS?

    route_reflector_client boolean

    Route reflector client?

    default_originate boolean

    Originate default route?

    default_originate_map string

    Default originate route map

    allowas_in object
    oneOf
    origin objectrequired
    maximum_prefix object
    num_prefixes integer

    Possible values: >= 1 and <= 4294967295

    Maximum number of prefixes

    threshold integer

    Possible values: >= 1 and <= 100

    Threshold percentage of the maximum number of prefixes

    action object
    oneOf
    warning_only objectrequired
    next_hop object
    oneOf
    self objectrequired
    remove_private_AS object
    oneOf
    all objectrequired
    send_community object
    oneOf
    all objectrequired
    orf object
    orf_prefix_list string

    Possible values: [none, both, receive, send]

    ORF prefix list

    multicast object
    enable boolean

    Enable?

    soft_reconfig_with_stored_info boolean

    Soft reconfiguration of peer with stored routes?

    add_path object
    tx_all_paths boolean

    Advertise all paths to peer?

    tx_bestpath_per_AS boolean

    Advertise the bestpath per each neighboring AS?

    as_override boolean

    Override ASNs in outbound updates if AS-Path equals Remote-AS?

    route_reflector_client boolean

    Route reflector client?

    default_originate boolean

    Originate default route?

    default_originate_map string

    Default originate route map

    allowas_in object
    oneOf
    origin objectrequired
    maximum_prefix object
    num_prefixes integer

    Possible values: >= 1 and <= 4294967295

    Maximum number of prefixes

    threshold integer

    Possible values: >= 1 and <= 100

    Threshold percentage of the maximum number of prefixes

    action object
    oneOf
    warning_only objectrequired
    next_hop object
    oneOf
    self objectrequired
    remove_private_AS object
    oneOf
    all objectrequired
    send_community object
    oneOf
    all objectrequired
    orf object
    orf_prefix_list string

    Possible values: [none, both, receive, send]

    ORF prefix list

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...