NETWORK LAYER
UNICAST ROUTING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
ipv6 router eigrp [ASN]
|
|
router eigrp [ASN] ipv6
|
|
eigrp v6 [ASN]
|
|
eigrp [ASN] ipv6
|
Detailed explanation-1: -To enter address-family interface configuration mode and to configure interface-specific Enhanced Interior Gateway Routing Protocol (EIGRP) commands, use the af-interface command in address-family configuration mode.
Detailed explanation-2: -The first command, router eigrp ASN NUMBER, enables EIGRP on a router. ASN NUMBER represents an autonomous system number and has to be the same on all routers running EIGRP, otherwise routers won’t become neighbors.
Detailed explanation-3: -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.