HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/vrfs/{VRF.name}/static_routes/{Static_Route.prefix}/static_nexthops/{Static_Nexthop.id}

Path Params
string
required

Reference Resource: VRF
VRF identifier. Should be alphanumeric. VRF names must be unique.

string
required

Reference Resource: Static_Route
IPv4 or IPv6 destination prefix and mask in the address/mask format. Example 192.168.0.0/16

string
required

Reference Resource: Static_Nexthop
Nexthops of the static route indexed by an unique identifier. Should be empty in case of Nullroute or Reject.

Body Params
boolean

Enables BFD session to the specific next hop.

integer
1 to 255

Administrative distance to be used instead of the default.

integer
required

Reference Resource: Static_Nexthop
Nexthops of the static route indexed by an unique identifier. Should be empty in case of Nullroute or Reject.

int64
1 to 4294967295

Route tag to be used to filter routes and apply administrative policies, such as redistribution with route maps.

boolean

Set the nexthop address as the static route forwarding address. This nexthop address is used as forwarding address by OSPF to shorten route paths.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
Response
Click Try It! to start a request and see the response here!