350-001 · Question #171
Which two of these steps are minimum requirements to configure OSPFv3 under IPv6? (Choose two.)
The correct answer is C. Configure OSPF on the interface that it will run on. E. Enable routing. The first step to configure OSPFv3 under IPv6 is to enable IPv6 unicast routing: R1(config)# ipv6 unicast-routing Also we need to enable the OSPF process: R1(config)# ipv6 router ospf 1 There are a few changes in configuring OSPFv3 vs OSPF for IPv4. Instead of using the…
Question
Which two of these steps are minimum requirements to configure OSPFv3 under IPv6? (Choose two.)
Options
- AConfigure a routing process using the command ipv6 router ospf [process-id].
- BAdd the network statement for the interfaces on which OSPF will run.
- CConfigure OSPF on the interface that it will run on.
- DUse the passive-interface command on the interfaces on which OSPF should not run.
- EEnable routing.
How the community answered
(26 responses)- B8% (2)
- C88% (23)
- D4% (1)
Explanation
The first step to configure OSPFv3 under IPv6 is to enable IPv6 unicast routing: R1(config)# ipv6 unicast-routing Also we need to enable the OSPF process: R1(config)# ipv6 router ospf 1 There are a few changes in configuring OSPFv3 vs OSPF for IPv4. Instead of using the "network" and "area" commands in ospf router configuration mode you now configure OSPFv3 on a per interface basis using the ipv6 ospf area command in interface configuration mode. For example: R1(config)# interface fa0/0 R1(config-if)# ipv6 ospf 1 area 0 Note: The "network" command does not exist in OSPFv3. You will see under the section how to implement ospf for ipv6 it only has 1 REQUIRED thing configure interface and in the comments it says that OSPF IPV6 routing is disabled by default.
Topics
Community Discussion
No community discussion yet for this question.