SlideShare a Scribd company logo
EIGRP ROUTE
SUMMARIZATION
WWW.NETPROTOCOLXPERT.IN
• BY DEFAULT EIGRP HAS AUTO SUMMARIZATION ENABLED. THIS
MEANS THAT IT WILL SUMMARIZE TO CLASSFUL ADDRESSES AT
NETWORK BOUNDARIES.
• LEAVING AUTO SUMMARIZATION ENABLED COULD CAUSE A LOT
OF TROUBLES IN OUR NETWORK. EIGRP HAS THE ABILITY TO
CREATE SUMMARY ROUTES AT ARBITRARY BOUNDARIES BY USING
MANUAL SUMMARIZATION.
• MANUAL SUMMARIZATION CAN BE APPLIED ANYWHERE IN EIGRP
DOMAIN, ON EVERY ROUTER, ON EVERY INTERFACE.
• SUMMARY ROUTE WILL EXIST IN ROUTING TABLE AS LONG AS AT
LEAST ONE MORE SPECIFIC ROUTE WILL EXIST. IF THE LAST
SPECIFIC ROUTE WILL DISAPPEAR, SUMMARY ROUTE ALSO WILL
• IF YOU WANT TO USE AUTO-SUMMARIZATION YOU HAVE TO DO
NOTHING BECAUSE IT IS ENABLED BY DEFAULT, OTHERWISE USE NO
AUTO-SUMMARY EIGRP COMMAND TO DISABLE IT.
• TO DO MANUAL SUMMARIZATION GO UNDER INTERFACE AND
USE IP SUMMARY-ADDRESS EIGRP AS-NUMBER ADDRESS MASK
[ADMINISTRATIVE-DISTANCE ] COMMAND.
EIGRP Route Summarization
• UNLIKE OSPF WHERE WE CAN SUMMARIZE ONLY ON ABR OR ASBR IN
EIGRP WE CAN SUMMARIZE ANYWHERE. WE WILL DO THIS ON R2’S S0/0
INTERFACE, SO A SUMMARY ROUTE WILL BE SENT TO R1. FIRST WILL
CONFIGURE EIGRP TO RUN IN THIS NETWORK.
R1
• R1(CONFIG)#INTERFACE SERIAL 0/0
• R1(CONFIG-IF)#IP ADDRESS 192.168.0.2 255.255.255.0
• R1(CONFIG-IF)#NO SHUTDOWN
• R1(CONFIG)#ROUTER EIGRP 1
• R1(CONFIG-ROUTER)#NO AUTO-SUMMARY
• R1(CONFIG-ROUTER)#NETWORK 192.168.0.0
R2
• R2(CONFIG)#INTERFACE SERIAL 0/0
• R2(CONFIG-IF)#IP ADDRESS 192.168.0.1 255.255.255.0
• R2(CONFIG-IF)#NO SHUTDOWN
• R2(CONFIG-IF)#INTERFACE FA0/0
• R2(CONFIG-IF)#IP ADDRESS 192.168.10.1 255.255.255.0
• R2(CONFIG-IF)#NO SHUTDOWN
• R2(CONFIG-IF)#INTERFACE FA0/1
• R2(CONFIG-IF)#IP ADDRESS 192.168.8.1 255.255.255.0
• R2(CONFIG-IF)#NO SHUTDOWN
• R2(CONFIG)#ROUTER EIGRP 1
• R2(CONFIG-ROUTER)#NO AUTO-SUMMARY
• R2(CONFIG-ROUTER)#NETWORK 192.168.0.0
• R2(CONFIG-ROUTER)#NETWORK 192.168.8.0
• R2(CONFIG-ROUTER)#NETWORK 192.168.10.0
R3
• R3(CONFIG)#INTERFACE FASTETHERNET 0/0
• R3(CONFIG-IF)#IP ADDRESS 192.168.10.2 255.255.255.0
• R3(CONFIG-IF)#NO SHUTDOWN
• R3(CONFIG-IF)#INTERFACE LOOPBACK 0
• R3(CONFIG-IF)#IP ADDRESS 192.168.11.1 255.255.255.0
• R3(CONFIG)#ROUTER EIGRP 1
• R3(CONFIG-ROUTER)#NO AUTO-SUMMARY
• R3(CONFIG-ROUTER)#NETWORK 192.168.10.0
• R3(CONFIG-ROUTER)#NETWORK 192.168.11.0
R4
• R4(CONFIG)#INTERFACE FASTETHERNET 0/0
• R4(CONFIG-IF)#IP ADDRESS 192.168.8.2 255.255.255.0
• R4(CONFIG-IF)#NO SHUTDOWN
• R4(CONFIG-IF)#INTERFACE LOOPBACK 0
• R4(CONFIG-IF)#IP ADDRESS 192.168.9.1 255.255.255.0
• R4(CONFIG)#ROUTER EIGRP 1
• R4(CONFIG-ROUTER)#NO AUTO-SUMMARY
• R4(CONFIG-ROUTER)#NETWORK 192.168.8.0
• R4(CONFIG-ROUTER)#NETWORK 192.168.9.0
LET’S CHECK NOW R1’S ROUTING TABLE
• R1#SH IP ROUTE
• ... OUTPUT OMMITED ...
• GATEWAY OF LAST RESORT IS NOT SET
• D 192.168.8.0/24 [90/2195456] VIA 192.168.0.1, 00:00:12,
SERIAL0/0
• D 192.168.9.0/24 [90/2323456] VIA 192.168.0.1, 00:00:12,
SERIAL0/0
• D 192.168.10.0/24 [90/2195456] VIA 192.168.0.1, 00:00:12,
SERIAL0/0
• D 192.168.11.0/24 [90/2323456] VIA 192.168.0.1, 00:00:12,
SERIAL0/0
• LOOK TO THE METRICS OF LEARNED ROUTES, AND AFTER WE DO
SUMMARIZATION, WILL COMPARE THIS ONE WITH THAT SUMMARY
METRIC. NOW WE WILL DO SUMMARIZATION ON R2’S S0/0
INTERAFCE.
• R2(CONFIG-IF)#IP SUMMARY-ADDRESS EIGRP 1 192.168.8.0
255.255.248.0
CHECK ROUTING TABLE ON R1AGAIN
• R1#SH IP ROUTE
• ... OUTPUT OMMITED ...
• GATEWAY OF LAST RESORT IS NOT SET
• C 192.168.0.0/24 IS DIRECTLY CONNECTED, SERIAL0/0
• D 192.168.8.0/21 [90/2195456] VIA 192.168.0.1, 00:01:42,
SERIAL0/0
• R1#
• ALL ROUTES LEARNED FROM R1 ARE NOW SUMMARIZED AND THE
METRIC IS 2195456, THE SMALLEST METRIC OF THE SPECIFIC
ROUTES
• R2#SHOW IP ROUTE
• ... OUTPUT OMMITED ...
• GATEWAY OF LAST RESORT IS NOT SET
• C 192.168.8.0/24 IS DIRECTLY CONNECTED,
FASTETHERNET0/1
• D 192.168.9.0/24 [90/409600] VIA 192.168.8.2, 01:04:43,
FASTETHERNET0/1
• C 192.168.10.0/24 IS DIRECTLY CONNECTED,
FASTETHERNET0/0
• D 192.168.11.0/24 [90/409600] VIA 192.168.10.2, 01:04:43,
FASTETHERNET0/0
• C 192.168.0.0/24 IS DIRECTLY CONNECTED, SERIAL0/0
• WHEN YOU CONFIGURE AN EIGRP SUMMARY ROUTE, THAT ROUTE WILL
APPEAR ON GENERATING ROUTER ALSO, BUT WITH NEXT
HOP NULL0 WHICH IS A SOFTWARE INTERFACE.
• NULL0 INTERFACE IS USED TO PREVENT PACKETS FROM BEING SENT
FURTHER IF THE ROUTER DOESN'T HAVE A SPECIFIC ROUTE, THUS WILL
DENY PACKETS TO GO THROUGH THE NETWORK.
FOLLOW US ON
https://www.facebook.co
m/NetProtocolXpert/
https://www.linkedin.co
m/company/netprotocol-
xpert
https://plus.google.com
/u/0/collection/AYQ-EB
https://www.instagram.c
om/netprotocol_xpert/
https://twitter.com/NPX_ci
sco
https://branded.me/netp
rotocolxpert

