SlideShare a Scribd company logo
Enhanced Interior
Gateway Routing Protocol
Juan Zambrano Burgos
Instructor CCNA
Juan.zambrano@outlook.com
Enhanced Interior Gateway Routing es un protocolo de enrutamiento creado por Cisco. Es
llamado Hibrido o Vector distancia avanzado.
Released in 1992 as a Cisco proprietary protocol.
2013 basic functionality of EIGRP released as an open standard.
Advanced Distance Vector routing protocol.
Uses the Diffusing Update Algorithm (DUAL) to calculate paths and back-up
paths.
Establishes Neighbor Adjacencies.
Uses the Reliable Transport Protocol to provide delivery of EIGRP packets to
neighbors.
Partial and Bounded Updates. Send updates only when there is a change
and only to the routers that need the information.
Supports Equal and Unequal Cost Load Balancing.
EIGRP: Introducción
EIGRP: Packet Types
Used to discover EIGRP neighbors.
Used to form and maintain EIGRP neighbor adjacencies.
Sent as IPv4 or IPv6 multicasts.
IPv4 multicast address 224.0.0.10.
IPv6 multicast address FF02::A.
Sent every 5 seconds (every 60 seconds on low-speed NBMA
networks).
EIGRP uses a default Hold timer of three times the Hello interval
before declaring neighbor unreachable.
EIGRP: Hello Packets
Update packets are sent to propagate routing
information, only when necessary.
Sends Partial updates – only contains information
about route changes.
Sends Bounded updates-sent only to routers
affected by the change.
Updates use reliable delivery, therefore, require
an acknowledgement.
EIGRP: Update & Acknowledgement Packets
Used when searching for networks.
Queries use reliable delivery, which can be multicast or unicast.
Replies use reliable delivery.
EIGRP: Query and Reply Packets
Tablas de EIGRP
 Utiliza Hellos para generar
adyacencia con sus vecinos.
(Neighbor table).
 Cuando ya establece
adyacencia, intercambia
información de enrutamiento
con sus vecinos (Topology
Table).
 El mejor camino es copiado a
la tabla de enrutamiento.
(Routing Table)
EIGRP: Tablas de EIGRP
EIGRP: Neighbor Adjacency
EIGRP: Topology Table
Convergence – All routers have the correct, most up-to-date
information about the network.
EIGRP: Convergencia
Topology Table
Contiene la información de todos los
caminos posibles a través de EIGRP.
Para seleccionar el mejor camino,
Eigrp define los siguientes términos:
 Advertised Distance: Distancia
Anunciada por mi vecino hacia el
destino.
 Feasible Distance: Distancia total
hasta el destino.
 Succesor: Mejor camino hacia el
destino.
 Feasible Succesor: Camino
Backup.
Regla:
Advertised distance of feasible successor < Feasible distance of successor.
EIGRP: Topology Table
Topology Table
Contiene la información de todos los
caminos posibles a través de EIGRP.
Para seleccionar el mejor camino,
Eigrp define los siguientes términos:
 Advertised Distance: Distancia
Anunciada por mi vecino hacia el
destino.
 Feasible Distance: Distancia total
hasta el destino.
 Succesor: Mejor camino hacia el
destino.
 Feasible Succesor: Camino
Backup.
Regla:
Advertised distance of feasible successor < Feasible distance of successor.
EIGRP: Topology Table
Métricas de Eigrp
Para el calculo de la métrica utiliza los siguientes valores K:
 Banwidth
 Delay
 Load
 Reliability
Adyacencia entre vecinos
Para formar adyacencia entre vecinos con EIGRP los siguientes valores deben ser iguales:
 El Sistema Autónomo en ambos debe ser el mismo
 Interfaces deben estar dentro del mismo segmento de red
 Las interfaces no deben estar como pasivas
 Los valores K de la métrica deben ser iguales
 La Autenticación debe ser aceptada (En caso de exista)
EIGRP: Métricas y adyacencia
Por defecto se solo
vienen habilitados el
Bandwidth y el Delay.
Comandos:
R1(config)#router eigrp 1 <1-65535> Autonomous system number
R1(config-router)#network 192.168.12.0 0.0.0.255 <Red Wildcard>
R1(config-router)#network 192.168.13.0 0.0.0.255
R1(config-router)#network 192.168.16.0 0.0.0.255
R1(config-router)#passive-interface loopback 0 <Interface>
R1(config-router)#no auto-summary <Deshabilita sumarización auto>
EIGRP: Comandos de configuración
 The router eigrp autonomous-system command enables the
