[Contents] [Prev] [Next] [Index] [Report an Error]

OSPFv3

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-import [ policy-names ];
vrf-export [ 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.


[Contents] [Prev] [Next] [Index] [Report an Error]