HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/feature_set_ospfs

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
boolean

Apply to all OSPF processes across all VRFs. When true, ospf_process_vrfs and ospf_all_vrfs_process_ids are ignored.

string
length ≤ 255

User description.

string
required
length ≤ 64

Reference Resource: Feature_Set_OSPF
Feature-set name.

string
enum

Built-in or user-configured feature-set.

Allowed:
ospf_all_vrfs_process_ids
array of integers
length ≤ 128

Set of process IDs (1-65535) applying to all VRFs. Ignored when all_instances is true. Maximum 128 process IDs.

ospf_all_vrfs_process_ids
ospf_process_vrfs
object

Reference Resource: VRF
Map of OSPF process IDs (1-65535) to VRF UUIDs. Ignored when all_instances is true or process ID is in ospf_all_vrfs_process_ids.

string
enum
required

OSPF protocol variant type for this feature-set. Distinguishes which OSPF protocol version and address family this feature-set targets. Set at creation time based on CLI context; cannot be changed after creation. Protocol Types: - ospfv2: OSPF version 2 for IPv4 routing (RFC 2328) - ospfv3: OSPF version 3 for IPv6 routing (RFC 5340) - ospfv3-af-ipv4: OSPFv3 with IPv4 address family (RFC 5838) - ospfv3-af-ipv6: OSPFv3 with IPv6 address family (RFC 5838) CLI Context Mapping: - 'feature-set ospfv2 ' → protocol_type = 'ospfv2' - 'feature-set ospfv3 ' → protocol_type = 'ospfv3' - 'feature-set ospfv3-af-ipv4 ' → protocol_type = 'ospfv3-af-ipv4' - 'feature-set ospfv3-af-ipv6 ' → protocol_type = 'ospfv3-af-ipv6' Immutability: Once set, protocol_type cannot be modified. To change protocol type, delete the feature-set and recreate with the desired protocol_type.

Allowed:
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
LoadingLoading…
Response
Click Try It! to start a request and see the response here!