[ad_1]
Packet Tracer – Configuring Primary EIGRP with IPv6 (Teacher Model)
Teacher Observe: Pink font coloration or Grey highlights point out textual content that seems within the teacher copy solely.
Topology
Addressing Desk
Aims
Half 1: Configure EIGRP for IPv6 Routing
Half 2: Confirm IPv6 EIGRP for IPv6 Routing
State of affairs
On this exercise, you’ll configure the community with EIGRP routing for IPv6. Additionally, you will assign router IDs, configure passive interfaces, confirm the community is absolutely converged, and show routing data utilizing present instructions.
EIGRP for IPv6 has the identical total operation and options as EIGRP for IPv4. There are just a few main variations between them:
EIGRP for IPv6 is configured instantly on the router interfaces.
With EIGRP for IPv6, a router-id is required on every router or the routing course of won’t begin.
The EIGRP for IPv6 routing course of makes use of a “shutdown” characteristic.
Half 1: Configure EIGRP for IPv6 Routing
Step 1: Allow IPv6 routing on every router.
R1(config)# ipv6 unicast-routing R2(config)# ipv6 unicast-routing R3(config)# ipv6 unicast-routing
Step 2: Allow EIGRP for IPv6 routing on every router.
The IPv6 routing course of is shutdown by default. Concern a command that can allow EIGRP for IPv6 routing in R1, R2 and R3.
Allow the EIGRP course of on all routers and use 1 because the Autonomous System quantity.
R1(config)# ipv6 router eigrp 1 R1(config-rtr)# no shutdown R2(config)# ipv6 router eigrp 1 R2(config-rtr)# no shutdown R3(config)# ipv6 router eigrp 1 R3(config-rtr)# no shutdown
Step 3: Assign a router ID to every router.
The router IDs are as follows:
- R1: 1.1.1.1
- R2: 2.2.2.2
- R3: 3.3.3.3
R1(config-rtr)# eigrp router-id 1.1.1.1 R2(config-rtr)# eigrp router-id 2.2.2.2 R3(config-rtr)# eigrp router-id 3.3.3.3
Step 4: Utilizing AS 1, configure EIGRP for IPv6 on every interface.
R1(config)# int g0/0 R1(config-if)# ipv6 eigrp 1 R1(config)# int s0/0/0 R1(config-if)# ipv6 eigrp 1 R1(config)# int s0/0/1 R1(config-if)# ipv6 eigrp 1 R2(config)# int g0/0 R2(config-if)# ipv6 eigrp 1 R2(config)# int s0/0/0 R2(config-if)# ipv6 eigrp 1 R2(config)# int s0/0/1 R2(config-if)# ipv6 eigrp 1 R3(config)# int g0/0 R3(config-if)# ipv6 eigrp 1 R3(config)# int s0/0/0 R3(config-if)# ipv6 eigrp 1 R3(config)# int s0/0/1 R3(config-if)# ipv6 eigrp 1
Half 2: Confirm EIGRP for IPv6 Routing
Step 1: Study neighbor adjacencies.
Use the command present ipv6 eigrp neighbors to confirm that the adjacency has been established with its neighboring routers. The link-local addresses of the neighboring routers are displayed within the adjacency desk.
Step 2: Study the IPv6 EIGRP routing desk.
Use the present ipv6 route command to show the IPv6 routing desk on all routers. EIGRP for IPv6 routes are denoted within the routing desk with a D.
Step 3: Confirm the parameters and present state of the lively IPv6 routing protocol processes.
Use the command present ipv6 protocols to confirm the configured parameter.
Step 4: Confirm end-to-end connectivity.
PC1, PC2, and PC3 ought to now be capable of ping one another. If not, troubleshoot your EIGRP configurations.
[sociallocker id=”54558″]
[/sociallocker]
[ad_2]