HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/vrfs/{VRF.name}/pim_routers/{PIM_Router.ip_version}/pim_static_rps

Path Params
string
required

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

string
required

Reference Resource: PIM_Router
PIM router entries keyed by IP version. This can have one PIM_Router entry per IP version. If this is not set, then PIM will be disabled on this VRF.

Body Params
string
required

Reference Resource: PIM_Static_RP
Static RPs for the specified multicast prefixes expressed as (IP-ADDR/MASK-LEN) and PIM_Static_RP entry. There can exist only one RP address for a unique group prefix.

boolean

If the value is true, the static-RP will take precedence over the dynamic-RP for a group prefix, resulting in the dynamic-RP operating only as a backup RP.

string
required
length ≤ 45

IP address of the RP to be used for a group prefix.

Responses
201

Created

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!