Which two statements are examples of the differences between IPv4 and IPv6 EIGRP?

Which two statements are examples of the differences between IPv4 and IPv6 EIGRP? (Choose two.)
A. Network command is not used in IPv6.
B. DUAL is used for route calculations.
C. IPv6 keyword is used in many EIGRP commands.
D. DUAL is not used for route calculations.
E. Network command is used in IPv6.

cisco-exams

2 thoughts on “Which two statements are examples of the differences between IPv4 and IPv6 EIGRP?

  1. correct answer
    A
    C

    R1
    ipv6 unicast-routing
    !
    interface Serial0/0
    no ip address
    ipv6 address FE80::1 link-local
    ipv6 address 2010:AB8::1/64
    ipv6 enable
    ipv6 eigrp 1
    clock rate 2000000
    !
    ipv6 router eigrp 1
    eigrp router-id 2.2.2.2
    no shutdown

    R2
    ipv6 unicast-routing
    !
    interface Serial0/0
    no ip address
    ipv6 address FE80::2 link-local
    ipv6 address 2010:AB8::2/64
    ipv6 enable
    ipv6 eigrp 1
    clock rate 2000000
    !
    ipv6 router eigrp 1
    eigrp router-id 1.1.1.1
    no shutdown

    commands to check
    show ipv6 eigrp neighbors
    show ipv6 eigrp 1 interface
    show ipv6 protocols

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.