COMPUTER NETWORKING

NETWORK LAYER

UNICAST ROUTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
How do you enable EIGRP for IPv6 on a router interface?
A
ipv6 eigrp [ASN]
B
eigrp [ASN]ipv6 unicast-routing
C
eigrp [ASN] enable ipv6
D
eigrp [ASN]enable ipv6 unicast-routing
Explanation: 

Detailed explanation-1: -Each EIGRP router needs a router ID which is the highest IPv4 address on the router. If you don’t have any IPv4 addresses, you need to specify router IDs yourself with the router-id command. By default, the EIGRP process is in shutdown mode, and you need to type no shutdown to activate it.

Detailed explanation-2: -EIGRP for IPv6 provides route filtering using the distribute-list prefix-list command. Use of the route-map command is not supported for route filtering with a distribute list. EIGRP is an enhanced version of the IGRP developed by Cisco. EIGRP uses the same distance vector algorithm and distance information as IGRP.

Detailed explanation-3: -Enter global configuration mode. device# configure terminal. Enter interface configuration mode. device(config)# interface ethernet 3/1. Enable IPv6 for the interface. device(config-if-e1000-3/1)# ipv6 enable.

There is 1 question to complete.