Skip to main content

Create a BGP redistribution profile

POST 

/bgp-redistribution-profiles

Create a new BGP redistribution profile.

Request

Body

Created

    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 objectrequired
    unicast object
    static object
    enable boolean

    Enable static route redistribution?

    metric integer

    Possible values: >= 1 and <= 65535

    Route metric

    route_map string

    Route map

    ospf object
    enable boolean

    Enable OSPF route redistribution?

    metric integer

    Possible values: >= 1 and <= 65535

    Route metric

    route_map string

    Route map

    connected object
    enable boolean

    Enable connected route redistribution?

    metric integer

    Possible values: >= 1 and <= 65535

    Route metric

    route_map string

    Route map

Responses

Created

Loading...