Skip to main content

Update a BGP address family profile

PUT 

/bgp-address-family-profiles/:id

Update an existing BGP address family profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    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

Responses

OK

Loading...