LAB4C 6.4.3.5 Lab - Configuring Basic EIGRP For IPv6
LAB4C 6.4.3.5 Lab - Configuring Basic EIGRP For IPv6
Topology
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9
Lab - Configuring Basic EIGRP for IPv6
Addressing Table
2001:DB8:ACAD:A::1/64
R1 G0/0 FE80::1 link-local N/A
2001:DB8:ACAD:12::1/64
S0/0/0 (DCE) FE80::1 link-local N/A
2001:DB8:ACAD:13::1/64
S0/0/1 FE80::1 link-local N/A
2001:DB8:ACAD:B::1/64
R2 G0/0 FE80::2 link-local N/A
2001:DB8:ACAD:12::2/64
S0/0/0 FE80::2 link-local N/A
2001:DB8:ACAD:23::2/64
S0/0/1 (DCE) FE80::2 link-local N/A
2001:DB8:ACAD:C::1/64
R3 G0/0 FE80::3 link-local N/A
2001:DB8:ACAD:13::3/64
S0/0/0 (DCE) FE80::3 link-local N/A
2001:DB8:ACAD:23::3/64
S0/0/1 FE80::3 link-local N/A
PC-A NIC 2001:DB8:ACAD:A::3/64 FE80::1
PC-B NIC 2001:DB8:ACAD:B::3/64 FE80::2
PC-C NIC 2001:DB8:ACAD:C::3/64 FE80::3
Objectives
Part 1: Build the Network and Verify Connectivity
Part 2: Configure EIGRP for IPv6 Routing
Part 3: Verify EIGRP for IPv6 Routing
Part 4: Configure and Verify Passive Interfaces
Background / Scenario
EIGRP for IPv6 has the same overall operation and features as EIGRP for IPv4. However, there are a few
major differences between them:
EIGRP for IPv6 is configured directly on the router interfaces.
With EIGRP for IPv6, a router ID is required on each router or the routing process does not start.
The EIGRP for IPv6 routing process uses a shutdown feature.
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 9
Lab - Configuring Basic EIGRP for IPv6
In this lab, you will configure the network with EIGRP routing for IPv6. You will also assign router IDs,
configure passive interfaces, verify the network is fully converged, and display routing information using CLI
show commands.
Note: The routers used with CCNA hands-on labs are Cisco 1941 Integrated Services Routers (ISRs) with
Cisco IOS Release 15.2(4)M3 (universalk9 image). Other routers and Cisco IOS versions can be used.
Depending on the model and Cisco IOS version, the commands available and output produced might vary
from what is shown in the labs. Refer to the Router Interface Summary Table at the end of this lab for the
correct interface identifiers.
Note: Make sure that the routers have been erased and have no startup configurations. If you are unsure,
contact your instructor.
Required Resources
3 Routers (Cisco 1941 with Cisco IOS Release 15.2(4)M3 universal image or comparable)
3 PCs (Windows 7, Vista, or XP with terminal emulation program, such as Tera Term)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet and serial cables as shown in the topology
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 9
Lab - Configuring Basic EIGRP for IPv6
Step 4: Configure EIGRP for IPv6 using AS 1 on the Serial and Gigabit Ethernet interfaces on
the routers.
a. Issue the ipv6 eigrp 1 command on the interfaces that participate in the EIGRP routing process. The AS
number is 1 as assigned in Step 2. The configuration for R1 is displayed below as an example.
R1(config)# interface g0/0
R1(config-if)# ipv6 eigrp 1
R1(config-if)# interface s0/0/0
R1(config-if)# ipv6 eigrp 1
R1(config-if)# interface s0/0/1
R1(config-if)# ipv6 eigrp 1
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 9
Lab - Configuring Basic EIGRP for IPv6
b. Assign EIGRP participating interfaces on R2 and R3. You will see neighbor adjacency messages as
interfaces are added to the EIGRP routing process. The messages on R1 are displayed below as an
example.
R1(config-if)#
*Apr 12 00:25:49.183: %DUAL-5-NBRCHANGE: EIGRP-IPv6 1: Neighbor FE80::2 (Serial0/0/0)
is up: new adjacency
*Apr 12 00:26:15.583: %DUAL-5-NBRCHANGE: EIGRP-IPv6 1: Neighbor FE80::3 (Serial0/0/1)
is up: new adjacency
What address is used to indicate the neighbor in the adjacency messages? The link-local address
(FE80::x) of the neighbor’s interface, which was assigned in Part 1 Step 4.
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 9
Lab - Configuring Basic EIGRP for IPv6
Step 4: Verify the parameters and current state of the active IPv6 routing protocol processes.
Issue the show ipv6 protocols command to verify the configured parameter. From the output, EIGRP is the
configured IPv6 routing protocol with 1.1.1.1 as the router ID for R1. This routing protocol is associated with
autonomous system 1 with three active interfaces: G0/0, S0/0/0, and S0/0/1.
R1# show ipv6 protocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "ND"
IPv6 Routing Protocol is "eigrp 1"
EIGRP-IPv6 Protocol for AS(1)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
NSF-aware route hold timer is 240
Router-ID: 1.1.1.1
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 16
Maximum hopcount 100
Maximum metric variance 1
Interfaces:
GigabitEthernet0/0
Serial0/0/0
Serial0/0/1
Redistribution:
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 9
Lab - Configuring Basic EIGRP for IPv6
None
Interfaces:
Serial0/0/0
Serial0/0/1
GigabitEthernet0/0 (passive)
Redistribution:
None
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 9
Lab - Configuring Basic EIGRP for IPv6
Reflection
1. Where would you configure passive interfaces? Why?
Passive interfaces are usually configured on router interfaces that are not connected to other routers. Passive
interfaces limit the amount of unnecessary protocol traffic in the network because no router devices are
receiving the messages on the other side of the link.
2. What are some advantages with using EIGRP as the routing protocol in your network?
EIGRP routing protocol can be used with almost any size network using IPv4 or IPv6. It also uses less CPU
than other dynamic routing protocols, such as OSPF. It requires little bandwidth for routing updates.
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 9
Lab - Configuring Basic EIGRP for IPv6
Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2
1800 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
1900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
2801 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
(F0/0) (F0/1)
2811 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
2900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An
example of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be
used in Cisco IOS commands to represent the interface.
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 9