To configure a routing instance for OSPFv3, you must include at least the following statements in the configuration:
- [edit]
- routing-instances {
-
-
routing-instance-name {
- interface interface-name;
- instance-type (no-forwarding | vrf);
- vrf-export [ policy-names ];
- vrf-import [ policy-names ];
-
- protocols {
-
- ospf3 {
- ... ospf3-configuration ...
- }
- }
- }
- }
![]() |
Note: You can configure a logical interface under only one routing instance. |
![]() |
Note: OSPFv3 supports the no-forwarding and vrf routing instance types only. |
For more information about the OSPF configuration statements, see OSPF Configuration Guidelines.