• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/34

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

34 Cards in this Set

  • Front
  • Back
EIGRP for IPv6 advertises IPv6 prefixes/lengths, rather than IPv4 subnet/mask information
EIGRP for IPv6 uses the neighbor’s link-local address as the next-hop IP address; EIGRP forIPv4 has no equivalent concept.
encapsulates its messages in IPv6 packets, rather than IPv4 packets
EIGRP for IPv6 does not require neighbors to be in the same IPv6 subnet as a requirement tobecome neighbors.
IPv4 defaults to use automatic route summarization at the boundaries ofclassfulIPv4 networks
IPv6 has no concept ofclassful networks, so EIGRP for IPv6 cannot performany automatic summarization.

EIGRP IPV4 Multicast Update Destination




224.0.0.10

EIGRP IPV6 Multicast Upfate Destination




FF02::A

Configuring EIGRP for IPv6



Step 1. Enable IPv6 routing with the


ipv6 unicast-routing global command.

Configuring EIGRP for IPv6



Step 2. Enable EIGRP using the


ipv6 router eigrp {1 – 65535}


global configuration command.

Configuring EIGRP for IPv6





Step 3. Enable IPv6 on the interface, typically with one of two methods:






Configure an IPv6 unicast address on each interface, using the


ipv6 address address/prefix-length [eui-64] interface command.



Configuring EIGRP for IPv6



Or




Configure the ipv6 enable command, which enables IPv6 and causes the router to deriveits link-local address

Configuring EIGRP for IPv6



Step 4. Enable EIGRP on the interface with the ipv6 eigrp asn interface subcommand (where theasn matches the ipv6 router eigrp asn global configuration command).

Configuring EIGRP for IPv6



Step 5. Enable EIGRP for IPv6 with a


no shutdown command while in EIGRP configuration mode, if EIGRP is currently disabled

Configuring EIGRP for IPv6



Step 6. If no EIGRP router ID has been automatically chosen, because ofnot having at least oneworking interface with an IPv4 address, configure an EIGRP router ID with the router-idrid command in EIGRP configuration mode.

Configuration step 1: enabling IPv6routing



ipv6 unicast-routing

configuration steps 3 and 4



interface FastEthernet0/0. 1


ipv6 address 2012: : 1/64


ipv6 eigrp 9!

steps 2, 5, and 6



ipv6 router eigrp9


no shutdown


router-id10. 10. 34. 3

ipv6 unicast-routing

!


ipv6 router eigrp9


no shutdown


router-id10. 10. 34. 3


!


interface FastEthernet0/0. 2


ipv6 address 2017: : 1/64


ipv6 eigrp9

show ipv6 route
show ipv6 route eigrp
show ipv6 protocols
show ipv6 eigrp neighbors
show ipv6 eigrp topology
Named eigrp

named eigrp

Step 1. Configure a Named EIGRP virtual instance using the

router eigrp virtual-instance-name


command in global configuration mode. It is under this single virtual instance that alladdress families are configured.

Step 2. Specify an address family along with an autonomous system number using the



address family {ipv4 | ipv6} autonomous-system asn command.

Step 3. Configure general EIGRP settings under Address-Family configuration mode. Examplesofcommands issued in this configuration mode include metric, network, eigrp stub, and eigrp router-id.
Step 4. (Optional) Enter Address-Family-Interface configuration mode, with the command af-interface {default | interface-id}



default option, commands entered in this configuration mode apply to all interfaces

Step 5. (Optional) Exit Address-Family-Interface configuration mode (ifcurrently in that mode)with the exit command, and enter Address-Family-Topology configuration mode with thetopology base command.
router eigrp R1DEMOR1

address-family ipv4 autonomous-system 1


network 0.0.0.0

router eigrp R1DEMO

!


address-family ipv4 unicast autonomous-system 1


!


af-interface default


hello-interval2


hold-time10


passive interface


exit-af-interface


!


af-interface Serial1/0


no passive


interface


exit-af-interface


!topology base


variance2


exit-af-topology


network0. 0. 0. 0


exit-address-family


!


address-family ipv6 unicast autonomous-system2


!


topology base


exit-af-topology


exit-address-family



USES SAME VERIFCATION COMMANDS

.

A router currently has a complex EIGRPconfiguration, with multiple EIGRP-relatedcommands under various interfaces, in additionto multiple EIGRP commands under routerconfiguration mode. This configuration needsto be simplified so that it becomes easier tounderstand and troubleshoot.
Replace the router’s traditional EIGRPconfiguration with a Named EIGRPconfiguration, which consolidates all of arouter’s EIGRP commands under a singlehierarchical structure
If the EIGRP configuration on corporaterouters is migrated from a traditionalEIGRP configuration to a Named EIGRPconfiguration, will network technicians andhelp desk staff need to learn a new set ofverification and troubleshooting commands
No. Even though Named EIGRP has asignificantly different configuration thana traditional EIGRP configuration, theverification commands (for example, theshow commands) remain the same.
Enable IPv6 routing.
ipv6 unicast-routing
Enable EIGRP for IPv6.
ipv6 router eigrp {1 – 65535}
Enable IPv6 on an interface, causing a routerto derive a link-local address for the interface
ipv6 enable
Configure an IPv6 address on an interface.
ipv6 address address/prefix-length [eui-64]
Enable EIGRP for IPv6 on an interface.
ipv6 eigrp asn
Configure a router ID for EIGRP for IPv6.
eigrp router-id rid
Create a Named EIGRP virtual instance
router eigrp virtual-instance-name
Specify an address family along with anautonomous system number.
address-family {ipv4 | ipv6} autonomous systemasn
Enter Address-Family-Interface configurationmode
af-interface {default | interface-id}



Example


af-interface Serial1/0

Enter Address-Family-Topologyconfiguration mode for the base topology
topology base



example


topology base


variance2


exit-af-topology

Show the variance configured for an EIGRPfor IPv6 autonomous system.
show ipv6 protocols
Show the Hello Interval for an EIGRP forIPv6 autonomous system.
show ipv6 eigrp interfaces detail
Display the EIGRP topology table for anEIGRP for IPv6 autonomous system
show ipv6 eigrp topology [all-links]
Display sent and received updates for anEIGRP for IPv6 autonomous system.
debug ipv6 eigrp notifications