5.2.1 Packet Tracer - Configure Basic EIGRP With IPv6 Routing - ITExamAnswers
5.2.1 Packet Tracer - Configure Basic EIGRP With IPv6 Routing - ITExamAnswers
Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
R1
S0/0/1 2001:db8:cafe:a003::1/64 N/A
R1
Link-local fe80::1 N/A
R2
S0/0/1 2001:db8:cafe:a002::1/64 N/A
R2
Link-local fe80::2 N/A
R3
S0/0/0 2001:db8:cafe:a003::2/64 N/A
R3
S0/0/1 2001:db8:cafe:a002::2/64 N/A
R3
Link-local fe80::3 N/A
Objectives
Part 1: Configure EIGRP for IPv6 Routing
Part 2: Verify IPv6 EIGRP for IPv6 Routing
Scenario
In this activity, you will configure the network with EIGRP routing for IPv6. You will also assign router IDs,
configure passive interfaces, verify that the network is fully converged, and display routing information using
show commands.
EIGRP for IPv6 has the same overall operation and features as EIGRP for IPv4. There are a few major
differences between them:
2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 5 www.netacad.com
Packet Tracer - Configure Basic EIGRP with IPv6
Instructions
2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 5 www.netacad.com
Packet Tracer - Configure Basic EIGRP with IPv6
Step 3: Verify the parameters and current state of the active IPv6 routing protocol processes.
Use the command show ipv6 protocols to verify the configured parameter.
2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 5 www.netacad.com
Packet Tracer - Configure Basic EIGRP with IPv6
Answer Scripts
Router R1
enable
configure terminal
ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 eigrp 1
interface Serial0/0/0
ipv6 eigrp 1
interface Serial0/0/1
ipv6 eigrp 1
ipv6 router eigrp 1
eigrp router-id 1.1.1.1
passive-interface g0/1
no shutdown
end
Router R2
enable
configure terminal
ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 eigrp 1
interface Serial0/0/0
ipv6 eigrp 1
interface Serial0/0/1
ipv6 eigrp 1
ipv6 router eigrp 1
eigrp router-id 2.2.2.2
passive-interface g0/1
no shutdown
end
Router R3
enable
configure terminal
ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 eigrp 1
interface Serial0/0/0
ipv6 eigrp 1
interface Serial0/0/1
ipv6 eigrp 1
ipv6 router eigrp 1
eigrp router-id 3.3.3.3
no shutdown
passive-interface GigabitEthernet0/1
2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 5 www.netacad.com
Packet Tracer - Configure Basic EIGRP with IPv6
end
2014 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 5 www.netacad.com