SlideShare a Scribd company logo
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

More Related Content

What's hot

OSPF 3
OSPF 3OSPF 3
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
Kishore 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-2010
irbas
 
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
Đồng Quốc Vương
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
Kishore Kumar
 
Wan Interface Configuration
Wan Interface ConfigurationWan Interface Configuration
Wan Interface Configuration
Kishore Kumar
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
Kishore Kumar
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
Muuluu
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
Johnson Liu
 
Day 12 enabling ospf
Day 12 enabling ospfDay 12 enabling ospf
Day 12 enabling ospf
CYBERINTELLIGENTS
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1
Kishore Kumar
 
OSPF 2
OSPF 2OSPF 2
Switching 2
Switching 2Switching 2
Switching 2
Kishore Kumar
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
97148881557
 
Сүлжээ1
Сүлжээ1Сүлжээ1
Сүлжээ1
Lhagvaa Byamba
 
Rip version1 configuration on Cisco router
Rip version1 configuration on Cisco routerRip version1 configuration on Cisco router
Rip version1 configuration on Cisco router
tcpipguru
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA 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
PROIDEA
 
SPI Interface
SPI InterfaceSPI Interface
SPI Interface
艾鍗科技
 

What's hot (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 to Lab routing protocols eigrp

第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和Igrp
F.l. Yu
 
Chapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdfChapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdf
Buntha 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 configuration
3Anetwork com
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)
Tharindu Sankalpa
 
OSPF 3
OSPF 3OSPF 3
Static Routing
Static RoutingStatic Routing
Static Routing
Kishore Kumar
 
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
Setia Juli Irzal Ismail
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
Hamed Moghaddam
 
acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
Sleek International
 
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
Sandeep Kumar
 
Labmannual
LabmannualLabmannual
Labmannual
Matiullah Jamil
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
trayyoo
 
BGP Next-hop-self
BGP Next-hop-selfBGP Next-hop-self
BGP Next-hop-self
NetProtocol Xpert
 
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
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
Bhagyashri Dhoke
 
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
lslsc
 
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
Nil 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 configuration
Hamed Moghaddam
 
Eigrp
EigrpEigrp
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
tcpipguru
 

Similar to 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
 

Recently uploaded

The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 

Recently uploaded (20)

The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 

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