SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
STUDENT LAB GUIDE

       CCNA (640-802)




        Developed By,

Router Infotech Career Academy.
CCNA LAB MANUAL



LAB: 06
Routing Protocols: EIGRP Configuration
Objective:
Understanding the Routing Updates processs using Enhanced Interior Gateway Routing
Protocol (EIGRP).

Topology:



           EIGRP (Enhanced Interior Gateway Routing Protocol) – LAB01



               R1                                                                 R2
                             S0/0                             S0/0

     Fast                  172.16.0.1/30           172.16.0.2/30                  Fast
 Ethernet 0/0                                                                 Ethernet 0/0
  10.0.0.1/24                                                                  20.0.0.1/24




                                                                 PC2
         PC1


         10.0.0.50/24                                              20.0.0.50/24




Router Infotech, Confidential Document            Only for Internal Circulation          Page 2
CCNA LAB MANUAL


Procedure:
1.Configuring & Assigning the IP addresses on the routers R1 & R2.
2.Check the routing table on both the routers.
3.Enable the EIGRP protocol on both routers so that hosts on the both routers can
communicate with each other.
4.Verifying the Routing protocols on the Router.
5.Check the routing table on both the routers after enabling the EIGRP on both sides.
6.Verifying the connection of both hosts.


Configuration:
Step 1:

    1.1 : Assigning the IP addresses on the FastEthernet & Serial Interfaces of Router R1 as
        shown in figure.

          Router#conf t
          Router(config)#hostname R1
          R1(config)#int fastEthernet 0/0
          R1(config-if)#ip address 10.0.0.1 255.255.255.0
          R1(config-if)#no shutdown
          R1(config-if)#end

          R1(config)#int serial 0/0
          R1(config-if)#ip address 172.16.0.1 255.255.255.252
          R1(config-if)#no shutdown
          R1(config-if)#^Z
          R1#

          Check the DCE Interface and configure clock rate 64000
          R1#sh controllers serial 0/0
          Interface Serial0/0
          Hardware is PowerQUICC MPC860
          DCE V.35, no clock
          idb at 0x81081AC4, driver data structure at 0x81084AC0
          SCC Registers:

          Configure Clock Rate on DCE Interface:

          R1(config)#int serial 0/0

Router Infotech, Confidential Document             Only for Internal Circulation         Page 3
CCNA LAB MANUAL


          R1(config-if)#clock rate 64000
          R1(config-if)#^Z
          R1#

   1.2: Assigning the IP addresses on the FastEthernet & Serial Interfaces of Router R2 as
   shown in figure.

Step 2:

   2.1 : Check the Routing table of the Router R1.
          R1#sh ip route
          Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
                 D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
                 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
                 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
                 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter
          area
                 * - candidate default, U - per-user static route, o - ODR
                 P - periodic downloaded static route

          Gateway of last resort is not set

                10.0.0.0/24 is subnetted, 1 subnets
          C        10.0.0.0 is directly connected, FastEthernet0/0
                172.16.0.0/30 is subnetted, 1 subnets
          C        172.16.0.0 is directly connected, Serial0/0
          R1#


   2.2: Check the Routing table of the Router R2.

          R2#sh ip route
          Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
          BGP
                 D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
                 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
                 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
                 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS
          inter area
                 * - candidate default, U - per-user static route, o - ODR
                 P - periodic downloaded static route

          Gateway of last resort is not set


Router Infotech, Confidential Document              Only for Internal Circulation       Page 4
CCNA LAB MANUAL


                20.0.0.0/24 is subnetted, 1 subnets
          C        20.0.0.0 is directly connected, FastEthernet0/0
                172.16.0.0/30 is subnetted, 1 subnets
          C        172.16.0.0 is directly connected, Serial0/0

R2#



Step 3: Enable the EIGRP protocol on the Router R1 and R2

