Drag and drop the following steps into the correct order to explicitly configure OSPFv3 for IPv6 on a Cisco IOS-XE router, assuming no OSPFv3 routing process exists beforehand.
- A
Enable IPv6 unicast routing globally
This step is correct because OSPFv3 requires IPv6 to be enabled globally with the 'ipv6 unicast-routing' command before OSPFv3 can function.
- B
Configure OSPFv3 on the interface
This is incorrect because OSPFv3 is configured on interfaces using the 'ipv6 ospf <process-id> area <area-id>' command, but this step must occur after enabling IPv6 routing and creating the OSPFv3 process.
- C
Create the OSPFv3 routing process
This is incorrect because while creating the OSPFv3 process with 'ipv6 router ospf <process-id>' is necessary, it must be done after enabling IPv6 unicast routing globally.
- D
Verify OSPFv3 adjacency
This is incorrect because verification is the final step, performed after all configuration steps are complete.