OSPF Area#
Virtual Networks → OAOSPF Area
Open Shortest Path First, or OSPF, is a routing protocol to exchange IP routes. There are two versions of the OSPF protocol:
- Version 2 is configured on IPv4 interfaces and only exchances IPv4 prefixes
- Version 3 is configured on IPv6 interfaces and exchanges both IPv4 and IPv6 prefixes
OSPF sessions are always established between OSPFInterfaces in an OSPFArea, and never operate inter-area. To connect two OSPF areas to each other, an area border router (ABR) configures both areas in the same OSPFInstance. An OSPFInstance is an isolated process with its own Link State Database (LSDB).
OSPF area notation
In EDA, the area identifier follows the IP-like "Dotted Decimal Notation" to represent a 32-bit integer, meaning area 1 should be entered as 0.0.0.1.
To set up an OSPF area in the default VRF, use
DefaultOSPFAreainstead.
Dependencies#
The OSPFArea resource has no dependencies.
Referenced resources#
The OSPFArea resource does not reference any other resources.
Examples#
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
OSPFArea
SPEC
OSPFAreaSpec defines the desired state of OSPFArea
-
Area ID. 32-bit in the dotted-quad notation (e.g., "0.0.0.0").
default: "0.0.0.0"format: ipv4 -
Area type. Normal is assumed if not specified.
default: "Normal"enum: "Normal", "Stub", "NSSA"
STATUS
OSPFAreaStatus defines the observed state of OSPFArea
-
Indicates the health score of the OSPF area.
-
Indicates the reason for the health score.
-
The time when the state of the resource last changed.
-
The number of active interfaces in the OSPF area.
-
The number of discovered neighbors in the OSPF area.