3.1 : Enable the EIGRP protocol on the Router R1.

          R1(config)#router eigrp ?
            <1-65535> Autonomous system number
          R1(config)#router eigrp 100
          R1(config-router)#network ?
            A.B.C.D Network number
          R1(config-router)#network 10.0.0.0 0.0.0.255
                (Network to be advertised which is Directly Connected)
          R1(config-router)#network 172.16.0.0 0.0.0.3
                (Network to be advertised which is Directly Connected)
          R1(config-router)#no auto-summary
          R1(config-router)#^Z
          R1#

Step 3.2 : Enable the EIGRP protocol on the Router R2.

          R2(config)#router eigrp 100
          R2(config-router)#network 20.0.0.0 0.0.0.255
          R2(config-router)#network 172.16.0.0 0.0.0.3
          R2(config-router)#
          %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.16.0.1 (Serial0/0)
          is up: new adjacency
          R2(config-router)#no auto-summary
          R2(config-router)#end
          R2#

Step 4:

          4.1: Check the Routing Protocol on the Router R1.




Router Infotech, Confidential Document              Only for Internal Circulation   Page 5
CCNA LAB MANUAL


        R1#sh ip protocols
        Routing Protocol is "eigrp 100 "
          Outgoing update filter list for all interfaces is not set
          Incoming update filter list for all interfaces is not set
          Default networks flagged in outgoing updates
          Default networks accepted from incoming updates
          EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
          EIGRP maximum hopcount 100
          EIGRP maximum metric variance 1
        Redistributing: eigrp 100
          Automatic network summarization is not in effect
          Maximum path: 4
          Routing for Networks:
             10.0.0.0/24
             172.16.0.0/30
          Routing Information Sources:
            Gateway         Distance      Last Update
            172.16.0.2      90            2024507
          Distance: internal 90 external 170



4.2: Check the Routing Protocol on the Router R2.

R2#sh ip protocols

Routing Protocol is "eigrp 100 "
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Default networks flagged in outgoing updates
  Default networks accepted from incoming updates
  EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
  EIGRP maximum hopcount 100
  EIGRP maximum metric variance 1
Redistributing: eigrp 100
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
     20.0.0.0/24
     172.16.0.0/30
  Routing Information Sources:
    Gateway         Distance      Last Update
    172.16.0.1      90            1640767

Router Infotech, Confidential Document            Only for Internal Circulation   Page 6
CCNA LAB MANUAL


    Distance: internal 90 external 170


Step 5:

5.1: Check the Routing table of the Router R1 after enabling EIGRP.

R1#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS
inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

       10.0.0.0/24 is subnetted, 1 subnets
C         10.0.0.0 is directly connected, FastEthernet0/0
       20.0.0.0/24 is subnetted, 1 subnets
D         20.0.0.0 [90/20514560] via 172.16.0.2, 00:05:05, Serial0/0
       172.16.0.0/30 is subnetted, 1 subnets
C         172.16.0.0 is directly connected, Serial0/0
R1#
5.2: Check the Routing table of the Router R2 after enabling EIGRP.

R2#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS
inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

       10.0.0.0/24     is subnetted, 1 subnets
D         10.0.0.0     [90/20514560] via 172.16.0.1, 00:06:25, Serial0/0
       20.0.0.0/24     is subnetted, 1 subnets
C         20.0.0.0     is directly connected, FastEthernet0/0

Router Infotech, Confidential Document            Only for Internal Circulation   Page 7
CCNA LAB MANUAL


           172.16.0.0/30 is subnetted, 1 subnets
C          172.16.0.0 is directly connected, Serial0/0
R2#

Step 6: Verifying the connection of PC1 & PC2Œ.

From PC1
PC1>ipconfig

IP Address......................: 10.0.0.50
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 10.0.0.1

PC1>ping 20.0.0.50

Pinging 20.0.0.50 with 32 bytes of data:

Reply   from   20.0.0.50:     bytes=32     time=12ms   TTL=126
Reply   from   20.0.0.50:     bytes=32     time=24ms   TTL=126
Reply   from   20.0.0.50:     bytes=32     time=18ms   TTL=126
Reply   from   20.0.0.50:     bytes=32     time=18ms   TTL=126

