EIGRP on IPv6 Configuration Lab(A Cisco Packet Tracer Lab
Configuring EIGRP on IPv6
EIGRP for IPv6 a Packet Tracer Lab.
In this Tutorial I am going to show you how to configure EIGRP on IPv6. To show EIGRP configuration on IPv6 i have used cisco packet tracer software here. Even if you are new to IPv6 you can easily configure EIGRP on IPv6. I have shown step wise notes to configure EIGRP on IPv6. Following these few simple steps you can easily Configure EIGRP using IPv6.
You can also Read:
IPv6 Basic Router Configuration Lab.
IPv6 Static Routing Configuration Lab
RIP on IPv6 Configuration Lab.
STEP 1: Assign IPv6 Address as Mentioned in Above Topology.
STEP 2: Configure EIGRPv6 on Router R1
R1>enable R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ipv6 router eigrp 1 R1(config-rtr)#eigrp router-id 1.1.1.1 R1(config-rtr)#no shut R1(config-rtr)#exit R1(config)#int fa0/0 R1(config-if)#ipv6 add fe80::1 link-local R1(config-if)#ipv6 eigrp 1 R1(config-if)#exit R1(config)#int fa0/1 R1(config-if)#ipv6 eigrp 1 R1(config-if)#exit
STEP 3: Configure EIGRP on IPv6 on Router R2
R2>enable R2#config t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#ipv6 router eigrp 1 R2(config-rtr)#eigrp router-id 1.1.1.2 R2(config-rtr)#no shut R2(config-rtr)#exit R2(config)#int fa0/0 R2(config-if)#ipv6 eigrp 1
R2(config-if)#exit R2(config)#int fa0/1 R2(config-if)#ipv6 add fe80::1 link-local R2(config-if)#ipv6 eigrp 1 R2(config-if)#exit
Step 4: Verification of EIGRP configuration on IPv6
Check whether EIGRPv6 protocol configured on Router R1 or Not.
R1#show ipv6 protocol IPv6 Routing Protocol is "connected" IPv6 Routing Protocol is "static" IPv6 Routing Protocol is "eigrp 1" EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Interfaces: FastEthernet0/0 FastEthernet0/1 Redistributing: eigrp 1 Maximum path: 16 Distance: internal 90 external 170
Check EIGRPv6 Route configured using IPv6
R1#show ipv6 route IPv6 Routing Table - 6 entries C 2000::/64 [0/0] via ::, FastEthernet0/0 L 2000::1/128 [0/0] via ::, FastEthernet0/0 C 2001::/64 [0/0] via ::, FastEthernet0/1 L 2001::1/128 [0/0] via ::, FastEthernet0/1 D 2002::/64 [90/30720] via FE80::201:43FF:FEE4:C501, FastEthernet0/1 L FF00::/8 [0/0] via ::, Null0
Check EIGRPv6 Routing Protocol configured using IPv6
R1#show ipv6 eigrp topology IPv6-EIGRP Topology Table for AS 1/ID(1.1.1.1) Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P 2000::/64, 1 successors, FD is 28160 via Connected, FastEthernet0/0 P 2001::/64, 1 successors, FD is 28160 via Connected, FastEthernet0/1 P 2002::/64, 1 successors, FD is 30720 via FE80::201:43FF:FEE4:C501 (30720/28160), FastEthernet0/1
Check EIGRPv6 Traffic configured using IPv6
R1#show ipv6 eigrp traffic IPv6-EIGRP Traffic Statistics for process 1 Hellos sent/received: 166/55 Updates sent/received: 2/3 Queries sent/received: 0/0 Replies sent/received: 0/0 Acks sent/received: 3/2 Input queue high water mark 1, 0 drops SIA-Queries sent/received: 0/0 SIA-Replies sent/received: 0/0
Check EIGRPv6 Neighbors
R1#show ipv6 eigrp neighbors IPv6-EIGRP neighbors for process 1 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 Link-local address: Fa0/1 13 00:04:44 40 1000 0 4 FE80::201:43FF:FEE4:C501
Check EIGRPv6 Interfaces detail
R1#show ipv6 eigrp interfaces IPv6-EIGRP interfaces for process 1 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Fa0/0 0 0/0 1236 0/10 0 0 Fa0/1 1 0/0 1236 0/10 0 0