Skip to content

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 DefaultOSPFArea instead.

Dependencies#

The OSPFArea resource has no dependencies.

Referenced resources#

The OSPFArea resource does not reference any other resources.

Examples#

apiVersion: protocols.eda.nokia.com/v2
kind: OSPFArea
metadata:
  name: ospf-area-0
  namespace: eda
spec:
  areaID: 0.0.0.0
  areaType: Normal
cat << 'EOF' | kubectl apply -f -
apiVersion: protocols.eda.nokia.com/v2
kind: OSPFArea
metadata:
  name: ospf-area-0
  namespace: eda
spec:
  areaID: 0.0.0.0
  areaType: Normal
EOF

Custom Resource Definition#

To browse the Custom Resource Definition go to crd.eda.dev.

OSPFArea

protocols.eda.nokia.com / v2

SPEC

OSPFAreaSpec defines the desired state of OSPFArea

  • #
  • #

STATUS

OSPFAreaStatus defines the observed state of OSPFArea

  • #
  • #
  • #
  • #
  • #