Ping statistics for 20.0.0.50:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 12ms, Maximum = 24ms, Average = 18ms

PC1>

From PC2
PC2>ipconfig

IP Address......................: 20.0.0.50
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 20.0.0.1

PC2>ping 10.0.0.1

Pinging 10.0.0.1 with 32 bytes of data:

Reply   from   10.0.0.1:     bytes=32     time=8ms TTL=254
Reply   from   10.0.0.1:     bytes=32     time=9ms TTL=254
Reply   from   10.0.0.1:     bytes=32     time=11ms TTL=254
Reply   from   10.0.0.1:     bytes=32     time=13ms TTL=254



Router Infotech, Confidential Document            Only for Internal Circulation   Page 8
CCNA LAB MANUAL


Ping statistics for 10.0.0.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 8ms, Maximum = 13ms, Average = 10ms

PC>


                                    COOL COOL




Router Infotech, Confidential Document            Only for Internal Circulation   Page 9

Más contenido relacionado

La actualidad más candente

Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRPKishore Kumar
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010irbas
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1Kishore Kumar
 
Wan Interface Configuration
Wan Interface ConfigurationWan Interface Configuration
Wan Interface ConfigurationKishore Kumar
 
Лекц 15
Лекц 15Лекц 15
Лекц 15Muuluu
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1Kishore Kumar
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config97148881557
 
Rip version1 configuration on Cisco router
Rip version1 configuration on Cisco routerRip version1 configuration on Cisco router
Rip version1 configuration on Cisco routertcpipguru
 
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment RoutingPLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment RoutingPROIDEA
 

La actualidad más candente (19)

OSPF 3
OSPF 3OSPF 3
OSPF 3
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010
 
Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Wan Interface Configuration
Wan Interface ConfigurationWan Interface Configuration
Wan Interface Configuration
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Day 12 enabling ospf
Day 12 enabling ospfDay 12 enabling ospf
Day 12 enabling ospf
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1
 
OSPF 2
OSPF 2OSPF 2
OSPF 2
 
Switching 2
Switching 2Switching 2
Switching 2
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
Сүлжээ1
Сүлжээ1Сүлжээ1
Сүлжээ1
 
Rip version1 configuration on Cisco router
Rip version1 configuration on Cisco routerRip version1 configuration on Cisco router
Rip version1 configuration on Cisco router
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment RoutingPLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
 
SPI Interface
SPI InterfaceSPI Interface
SPI Interface
 

Similar a Lab routing protocols eigrp

第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和IgrpF.l. Yu
 
Chapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdfChapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdfBuntha Chhay
 
Eigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configurationEigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configuration3Anetwork com
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Tharindu Sankalpa
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationHamed Moghaddam
 
Site to Site VPN between Cisco Routers
Site to Site VPN between Cisco RoutersSite to Site VPN between Cisco Routers
Site to Site VPN between Cisco RoutersSandeep Kumar
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructionstrayyoo
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)IT Tech
 
E routing final exam ccna 2 46
E routing final exam ccna 2 46E routing final exam ccna 2 46
E routing final exam ccna 2 46lslsc
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6Nil Menon
 
Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configurationHamed Moghaddam
 
How to configure Rip version2 on a Cisco router
How to configure Rip version2 on a Cisco routerHow to configure Rip version2 on a Cisco router
How to configure Rip version2 on a Cisco routertcpipguru
 

Similar a Lab routing protocols eigrp (20)

第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和Igrp
 
Chapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdfChapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdf
 
Eigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configurationEigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configuration
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
 
acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
 
Site to Site VPN between Cisco Routers
Site to Site VPN between Cisco RoutersSite to Site VPN between Cisco Routers
Site to Site VPN between Cisco Routers
 
Labmannual
LabmannualLabmannual
Labmannual
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
BGP Next-hop-self
BGP Next-hop-selfBGP Next-hop-self
BGP Next-hop-self
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
E routing final exam ccna 2 46
E routing final exam ccna 2 46E routing final exam ccna 2 46
E routing final exam ccna 2 46
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6
 
Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configuration
 
