The following is a review of a basic implementation of the OSPFv3 routing protocol for IPv6.

The example in Figure 1 displays the topology used for configuring OSPFv3. The routers in the topology have a starting configuration, including enabled interface IPv6 addresses. There is currently no static routing or dynamic routing configured on any of the routers. All interfaces on routers R1, R2, and R3 (except the loopback on R2) are within the OSPF backbone area.

In Figure 2, from OSPFv3 router configuration mode on R1, the router ID is manually assigned and the reference bandwidth is adjusted to account for fast interfaces. Next the interfaces participating in OSPFv3 are configured. The Gigabit Ethernet 0/0 is also configured to reflect its true bandwidth. Notice how there is no wildcard mask require when configuring OSPFv3.

In Figure 3, from OSPFv3 router configuration mode on R2, the router ID is manually assigned and the reference bandwidth is adjusted to account for fast interfaces. Next the interfaces participating in OSPFv3 are configured. Again, the Gigabit Ethernet 0/0 is also configured to reflect its true bandwidth.

Use the Syntax Checker in Figure 4 to manually assign the router ID and adjust the reference bandwidth. Next configure the interfaces accordingly starting with interface Gigabit Ethernet 0/0. Also assign the true bandwidth to that interface.

Notice the informational messages displaying that R3 has established a full neighbor adjacency with R1 with router ID 1.1.1.1 and R2 with router ID 2.2.2.2. The OSPFv3 network has converged.