More Related Content

PPTX
Redistribution into EIGRP
PPTX
EIGRP Default Route
PPTX
OSPF Authentication
PPTX
Лекц 15
PPTX
OSPF Authentication
PPTX
Basic BGP Configuration
PPT
Chapter7ccna
DOCX
Cisco packet tracer ripv1
Redistribution into EIGRP
EIGRP Default Route
OSPF Authentication
Лекц 15
OSPF Authentication
Basic BGP Configuration
Chapter7ccna
Cisco packet tracer ripv1

What's hot (20)

PDF
Eincop Netwax Lab: Lab 1 static route
PDF
Route Redistribution
PPTX
Policy Based Routing
PPT
Day 12 enabling ospf
PDF
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
PDF
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
PPTX
Cisco CCNA IP SLA with tracking configuration
PPTX
Juniper JNCIA – Juniper RIP Route Configuration
PDF
PBR-LB - Direct Server Return Load Balancing using Policy Based Routing (MEMO)
DOC
Networking Tutorial Goes to Basic PPP Configuration
PDF
Eincop Netwax Lab: Redistribution
DOC
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
PDF
Eincop Netwax Lab: EIGRP iii
PPTX
OSPF point-to-Multipoint non-broadcast over Frame-Relay
PPTX
Cisco CCNA- How to Configure Multi-Layer Switch
PPT
Day 11 eigrp
PPTX
Cisco CCNA-Router on Stick
PDF
OSPF (open shortest path first) part ii
PDF
Nxll20 na ting
PPTX
Cisco CCNA IPV6 Static Configuration
Eincop Netwax Lab: Lab 1 static route
Route Redistribution
Policy Based Routing
Day 12 enabling ospf
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Cisco CCNA IP SLA with tracking configuration
Juniper JNCIA – Juniper RIP Route Configuration
PBR-LB - Direct Server Return Load Balancing using Policy Based Routing (MEMO)
Networking Tutorial Goes to Basic PPP Configuration
Eincop Netwax Lab: Redistribution
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Eincop Netwax Lab: EIGRP iii
OSPF point-to-Multipoint non-broadcast over Frame-Relay
Cisco CCNA- How to Configure Multi-Layer Switch
Day 11 eigrp
Cisco CCNA-Router on Stick
OSPF (open shortest path first) part ii
Nxll20 na ting
Cisco CCNA IPV6 Static Configuration
Ad