Eigrp
EigrpEigrp
Eigrp
 
How to configure Rip version2 on a Cisco router
How to configure Rip version2 on a Cisco routerHow to configure Rip version2 on a Cisco router
How to configure Rip version2 on a Cisco router
 

Último

Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 

Último (20)

Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 

Lab routing protocols eigrp

  • 1. STUDENT LAB GUIDE CCNA (640-802) Developed By, Router Infotech Career Academy.
  • 2. CCNA LAB MANUAL LAB: 06 Routing Protocols: EIGRP Configuration Objective: Understanding the Routing Updates processs using Enhanced Interior Gateway Routing Protocol (EIGRP). Topology: EIGRP (Enhanced Interior Gateway Routing Protocol) – LAB01 R1 R2 S0/0 S0/0 Fast 172.16.0.1/30 172.16.0.2/30 Fast Ethernet 0/0 Ethernet 0/0 10.0.0.1/24 20.0.0.1/24 PC2 PC1 10.0.0.50/24 20.0.0.50/24 Router Infotech, Confidential Document Only for Internal Circulation Page 2
  • 3. CCNA LAB MANUAL Procedure: 1.Configuring & Assigning the IP addresses on the routers R1 & R2. 2.Check the routing table on both the routers. 3.Enable the EIGRP protocol on both routers so that hosts on the both routers can communicate with each other. 4.Verifying the Routing protocols on the Router. 5.Check the routing table on both the routers after enabling the EIGRP on both sides. 6.Verifying the connection of both hosts. Configuration: Step 1: 1.1 : Assigning the IP addresses on the FastEthernet & Serial Interfaces of Router R1 as shown in figure. Router#conf t Router(config)#hostname R1 R1(config)#int fastEthernet 0/0 R1(config-if)#ip address 10.0.0.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#end R1(config)#int serial 0/0 R1(config-if)#ip address 172.16.0.1 255.255.255.252 R1(config-if)#no shutdown R1(config-if)#^Z R1# Check the DCE Interface and configure clock rate 64000 R1#sh controllers serial 0/0 Interface Serial0/0 Hardware is PowerQUICC MPC860 DCE V.35, no clock idb at 0x81081AC4, driver data structure at 0x81084AC0 SCC Registers: Configure Clock Rate on DCE Interface: R1(config)#int serial 0/0 Router Infotech, Confidential Document Only for Internal Circulation Page 3
  • 4. CCNA LAB MANUAL R1(config-if)#clock rate 64000 R1(config-if)#^Z R1# 1.2: Assigning the IP addresses on the FastEthernet & Serial Interfaces of Router R2 as shown in figure. Step 2: 2.1 : Check the Routing table of the Router R1. R1#sh ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnets C 10.0.0.0 is directly connected, FastEthernet0/0 172.16.0.0/30 is subnetted, 1 subnets C 172.16.0.0 is directly connected, Serial0/0 R1# 2.2: Check the Routing table of the Router R2. R2#sh ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set Router Infotech, Confidential Document Only for Internal Circulation Page 4
  • 5. CCNA LAB MANUAL 20.0.0.0/24 is subnetted, 1 subnets C 20.0.0.0 is directly connected, FastEthernet0/0 172.16.0.0/30 is subnetted, 1 subnets C 172.16.0.0 is directly connected, Serial0/0 R2# Step 3: Enable the EIGRP protocol on the Router R1 and R2 3.1 : Enable the EIGRP protocol on the Router R1. R1(config)#router eigrp ? <1-65535> Autonomous system number R1(config)#router eigrp 100 R1(config-router)#network ? A.B.C.D Network number R1(config-router)#network 10.0.0.0 0.0.0.255 (Network to be advertised which is Directly Connected) R1(config-router)#network 172.16.0.0 0.0.0.3 (Network to be advertised which is Directly Connected) R1(config-router)#no auto-summary R1(config-router)#^Z R1# Step 3.2 : Enable the EIGRP protocol on the Router R2. R2(config)#router eigrp 100 R2(config-router)#network 20.0.0.0 0.0.0.255 R2(config-router)#network 172.16.0.0 0.0.0.3 R2(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.16.0.1 (Serial0/0) is up: new adjacency R2(config-router)#no auto-summary R2(config-router)#end R2# Step 4: 4.1: Check the Routing Protocol on the Router R1. Router Infotech, Confidential Document Only for Internal Circulation Page 5
  • 6. CCNA LAB MANUAL R1#sh ip protocols Routing Protocol is "eigrp 100 " Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Default networks flagged in outgoing updates Default networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Redistributing: eigrp 100 Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: 10.0.0.0/24 172.16.0.0/30 Routing Information Sources: Gateway Distance Last Update 172.16.0.2 90 2024507 Distance: internal 90 external 170 4.2: Check the Routing Protocol on the Router R2. R2#sh ip protocols Routing Protocol is "eigrp 100 " Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Default networks flagged in outgoing updates Default networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Redistributing: eigrp 100 Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: 20.0.0.0/24 172.16.0.0/30 Routing Information Sources: Gateway Distance Last Update 172.16.0.1 90 1640767 Router Infotech, Confidential Document Only for Internal Circulation Page 6
  • 7. CCNA LAB MANUAL Distance: internal 90 external 170 Step 5: 5.1: Check the Routing table of the Router R1 after enabling EIGRP. R1#sh ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnets C 10.0.0.0 is directly connected, FastEthernet0/0 20.0.0.0/24 is subnetted, 1 subnets D 20.0.0.0 [90/20514560] via 172.16.0.2, 00:05:05, Serial0/0 172.16.0.0/30 is subnetted, 1 subnets C 172.16.0.0 is directly connected, Serial0/0 R1# 5.2: Check the Routing table of the Router R2 after enabling EIGRP. R2#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnets D 10.0.0.0 [90/20514560] via 172.16.0.1, 00:06:25, Serial0/0 20.0.0.0/24 is subnetted, 1 subnets C 20.0.0.0 is directly connected, FastEthernet0/0 Router Infotech, Confidential Document Only for Internal Circulation Page 7
  • 8. CCNA LAB MANUAL 172.16.0.0/30 is subnetted, 1 subnets C 172.16.0.0 is directly connected, Serial0/0 R2# Step 6: Verifying the connection of PC1 & PC2Œ. From PC1 PC1>ipconfig IP Address......................: 10.0.0.50 Subnet Mask.....................: 255.255.255.0 Default Gateway.................: 10.0.0.1 PC1>ping 20.0.0.50 Pinging 20.0.0.50 with 32 bytes of data: Reply from 20.0.0.50: bytes=32 time=12ms TTL=126 Reply from 20.0.0.50: bytes=32 time=24ms TTL=126 Reply from 20.0.0.50: bytes=32 time=18ms TTL=126 Reply from 20.0.0.50: bytes=32 time=18ms TTL=126 Ping statistics for 20.0.0.50: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 12ms, Maximum = 24ms, Average = 18ms PC1> From PC2 PC2>ipconfig IP Address......................: 20.0.0.50 Subnet Mask.....................: 255.255.255.0 Default Gateway.................: 20.0.0.1 PC2>ping 10.0.0.1 Pinging 10.0.0.1 with 32 bytes of data: Reply from 10.0.0.1: bytes=32 time=8ms TTL=254 Reply from 10.0.0.1: bytes=32 time=9ms TTL=254 Reply from 10.0.0.1: bytes=32 time=11ms TTL=254 Reply from 10.0.0.1: bytes=32 time=13ms TTL=254 Router Infotech, Confidential Document Only for Internal Circulation Page 8
  • 9. CCNA LAB MANUAL Ping statistics for 10.0.0.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 8ms, Maximum = 13ms, Average = 10ms PC> COOL COOL Router Infotech, Confidential Document Only for Internal Circulation Page 9