EIGRP process.
 The autonomous system number is only significant to the
EIGRP routing domain.
 The EIGRP autonomous system number is not associated with
the Internet Assigned Numbers Authority (IANA) globally
assigned autonomous system numbers used by external
routing protocols
R1#show ip protocols
Routing Protocol is "eigrp 1 "
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 1
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
192.168.12.0
192.168.13.0
192.168.16.0
Passive Interface(s):
Loopback0
Routing Information Sources:
Gateway Distance Last Update
192.168.13.3 90 169559657
192.168.16.6 90 169618418
192.168.12.2 90 169663419
Distance: internal 90 external 170
EIGRP: Comandos de verificación
R1#show ip eigrp topology
IP-EIGRP Topology Table for AS 1/ID(10.1.1.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - Reply status
P 10.2.2.0/24, 1 successors, FD is 2297856
via 192.168.12.2 (2297856/128256), Serial0/0/0
via 192.168.13.3 (2300416/156160), Serial0/0/1
P 10.3.3.0/24, 1 successors, FD is 2297856
via 192.168.13.3 (2297856/128256), Serial0/0/1
via 192.168.12.2 (2300416/156160), Serial0/0/0
P 10.6.6.0/24, 1 successors, FD is 156160
via 192.168.16.6 (156160/128256), FastEthernet0/0
P 192.168.12.0/24, 1 successors, FD is 2169856
via Connected, Serial0/0/0
P 192.168.13.0/24, 1 successors, FD is 2169856
via Connected, Serial0/0/1
P 192.168.16.0/24, 1 successors, FD is 28160
via Connected, FastEthernet0/0
P 192.168.123.0/24, 2 successors, FD is 2172416
via 192.168.13.3 (2172416/28160), Serial0/0/1
via 192.168.12.2 (2172416/28160), Serial0/0/0
EIGRP: Comandos de verificación
R1#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, 4 subnets
C 10.1.1.0 is directly connected, Loopback0
D 10.2.2.0 [90/2297856] via 192.168.12.2, 00:09:03, Serial0/0/0
D 10.3.3.0 [90/2297856] via 192.168.13.3, 00:10:19, Serial0/0/1
D 10.6.6.0 [90/156160] via 192.168.16.6, 00:09:29, FastEthernet0/0
C 192.168.12.0/24 is directly connected, Serial0/0/0
C 192.168.13.0/24 is directly connected, Serial0/0/1
C 192.168.16.0/24 is directly connected, FastEthernet0/0
D 192.168.123.0/24 [90/2172416] via 192.168.13.3, 00:10:19, Serial0/0/1
[90/2172416] via 192.168.12.2, 00:08:52, Serial0/0/0
EIGRP: Comandos de verificación
Router#show ip eigrp neighbors
EIGRP: Comandos de verificación
Instrucciones:
- Abrir archivo LAB1 EIGRP.doc
- Responder las 4 preguntas
asociadas a cada uno de los
archivos PKT que se
encuentran en la guía.
EIGRP: LAB1

More Related Content

DOCX
Ccna 2 v 4.0 final-exam-19-06-2010
PPTX
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PDF
Ccnav5.org ccna 3-v50_practice_final_exam_2014
PDF
RIP (routing information protocol)
DOC
Ccna 2 chapter 9 v4.0 answers 2011
PDF
Lab routing protocols eigrp
DOCX
How to configure interior gateway routing protocol (igrp)
PDF
IGRP and EIGRP
Ccna 2 v 4.0 final-exam-19-06-2010
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
Ccnav5.org ccna 3-v50_practice_final_exam_2014
RIP (routing information protocol)
Ccna 2 chapter 9 v4.0 answers 2011
Lab routing protocols eigrp
How to configure interior gateway routing protocol (igrp)
IGRP and EIGRP

What's hot (19)

PPTX
Rip presentation
PPT
Day 12 enabling ospf
PDF
Xilinxaxi uart16550
PPTX
CCNA ppt Day 7
DOC
Routing information protocol & rip configuration
PDF
SPI Interface
PPTX
COMPLETE DETAIL OF ARM PART 3
PDF
Site to Site VPN between Cisco Routers
PDF
ivesgimpaya2
PPTX
Routing Information Protocol
PPTX
INTRODUCTION TO IOS AND CISCO ROUTERS
PDF
Iai robonet controller_specsheet
PDF
1 using default
PPT
Access control list 2
PPTX
CCNA ppt Day 9
PPT
Multi Static Routng & Default Routing
Rip presentation
Day 12 enabling ospf
Xilinxaxi uart16550
CCNA ppt Day 7
Routing information protocol & rip configuration
SPI Interface
COMPLETE DETAIL OF ARM PART 3
Site to Site VPN between Cisco Routers
ivesgimpaya2
Routing Information Protocol
INTRODUCTION TO IOS AND CISCO ROUTERS
Iai robonet controller_specsheet
1 using default
Access control list 2
CCNA ppt Day 9
Multi Static Routng & Default Routing
Ad

Similar to EIGRP CCNA (20)

DOCX
EIGRP v1.31 – Aaron Balchunas All original mat.docx
PPTX
EIGRP (Enhanced Interior Gateway Routing Protocol)
PPTX
EIGRP Protocol.pptx
PDF
EIGRP (enhanced interior gateway routing protocol)
PDF
Routing Protocol EIGRP
PPTX
EIGRP interview questions and answers part 1
PPT
Day 11 eigrp
PPTX
13. eigrp and ospf
PPT
Dynamic routing EIGRP
PDF
Building Scalable Cisco Internetworks (Bsci)
PPTX
ccna project on topic company infrastructure
PPTX
Routing Protocol in detail
PPT
6978106.ppt
PPT
Dynamic Routing All Algorithms, Working And Basics
PPT
Chapter7ccna
PPT
Chapter7ccna
PPTX
Lec 16 - EIGRPLecturesofdlddeerrfff.pptx
PPTX
EIGRP Overview
PPT
Introduction to EIGRP ppt notes - learn to day.
PPT
EIGRP Configuration
EIGRP v1.31 – Aaron Balchunas All original mat.docx
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP Protocol.pptx
EIGRP (enhanced interior gateway routing protocol)
Routing Protocol EIGRP
EIGRP interview questions and answers part 1
Day 11 eigrp
13. eigrp and ospf
Dynamic routing EIGRP
Building Scalable Cisco Internetworks (Bsci)
ccna project on topic company infrastructure
Routing Protocol in detail
6978106.ppt
Dynamic Routing All Algorithms, Working And Basics
Chapter7ccna
Chapter7ccna
Lec 16 - EIGRPLecturesofdlddeerrfff.pptx
EIGRP Overview
Introduction to EIGRP ppt notes - learn to day.
EIGRP Configuration
Ad

More from Juan Zambrano Burgos (19)

PPTX
Conceptos Stack - Chassis Aggregation CCNA
PPTX
CCNA L2 Protocols
PPTX
Etherchannel CCNA
PPTX
Spanning tree protocol CCNA
PPTX
PPTX
GRE TUNNEL CCNA
PPTX
Frame relay CCNA
PPTX
PPP & MLPPP CCNA
PDF
Cálculo de subredes
DOCX
VLAN - Lab 1
PPTX
Spanning tree protocol
DOCX
Lab 1 - Basic Spanning tree
PPTX
Eigrp Parte 1
PPTX
Modelo osi - Introducción
PPTX
CCNA - Subredes
PDF
Yo sé networking bgp
PPTX
CCNP Route - Distribución, IPSLA, PBR
Conceptos Stack - Chassis Aggregation CCNA
CCNA L2 Protocols
Etherchannel CCNA
Spanning tree protocol CCNA
GRE TUNNEL CCNA
Frame relay CCNA
PPP & MLPPP CCNA
Cálculo de subredes
VLAN - Lab 1
Spanning tree protocol
Lab 1 - Basic Spanning tree
Eigrp Parte 1
Modelo osi - Introducción
CCNA - Subredes
Yo sé networking bgp
CCNP Route - Distribución, IPSLA, PBR

Recently uploaded (20)

PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PPTX
international classification of diseases ICD-10 review PPT.pptx
PPTX
SAP Ariba Sourcing PPT for learning material
PDF
RPKI Status Update, presented by Makito Lay at IDNOG 10
PPTX
introduction about ICD -10 & ICD-11 ppt.pptx
PDF
Cloud-Scale Log Monitoring _ Datadog.pdf
PPTX
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
PDF
💰 𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓 💰
PPTX
Introuction about ICD -10 and ICD-11 PPT.pptx
PDF
Unit-1 introduction to cyber security discuss about how to secure a system
PDF
Testing WebRTC applications at scale.pdf
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PDF
An introduction to the IFRS (ISSB) Stndards.pdf
PDF
Paper PDF World Game (s) Great Redesign.pdf
PPTX
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
PPTX
Digital Literacy And Online Safety on internet
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PPTX
Module 1 - Cyber Law and Ethics 101.pptx
PPTX
Introduction to Information and Communication Technology
PDF
The Internet -By the Numbers, Sri Lanka Edition
PptxGenJS_Demo_Chart_20250317130215833.pptx
international classification of diseases ICD-10 review PPT.pptx
SAP Ariba Sourcing PPT for learning material
RPKI Status Update, presented by Makito Lay at IDNOG 10
introduction about ICD -10 & ICD-11 ppt.pptx
Cloud-Scale Log Monitoring _ Datadog.pdf
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
💰 𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓 💰
Introuction about ICD -10 and ICD-11 PPT.pptx
Unit-1 introduction to cyber security discuss about how to secure a system
Testing WebRTC applications at scale.pdf
522797556-Unit-2-Temperature-measurement-1-1.pptx
An introduction to the IFRS (ISSB) Stndards.pdf
Paper PDF World Game (s) Great Redesign.pdf
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
Digital Literacy And Online Safety on internet
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Module 1 - Cyber Law and Ethics 101.pptx
Introduction to Information and Communication Technology
The Internet -By the Numbers, Sri Lanka Edition

EIGRP CCNA

  • 1. Enhanced Interior Gateway Routing Protocol Juan Zambrano Burgos Instructor CCNA Juan.zambrano@outlook.com
  • 2. Enhanced Interior Gateway Routing es un protocolo de enrutamiento creado por Cisco. Es llamado Hibrido o Vector distancia avanzado. Released in 1992 as a Cisco proprietary protocol. 2013 basic functionality of EIGRP released as an open standard. Advanced Distance Vector routing protocol. Uses the Diffusing Update Algorithm (DUAL) to calculate paths and back-up paths. Establishes Neighbor Adjacencies. Uses the Reliable Transport Protocol to provide delivery of EIGRP packets to neighbors. Partial and Bounded Updates. Send updates only when there is a change and only to the routers that need the information. Supports Equal and Unequal Cost Load Balancing. EIGRP: Introducción
  • 4. Used to discover EIGRP neighbors. Used to form and maintain EIGRP neighbor adjacencies. Sent as IPv4 or IPv6 multicasts. IPv4 multicast address 224.0.0.10. IPv6 multicast address FF02::A. Sent every 5 seconds (every 60 seconds on low-speed NBMA networks). EIGRP uses a default Hold timer of three times the Hello interval before declaring neighbor unreachable. EIGRP: Hello Packets
  • 5. Update packets are sent to propagate routing information, only when necessary. Sends Partial updates – only contains information about route changes. Sends Bounded updates-sent only to routers affected by the change. Updates use reliable delivery, therefore, require an acknowledgement. EIGRP: Update & Acknowledgement Packets
  • 6. Used when searching for networks. Queries use reliable delivery, which can be multicast or unicast. Replies use reliable delivery. EIGRP: Query and Reply Packets
  • 7. Tablas de EIGRP  Utiliza Hellos para generar adyacencia con sus vecinos. (Neighbor table).  Cuando ya establece adyacencia, intercambia información de enrutamiento con sus vecinos (Topology Table).  El mejor camino es copiado a la tabla de enrutamiento. (Routing Table) EIGRP: Tablas de EIGRP
  • 10. Convergence – All routers have the correct, most up-to-date information about the network. EIGRP: Convergencia
  • 11. Topology Table Contiene la información de todos los caminos posibles a través de EIGRP. Para seleccionar el mejor camino, Eigrp define los siguientes términos:  Advertised Distance: Distancia Anunciada por mi vecino hacia el destino.  Feasible Distance: Distancia total hasta el destino.  Succesor: Mejor camino hacia el destino.  Feasible Succesor: Camino Backup. Regla: Advertised distance of feasible successor < Feasible distance of successor. EIGRP: Topology Table
  • 12. Topology Table Contiene la información de todos los caminos posibles a través de EIGRP. Para seleccionar el mejor camino, Eigrp define los siguientes términos:  Advertised Distance: Distancia Anunciada por mi vecino hacia el destino.  Feasible Distance: Distancia total hasta el destino.  Succesor: Mejor camino hacia el destino.  Feasible Succesor: Camino Backup. Regla: Advertised distance of feasible successor < Feasible distance of successor. EIGRP: Topology Table
  • 13. Métricas de Eigrp Para el calculo de la métrica utiliza los siguientes valores K:  Banwidth  Delay  Load  Reliability Adyacencia entre vecinos Para formar adyacencia entre vecinos con EIGRP los siguientes valores deben ser iguales:  El Sistema Autónomo en ambos debe ser el mismo  Interfaces deben estar dentro del mismo segmento de red  Las interfaces no deben estar como pasivas  Los valores K de la métrica deben ser iguales  La Autenticación debe ser aceptada (En caso de exista) EIGRP: Métricas y adyacencia Por defecto se solo vienen habilitados el Bandwidth y el Delay.
  • 14. Comandos: R1(config)#router eigrp 1 <1-65535> Autonomous system number R1(config-router)#network 192.168.12.0 0.0.0.255 <Red Wildcard> R1(config-router)#network 192.168.13.0 0.0.0.255 R1(config-router)#network 192.168.16.0 0.0.0.255 R1(config-router)#passive-interface loopback 0 <Interface> R1(config-router)#no auto-summary <Deshabilita sumarización auto> EIGRP: Comandos de configuración  The router eigrp autonomous-system command enables the EIGRP process.  The autonomous system number is only significant to the EIGRP routing domain.  The EIGRP autonomous system number is not associated with the Internet Assigned Numbers Authority (IANA) globally assigned autonomous system numbers used by external routing protocols
  • 15. R1#show ip protocols Routing Protocol is "eigrp 1 " 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 1 Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: 192.168.12.0 192.168.13.0 192.168.16.0 Passive Interface(s): Loopback0 Routing Information Sources: Gateway Distance Last Update 192.168.13.3 90 169559657 192.168.16.6 90 169618418 192.168.12.2 90 169663419 Distance: internal 90 external 170 EIGRP: Comandos de verificación
  • 16. R1#show ip eigrp topology IP-EIGRP Topology Table for AS 1/ID(10.1.1.1) Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P 10.2.2.0/24, 1 successors, FD is 2297856 via 192.168.12.2 (2297856/128256), Serial0/0/0 via 192.168.13.3 (2300416/156160), Serial0/0/1 P 10.3.3.0/24, 1 successors, FD is 2297856 via 192.168.13.3 (2297856/128256), Serial0/0/1 via 192.168.12.2 (2300416/156160), Serial0/0/0 P 10.6.6.0/24, 1 successors, FD is 156160 via 192.168.16.6 (156160/128256), FastEthernet0/0 P 192.168.12.0/24, 1 successors, FD is 2169856 via Connected, Serial0/0/0 P 192.168.13.0/24, 1 successors, FD is 2169856 via Connected, Serial0/0/1 P 192.168.16.0/24, 1 successors, FD is 28160 via Connected, FastEthernet0/0 P 192.168.123.0/24, 2 successors, FD is 2172416 via 192.168.13.3 (2172416/28160), Serial0/0/1 via 192.168.12.2 (2172416/28160), Serial0/0/0 EIGRP: Comandos de verificación
  • 17. R1#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, 4 subnets C 10.1.1.0 is directly connected, Loopback0 D 10.2.2.0 [90/2297856] via 192.168.12.2, 00:09:03, Serial0/0/0 D 10.3.3.0 [90/2297856] via 192.168.13.3, 00:10:19, Serial0/0/1 D 10.6.6.0 [90/156160] via 192.168.16.6, 00:09:29, FastEthernet0/0 C 192.168.12.0/24 is directly connected, Serial0/0/0 C 192.168.13.0/24 is directly connected, Serial0/0/1 C 192.168.16.0/24 is directly connected, FastEthernet0/0 D 192.168.123.0/24 [90/2172416] via 192.168.13.3, 00:10:19, Serial0/0/1 [90/2172416] via 192.168.12.2, 00:08:52, Serial0/0/0 EIGRP: Comandos de verificación
  • 18. Router#show ip eigrp neighbors EIGRP: Comandos de verificación
  • 19. Instrucciones: - Abrir archivo LAB1 EIGRP.doc - Responder las 4 preguntas asociadas a cada uno de los archivos PKT que se encuentran en la guía. EIGRP: LAB1