Viewers also liked (17)

PDF
Ipsos MORI Mental Health Research 2015
PDF
Digital Marketing Audit Brief
PDF
Startup DreamTeam with Scality & Saagie!
PDF
小组作品完稿
PPTX
Organizational chart for New iPod Touch Implementation at Pease MS
PDF
Juego 1° ciclo
PPTX
Tutorial: Barras Apiladas en Infogr.am
PPTX
Profitable Prospecting with Social Media
PPTX
Engineering & Management Institute
PDF
Dallas Best Places to Work Roadshow | Grand Rounds
PDF
Grafico diario del dax perfomance index para el 11 04-2013
PPTX
Proyecto de intervención
PPTX
Сергей Орлов – Зачем онлайну офлайн?
PPTX
Universidad nacional de cajamarca225454
PPTX
Persistent Storage for Containerized Applications
PDF
Different Styles of Resorts designed by our firm in Egypt and various African...
PDF
Endicom - Reputación Online - Victor Lozano
Ipsos MORI Mental Health Research 2015
Digital Marketing Audit Brief
Startup DreamTeam with Scality & Saagie!
小组作品完稿
Organizational chart for New iPod Touch Implementation at Pease MS
Juego 1° ciclo
Tutorial: Barras Apiladas en Infogr.am
Profitable Prospecting with Social Media
Engineering & Management Institute
Dallas Best Places to Work Roadshow | Grand Rounds
Grafico diario del dax perfomance index para el 11 04-2013
Proyecto de intervención
Сергей Орлов – Зачем онлайну офлайн?
Universidad nacional de cajamarca225454
Persistent Storage for Containerized Applications
Different Styles of Resorts designed by our firm in Egypt and various African...
Endicom - Reputación Online - Victor Lozano
Ad

