To enable EIGRP, which of the following would you use?<br>1. Router1(config-if)# <code class="args"><em> ipv6 ospf 10 area 0.0.0.0</em></code><br>2. Router1(config-if)# <code class="args"><em> ipv6 router rip 1</em></code><br>3. Router1(config)# <code class="args"><em> ipv6 router eigrp 10</em></code><br>4. Router1(config-rtr)# <code class="args"><em> no shutdown</em></code><br>5. Router1(config-if)# <code class="args"><em> ipv6 eigrp 10</em></code>

Correct Answer: 3, 4 and 5
Unlike RIPng and OSPFv3, you need to configure EIGRP both from global configuration mode and from interface mode, and you have to enable the command with the no shutdown command.