| Argument | Type | Description |
|---|
| name | string | |
| version | enum (2 | 3) | OSPF version this instance will be running (v2 for IPv4, v3 for IPv6). |
| vrf | enum | The VRF table this OSPF instance operates on. |
| router-id | alt { ip: ipAddr
, id: enum
} | OSPF Router ID. Can be set explicitly as an IP address, or as the name of the router-id instance. |
| out-filter-select ( unset ) | enum | Name of the routing filter select chain, used for output selection. Output operates only with external routes. |
| out-filter-chain ( unset ) | enum | |
| originate-default ( unset ) | enum (never | always | if-installed) | Specifies the default route (0.0.0.0/0) distribution method. |
| in-filter-chain ( unset ) | enum | Name of the routing filter chain used for incoming prefixes. |
| routing-table ( unset ) | enum | |
| mpls-te-address ( unset ) | address (flags=64) | |
| mpls-te-area ( unset ) | ipAddr | The area used for MPLS traffic engineering. TE Opaque LSAs are generated in this area. No more than one OSPF instance can have mpls-te-area configured. |
| domain-id ( unset ) | address (flags=R) | MPLS-related parameter. Identifies the OSPF domain of the instance. This value is attached to OSPF routes redistributed in BGP as VPNv4 routes as a BGP extended community attribute and used when BGP VPNv4 routes are redistributed back to OSPF to determine whether to generate an inter-area or AS-external LSA for that route. By default Null domain-id is used, as described in RFC 4577. |
| domain-tag ( unset ) | num | If set, then used in route redistribution (as route-tag in all external LSAs generated by this router), and in route calculation (all external LSAs having this route tag are ignored). Needed for interoperability with older Cisco systems. By default not set. |
| use-dn ( unset ) | bool | Forces use or ignoring of the DN bit. Useful in some CE-PE scenarios to inject intra-area routes into VRF. If a parameter is unset, then the DN bit is used according to RFC. |
| redistribute ( unset ) | ubit (connected, static, rip, ospf, isis, bgp, vpn, dhcp, fantasy, modem, bgp-mpls-vpn, slaac) | Enable redistribution of specific route types. |