Similar to EIGRP Route Summarization (20)

PPTX
OSPF Routing.pptxsdgfsdegdsgddgdgdgdgdgdg
PPTX
Frame Relay (Multipoint)
PDF
bgp features presentation routing protocle
PPTX
EBGP MultiHop
PPTX
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
PPTX
Router configuration in packet tracer
PPTX
Router configuration in packet tracer
PPTX
EIGRP (Enhanced Interior Gateway Routing Protocol)
PPT
Intro to router_config
PPTX
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
PPT
Dynamic Routing IGRP
PPTX
6th floorsharingsession ep 1 - networking - arp v 1.0
PPTX
Ospf hassan jamal.ppt
PPT
NAT and PAT
PPTX
CCNA ppt Day 5
PPT
Dynamic routing OSPF 1
PPT
Router configuration
PPTX
EIGRP, DHCP, OSPF, NAT
OSPF Routing.pptxsdgfsdegdsgddgdgdgdgdgdg
Frame Relay (Multipoint)
bgp features presentation routing protocle
EBGP MultiHop
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
Router configuration in packet tracer
Router configuration in packet tracer
EIGRP (Enhanced Interior Gateway Routing Protocol)
Intro to router_config
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
Dynamic Routing IGRP
6th floorsharingsession ep 1 - networking - arp v 1.0
Ospf hassan jamal.ppt
NAT and PAT
CCNA ppt Day 5
Dynamic routing OSPF 1
Router configuration
EIGRP, DHCP, OSPF, NAT

More from NetProtocol Xpert (20)

PPTX
Basic Cisco ASA 5506-x Configuration (Firepower)
PPTX
MPLS Layer 3 VPN
PPTX
Common Layer 2 Threats, Attacks & Mitigation
PPTX
Storm-Control
PPTX
Dynamic ARP Inspection (DAI)
PPTX
IP Source Guard
PPTX
DHCP Snooping
PPTX
Password Recovery
PPTX
Application & Data Center
PPTX
Cisco ISR 4351 Router
PPTX
Cisco ASR 1001-X Router
PPTX
Securing management, control & data plane
PPTX
Point to-point protocol (ppp), PAP & CHAP
PPTX
Avoid DNS lookup when mistyping a command
PPTX
TCLSH and Macro Ping Test on Cisco Routers and Switches
PPTX
Private VLANs
PPTX
MTU (maximum transmission unit) & MRU (maximum receive unit)
PPTX
OTV Configuration
PPTX
Cisco OTV 
PPTX
OTV(Overlay Transport Virtualization)
Basic Cisco ASA 5506-x Configuration (Firepower)
MPLS Layer 3 VPN
Common Layer 2 Threats, Attacks & Mitigation
Storm-Control
Dynamic ARP Inspection (DAI)
IP Source Guard
DHCP Snooping
Password Recovery
Application & Data Center
Cisco ISR 4351 Router
Cisco ASR 1001-X Router
Securing management, control & data plane
Point to-point protocol (ppp), PAP & CHAP
Avoid DNS lookup when mistyping a command
TCLSH and Macro Ping Test on Cisco Routers and Switches
Private VLANs
MTU (maximum transmission unit) & MRU (maximum receive unit)
OTV Configuration
Cisco OTV 
OTV(Overlay Transport Virtualization)

Recently uploaded (20)

PPTX
UNIT 4 Total Quality Management .pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
web development for engineering and engineering
PDF
composite construction of structures.pdf
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
additive manufacturing of ss316l using mig welding
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Well-logging-methods_new................
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Geodesy 1.pptx...............................................
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
UNIT 4 Total Quality Management .pptx
OOP with Java - Java Introduction (Basics)
web development for engineering and engineering
composite construction of structures.pdf
Lesson 3_Tessellation.pptx finite Mathematics
additive manufacturing of ss316l using mig welding
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Well-logging-methods_new................
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
bas. eng. economics group 4 presentation 1.pptx
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Geodesy 1.pptx...............................................
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx

