HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/vrfs/{VRF.name}/ripng_routers/{RIP_Router.instance_tag}/rip_interfaces

Path Params
string
required

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

string
required

Reference Resource: RIP_Router
The list of all the RIPng (RIP IPv6) Router instances.

Body Params
string
required

Reference Resource: RIP_Interface
RIP interfaces associated with this router instance. ipv4: List of IPv4 RIP_Interfaces with intf_key as prefix address in A.B.C.D format. ipv6: List of IPv6 RIP_Interfaces with intf_key as interface name.

string

Reference Resource: Port
Port corresponding to this RIP interface. If not set, RIP is not operational on that port.

string
enum

receive: RIP updates will be received on this interface. doNotReceive: RIP updates will not be received on this interface.

Allowed:
string
enum

send: RIP updates will be sent out this interface. doNotSend: RIP updates will not be sent out this interface.

Allowed:
boolean

Shutdown RIP on this interface.

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!