Drag and drop OSPF configurations on the left to the correct IOS XR or XE ?

PlAwAnSaI

Administrator
Drag and drop the OSPF configurations on the left to the correct IOS XR or IOS XE box on the right.
The correct OSPF configurations on the left should enable OSPF for IPv6 routing using an OSPF process ID of 1 and an OSPF router ID of 10.1.1.1. The configurations should enable the Gi0/0/0 interface (with an IPv6 address of 2001:DB8:192:168:101::11/80) to be in area 0. IPv6 unicast routing has already been enabled globally, and IPv6 has been enabled on the Gi0/0/0 interface.

router ospf 1
router-id 10.1.1.1
network 2001:DB8:192:168:101::11/80 area 0
|Cisco IOS XE
ipv6 router ospf 1
router-id 10.1.1.1
interface gi0/0/0
ipv6 ospf 1 area 0
|Cisco IOS XR
router ospfv3 1
router-id 10.1.1.1
area 0
interface gi0/0/0
|
router ospf 1
router-id 10.1.1.1
address-family ipv6 unicast
area 0
interface gi0/0/0
|

A. router ospf 1
router-id 10.1.1.1
network 2001:DB8:192:168:101::11/80 area 0

ipv6 router ospf 1
router-id 10.1.1.1
interface gi0/0/0
ipv6 ospf 1 area 0

B. ipv6 router ospf 1
router-id 10.1.1.1
interface gi0/0/0
ipv6 ospf 1 area 0

router ospfv3 1
router-id 10.1.1.1
area 0
interface gi0/0/0

C. router ospfv3 1
router-id 10.1.1.1
area 0
interface gi0/0/0

router ospf 1
router-id 10.1.1.1
address-family ipv6 unicast
area 0
interface gi0/0/0

D. router ospf 1
router-id 10.1.1.1
network 2001:DB8:192:168:101::11/80 area 0

router ospf 1
router-id 10.1.1.1
address-family ipv6 unicast
area 0
interface gi0/0/0
bigeyes.gif
 
Top