ipv6 router ospf

Use this command to enable or disable Open Shortest Path First Version 3 (OSPFv3) configuration mode.

Syntax

ipv6 router ospf process-id
no ipv6 router ospf process-id

Parameters

process-id Specifies the process ID, an internally used identification number for an OSPF routing process run on a router. A single OSPFv3 process is configurable per router. Valid values are 1 to 65535.

Defaults

None.

Mode

Configuration command.

Usage

You must execute the ipv6 router ospf command to enable the protocol before completing many OSPFv3-specific configuration tasks.

A single OSPFv3 process (process-id) is allowed per router.

The “no” form of this command disables OSPFv3 for the specified process.

Example

This example shows how to enable routing for OSPFv3 process 60:

System(rw)->configure
System(rw-config)->ipv6 router ospf 60
System(rw-config-ospfv3)->