EIGRP Route Summarization

  • 2. • BY DEFAULT EIGRP HAS AUTO SUMMARIZATION ENABLED. THIS MEANS THAT IT WILL SUMMARIZE TO CLASSFUL ADDRESSES AT NETWORK BOUNDARIES. • LEAVING AUTO SUMMARIZATION ENABLED COULD CAUSE A LOT OF TROUBLES IN OUR NETWORK. EIGRP HAS THE ABILITY TO CREATE SUMMARY ROUTES AT ARBITRARY BOUNDARIES BY USING MANUAL SUMMARIZATION. • MANUAL SUMMARIZATION CAN BE APPLIED ANYWHERE IN EIGRP DOMAIN, ON EVERY ROUTER, ON EVERY INTERFACE. • SUMMARY ROUTE WILL EXIST IN ROUTING TABLE AS LONG AS AT LEAST ONE MORE SPECIFIC ROUTE WILL EXIST. IF THE LAST SPECIFIC ROUTE WILL DISAPPEAR, SUMMARY ROUTE ALSO WILL
  • 3. • IF YOU WANT TO USE AUTO-SUMMARIZATION YOU HAVE TO DO NOTHING BECAUSE IT IS ENABLED BY DEFAULT, OTHERWISE USE NO AUTO-SUMMARY EIGRP COMMAND TO DISABLE IT. • TO DO MANUAL SUMMARIZATION GO UNDER INTERFACE AND USE IP SUMMARY-ADDRESS EIGRP AS-NUMBER ADDRESS MASK [ADMINISTRATIVE-DISTANCE ] COMMAND.
  • 5. • UNLIKE OSPF WHERE WE CAN SUMMARIZE ONLY ON ABR OR ASBR IN EIGRP WE CAN SUMMARIZE ANYWHERE. WE WILL DO THIS ON R2’S S0/0 INTERFACE, SO A SUMMARY ROUTE WILL BE SENT TO R1. FIRST WILL CONFIGURE EIGRP TO RUN IN THIS NETWORK. R1 • R1(CONFIG)#INTERFACE SERIAL 0/0 • R1(CONFIG-IF)#IP ADDRESS 192.168.0.2 255.255.255.0 • R1(CONFIG-IF)#NO SHUTDOWN • R1(CONFIG)#ROUTER EIGRP 1 • R1(CONFIG-ROUTER)#NO AUTO-SUMMARY • R1(CONFIG-ROUTER)#NETWORK 192.168.0.0
  • 6. R2 • R2(CONFIG)#INTERFACE SERIAL 0/0 • R2(CONFIG-IF)#IP ADDRESS 192.168.0.1 255.255.255.0 • R2(CONFIG-IF)#NO SHUTDOWN • R2(CONFIG-IF)#INTERFACE FA0/0 • R2(CONFIG-IF)#IP ADDRESS 192.168.10.1 255.255.255.0 • R2(CONFIG-IF)#NO SHUTDOWN • R2(CONFIG-IF)#INTERFACE FA0/1 • R2(CONFIG-IF)#IP ADDRESS 192.168.8.1 255.255.255.0 • R2(CONFIG-IF)#NO SHUTDOWN • R2(CONFIG)#ROUTER EIGRP 1 • R2(CONFIG-ROUTER)#NO AUTO-SUMMARY • R2(CONFIG-ROUTER)#NETWORK 192.168.0.0 • R2(CONFIG-ROUTER)#NETWORK 192.168.8.0 • R2(CONFIG-ROUTER)#NETWORK 192.168.10.0
  • 7. R3 • R3(CONFIG)#INTERFACE FASTETHERNET 0/0 • R3(CONFIG-IF)#IP ADDRESS 192.168.10.2 255.255.255.0 • R3(CONFIG-IF)#NO SHUTDOWN • R3(CONFIG-IF)#INTERFACE LOOPBACK 0 • R3(CONFIG-IF)#IP ADDRESS 192.168.11.1 255.255.255.0 • R3(CONFIG)#ROUTER EIGRP 1 • R3(CONFIG-ROUTER)#NO AUTO-SUMMARY • R3(CONFIG-ROUTER)#NETWORK 192.168.10.0 • R3(CONFIG-ROUTER)#NETWORK 192.168.11.0
  • 8. R4 • R4(CONFIG)#INTERFACE FASTETHERNET 0/0 • R4(CONFIG-IF)#IP ADDRESS 192.168.8.2 255.255.255.0 • R4(CONFIG-IF)#NO SHUTDOWN • R4(CONFIG-IF)#INTERFACE LOOPBACK 0 • R4(CONFIG-IF)#IP ADDRESS 192.168.9.1 255.255.255.0 • R4(CONFIG)#ROUTER EIGRP 1 • R4(CONFIG-ROUTER)#NO AUTO-SUMMARY • R4(CONFIG-ROUTER)#NETWORK 192.168.8.0 • R4(CONFIG-ROUTER)#NETWORK 192.168.9.0
  • 9. LET’S CHECK NOW R1’S ROUTING TABLE • R1#SH IP ROUTE • ... OUTPUT OMMITED ... • GATEWAY OF LAST RESORT IS NOT SET • D 192.168.8.0/24 [90/2195456] VIA 192.168.0.1, 00:00:12, SERIAL0/0 • D 192.168.9.0/24 [90/2323456] VIA 192.168.0.1, 00:00:12, SERIAL0/0 • D 192.168.10.0/24 [90/2195456] VIA 192.168.0.1, 00:00:12, SERIAL0/0 • D 192.168.11.0/24 [90/2323456] VIA 192.168.0.1, 00:00:12, SERIAL0/0
  • 10. • LOOK TO THE METRICS OF LEARNED ROUTES, AND AFTER WE DO SUMMARIZATION, WILL COMPARE THIS ONE WITH THAT SUMMARY METRIC. NOW WE WILL DO SUMMARIZATION ON R2’S S0/0 INTERAFCE. • R2(CONFIG-IF)#IP SUMMARY-ADDRESS EIGRP 1 192.168.8.0 255.255.248.0
  • 11. CHECK ROUTING TABLE ON R1AGAIN • R1#SH IP ROUTE • ... OUTPUT OMMITED ... • GATEWAY OF LAST RESORT IS NOT SET • C 192.168.0.0/24 IS DIRECTLY CONNECTED, SERIAL0/0 • D 192.168.8.0/21 [90/2195456] VIA 192.168.0.1, 00:01:42, SERIAL0/0 • R1# • ALL ROUTES LEARNED FROM R1 ARE NOW SUMMARIZED AND THE METRIC IS 2195456, THE SMALLEST METRIC OF THE SPECIFIC ROUTES
  • 12. • R2#SHOW IP ROUTE • ... OUTPUT OMMITED ... • GATEWAY OF LAST RESORT IS NOT SET • C 192.168.8.0/24 IS DIRECTLY CONNECTED, FASTETHERNET0/1 • D 192.168.9.0/24 [90/409600] VIA 192.168.8.2, 01:04:43, FASTETHERNET0/1 • C 192.168.10.0/24 IS DIRECTLY CONNECTED, FASTETHERNET0/0 • D 192.168.11.0/24 [90/409600] VIA 192.168.10.2, 01:04:43, FASTETHERNET0/0 • C 192.168.0.0/24 IS DIRECTLY CONNECTED, SERIAL0/0
  • 13. • WHEN YOU CONFIGURE AN EIGRP SUMMARY ROUTE, THAT ROUTE WILL APPEAR ON GENERATING ROUTER ALSO, BUT WITH NEXT HOP NULL0 WHICH IS A SOFTWARE INTERFACE. • NULL0 INTERFACE IS USED TO PREVENT PACKETS FROM BEING SENT FURTHER IF THE ROUTER DOESN'T HAVE A SPECIFIC ROUTE, THUS WILL DENY PACKETS TO GO THROUGH THE NETWORK.