HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Update VRF's switch-level BGP configuration

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 32 and 36

UUID of VRF for which to update BGP config

string
required
length between 32 and 36

UUID of switch for which BGP config is being updated

Body Params

BGP Switch Configuration

string
length between 32 and 36

Switch UUID

string
string
networks
array of objects
required

Networks to be advertised by this switch

networks*
boolean

True if static routes should be redistributed; false otherwise.

boolean

True if OSPF routes should be redistributed; false otherwise.

boolean

True if local routes should be redistributed; false otherwise.

boolean

True if local loopback should be redistributed; false otherwise.

boolean
Defaults to true

Enable individual BGP switch.

boolean
Defaults to true

Consider routes with different AS-path but same length as ECMP for best-path selection.

boolean
Defaults to true

Immediately reset BGP session if link to a directly connected external peer becomes inactive.

boolean
Defaults to false

BGP trap enable.

boolean
Defaults to true

Log BGP neighbors session state changes.

boolean
Defaults to true

Pick the best-MED path among paths advertised from the neighboring AS.

boolean
Defaults to true

Compare MED attribute for BGP best-path selection across neighbors in different AS.

string | null
required

Router ID to be used for BGP configuration, empty if using Fabric IP Network.

integer
0 to 65535

Keepalive timer in seconds.Default value will be used if zero is specified.

integer
0 to 65535

Holddown timer in seconds.Default value will be used if zero is specified.

neighbors
array of objects
required

BGP Neighbors configured on this switch

BGP Neighbors*
string | null

Switch's BGP AS Number

integer
1 to 8

Maximum paths for this router instance

string
length ≤ 32

Route map name to redistribute connected routes of ipv4 addr

string
length ≤ 32

Route map name to redistribute ospf routes of ipv4 addr

string
length ≤ 32

Route map name to redistribute local routes of ipv4 addr

string
length ≤ 32

Route map name to redistribute static routes of ipv4 addr

redistribute_ospf_process_route_map
array of objects

Process ID-Routemap name pair of redistribute ospf route map

redistribute_ospf_process_route_map
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; version=1.0