18
3-1 © 2001, Cisco Systems, Inc. Route Summarization Route Summarization © 2001, Cisco Systems, Inc. 3-1

Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

3-1© 2001, Cisco Systems, Inc.

Route Summarization

Route Summarization

© 2001, Cisco Systems, Inc. 3-1

Page 2: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-2© 2001, Cisco Systems, Inc.

What Is Route Summarization?What Is Route Summarization?

Routing table172.16.25.0/24172.16.26.0/24172.16.27.0/24

172.16.27.0/24

172.16.26.0/24

172.16.25.0/24

AA

Page 3: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-3© 2001, Cisco Systems, Inc.

What Is Route Summarization? (cont.)

What Is Route Summarization? (cont.)

• Routing protocols can summarize addresses of several networks into one address

I can route to the 172.16.0.0/16 network.

Routing Table172.16.0.0/16

BB

Routing Table172.16.25.0/24172.16.26.0/24172.16.27.0/24

172.16.27.0/24

172.16.26.0/24

172.16.25.0/24

AA

Page 4: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-4© 2001, Cisco Systems, Inc.

Summarizing Within an OctetSummarizing Within an Octet

172.16.168.0/24 = 10101100 . 00010000 . 10101 000 . 00000000

Number of Common Bits = 21Summary: 172.16.168.0/21

NoncommonBits = 11

172.16.169.0/24 = 172 . 16 . 10101 001 . 0

172.16.170.0/24 = 172 . 16 . 10101 010 . 0

172.16.171.0/24 = 172 . 16 . 10101 011 . 0

172.16.172.0/24 = 172 . 16 . 10101 100 . 0

172.16.173.0/24 = 172 . 16 . 10101 101 . 0

172.16.174.0/24 = 172 . 16 . 10101 110 . 0

172.16.175.0/24 = 172 . 16 . 10101 111 . 0

Page 5: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-5© 2001, Cisco Systems, Inc.

Summarizing Addresses in a VLSM-Designed Network

Summarizing Addresses in a VLSM-Designed Network

CorporateNetwork

172.16.0.0/16

172.1

6.64.0

/20

172.16.128.0/20

172.16.32.64/26

172.16.32.0/24

172.16.128.0/20

172.16.32.128/26

AA

BB

CC

DD172.16.64.0/20

Page 6: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-6© 2001, Cisco Systems, Inc.

Implementation ConsiderationsImplementation Considerations

• Multiple IP addresses must have the same highest-order bits

• Routing decisions are made based on the entire address

• Routing protocols must carry the prefix (subnet mask) length

Page 7: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-7© 2001, Cisco Systems, Inc.

Route Summarization Operation in Cisco Routers

Route Summarization Operation in Cisco Routers

• Supports host-specific routes, blocks of networks, default routes

• Routers use the longest match

172.16.5.33 /32 Host172.16.5.32 /27 Subnet172.16.5.0 /24 Network172.16.0.0 /16 Block of Networks0.0.0.0 /0 Default

172.16.5.33 /32 Host172.16.5.32 /27 Subnet172.16.5.0 /24 Network172.16.0.0 /16 Block of Networks0.0.0.0 /0 Default

Page 8: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-8© 2001, Cisco Systems, Inc.

172.16.5.0255.255.255.0

192.168.14.16255.255.255.240

172.16.6.0255.255.255.0

Summarizing Routes in a Discontiguous Network

Summarizing Routes in a Discontiguous Network

• RIPv1 and IGRP do not advertise subnets, and therefore cannot support discontiguous subnets

• OSPF, EIGRP, and RIPv2 can advertise subnets, and therefore can support discontiguoussubnets

AA BBCC

RIPv1 will advertise network 172.16.0.0 RIPv1 will advertise

network 172.16.0.0

Page 9: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-9© 2001, Cisco Systems, Inc.

172.16.5.0/24

172.16.7.0/24

192.168.14.16255.255.255.240

Be Careful When Summarizing Routes

Be Careful When Summarizing Routes

• EIGRP on both Router A and Router B advertise a summarized route to 172.16.0.0/16

• Router C receives two routes to 172.16.0.0/16

• Router A (or B or both) should be configured to not summarize

EIGRP advertises 172.16.0.0/16 EIGRP advertises

172.16.0.0/16

172.16.6.0/24

172.16.9.0/24AA BBCC

Page 10: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

3-10© 2001, Cisco Systems, Inc.

Written ExerciseWritten Exercise

© 2001, Cisco Systems, Inc. 3-10

Page 11: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-11© 2001, Cisco Systems, Inc.

Written Exercise: Using Route Summarization

Written Exercise: Using Route Summarization

Major Network 172.16.0.0/28

172.16.1.192/28 172.16.1.208/28

172.16.1.64/28 172.16.1.80/28

AA BB

CC

DD172.16.1.96/28

172.16.1.112/28

Exercise 1

172.16.1.128/28172.16.1.144/28172.16.1.176/28172.16.1.160/28172.16.1.48/28

Other NetworkAddresses

Page 12: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-12© 2001, Cisco Systems, Inc.

Written Exercise: Using Route Summarization (cont.)

Written Exercise: Using Route Summarization (cont.)

172.16.1.128/28 172.16.1.144/28

172.16.1.160/28172.16.1.176/28

D

F G

H

172.16.1.48/28

Major Network 172.16.0.0/28

Exercise 2

172.16.1.192/28172.16.1.208/28172.16.1.64/28172.16.1.80/28172.16.1.96/28172.16.1.112/28

Other NetworkAddresses

Page 13: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

3-13© 2001, Cisco Systems, Inc.

ClasslessInterdomain Routing

ClasslessInterdomain Routing

© 2001, Cisco Systems, Inc. 3-13

Page 14: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-14© 2001, Cisco Systems, Inc.

Classless Interdomain RoutingClassless Interdomain Routing

• Mechanism developed to alleviate exhaustion of addresses and reduce routing table size

• Blocks of Class C addresses assigned to ISPs—ISPs assign subsets of address space to organizations

• Blocks are summarized in routing tables

Page 15: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-15© 2001, Cisco Systems, Inc.

CIDR ExampleCIDR Example

ISPISP

HH

BB

192.168.8.0/24

192.168.9.0/24

192.168.15.0/24

• Networks 192.168.8.0/24 through 192.168.15.0/24 are summarized by the ISP in one advertisement 192.168.8.0/21

AA

192.168.8.0/21

192.168.15.0/24

192.168.8.0/24

192.168.9.0/24

Page 16: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-16© 2001, Cisco Systems, Inc.

SummarySummary

After completing this lesson, you should be able to:• Use VLSMs to extend the use of the IP

addresses, given an IP address range

• Explain if route summarization is possible, given a network plan that includes IP addressing

Page 17: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-17© 2001, Cisco Systems, Inc.

Review QuestionsReview Questions

1. What are some of the advantages of using a hierarchical IP addressing model?

2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix of /28?

3. When selecting a route, the __________ prefix match is used.

Page 18: Route Summarization - CiscoForALL · hierarchical IP addressing model? 2. Given an address with a prefix of /20, how many additional subnets are gained when subnetting with a prefix

BSCI v1.2—3-18© 2001, Cisco Systems, Inc.

Blank for PaginationBlank for Pagination