DanielH wanted more OSPF scenarios for members seeking their CCNP.
Below is a brilliant physical topology utilizing my years of experience and networking prowess!

Q1. R1's configuration is below. What line(s) must you add to R1's configuration to make OSPF fully-operational?
ipv6 unicast-routing
interface Loopback0
ipv6 address 1::1/128
ipv6 ospf 1 area 0
interface Serial0/0
ipv6 enable
ipv6 ospf 1 area 0
Q2. R1's configuration is corrected and both routers become neighbors. What is the destination address of R1's hellos?
R1#show ipv6 ospf ne
Neighbor ID Pri State Dead Time Interface ID Interface
2.2.2.2 1 FULL/ - 00:00:38 6 Serial0/0
Q3. Which LSA below will contain R1's 1::1/128 address?
R1#show ipv6 ospf database
OSPFv3 Router with ID (1.1.1.1) (Process ID 1)
Router Link States (Area 0)
ADV Router Age Seq# Fragment ID Link count Bits
1.1.1.1 1347 0x8000000B 0 1 None
2.2.2.2 1337 0x80000005 0 1 None
Link (Type-[IMG]https://us.v-cdn.net/6030959/uploads/images/smilies/icon_cool.gif[/IMG] Link States (Area 0)
ADV Router Age Seq# Link ID Interface
1.1.1.1 1442 0x80000002 6 Se0/0
2.2.2.2 1467 0x80000001 6 Se0/0
Intra Area Prefix Link States (Area 0)
ADV Router Age Seq# Link ID Ref-lstype Ref-LSID
1.1.1.1 1347 0x80000001 0 0x2001 0
2.2.2.2 1337 0x80000001 0 0x2001 0
R1#
Q4. Can OSPFv3 carry IPv4 prefixes?
Q5. Does OSPFv3 provide authentication services?