HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/vrfs/{name}/ospf_routers/{instance_tag}

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

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

string
required

Reference Resource: OSPF_Router
The list of all the OSPFv2 Router instances.

Body Params
spf_throttle
object

Timers related to SPF throttling.

boolean

Specifies whether strict LSA checking is disabled for this OSPF router instance.

boolean

Specifies whether to ignore OSPF interfaces that have gone down just prior to the restart event.

integer
1 to 8

Maximum number of equal cost paths that are stored for each destination in the Routing Table.

boolean

Disable this OSPF instance.

other_config
object
asbr_summary_addresses
object

List of ASBR summary addresses associated with this OSPF router instance. These summarized addresses are in the IPv4 or IPv6 address/mask format.

boolean

Indicates whether OSPF will help a neighbor undergoing hitless restart on this interface.

lsa_throttle
object

Timers related to LSA throttling.

integer
5 to 1800

If OSPF is attempting to undergo a graceful restart, this field specifies the length of grace period that should be requested from adjacent routers in grace LSAs.

string
enum

Criteria for redistribution of the default routes into the OSPF domain: 'disable' : no default route should be advertised. 'originate' : advertise default route if it exists in the routing table. 'always_originate': always advertise default route, regardless of its presence in the routing table.

Allowed:
integer
1 to 4000000

The reference bandwidth, Mbits/second, for interface cost calculations.

areas
object

Reference Resource: OSPF_Area
The list of all the "OSPF_Area" for the OSPF router instance, which contains the OSPFv2 area related configurations. The Area ID is in IPv4 address format.

string
length ≤ 15

The router identifier configured for the OSPF instance. The router ID MUST be unique within the entire Autonomus System. If admin_router_id is present, the same will be elected as active_router_id. The router ID is in IPv4 address format.

stub_router_adv
object
active_interfaces
array of strings
length ≤ 9223372036854776000

Reference Resource: Port
The list of the active-interfaces. If "passive_interface_default" is set "false", then this list should be empty.

active_interfaces
distance
object
redistribute_ospf_route_map
object

Reference Resource: OSPF_Router
Route Map to be applied when redistributing routes from other OSPF instances.

passive_interfaces
array of strings
length ≤ 9223372036854776000

Reference Resource: Port
The list of the passive-interfaces. If "passive_interface_default" is set "true", then this list should be empty.

passive_interfaces
snmp_traps
object

The configurations related to the OSPF SNMP traps.

integer
required

Reference Resource: OSPF_Router
The list of all the OSPFv3 Router instances.

redistribute_route_map
object

Reference Resource: Route_Map
Route Map to be applied when redistributing routes.

boolean

Enables BFD on all interfaces involved in OSPF router.

redistribute_ospf
array of strings
length ≤ 7

Reference Resource: OSPF_Router
Redistribute routes from other OSPF instances into this OSPF instance. If the same instance also has a route map based filter associated with it, only the filtered routes will be redistributed into this instance.

redistribute_ospf
integer
0 to 600000

Minimum wait time in milliseconds before same LSAs received from a peer are processed.

boolean

This determines whether all interfaces should be set to passive by default.

redistribute
array of strings
length ≤ 5

Redistribute routes from other sources into this OSPF instance. If the same source also has a route map based filter associated with it, only the filtered routes will be redistributed into this instance.

redistribute
Responses
200

OK

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
LoadingLoading…