cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
752
Views
5
Helpful
2
Replies

Help: IPv6 Route Summarization

jpl861
Level 4
Level 4

Hi Guys,

Can someone explain to me how to summarize an IPv6 network. Because with the book I am reading, I can't understand how the author came up with this.

IPv6 Networks:

2001:DB8:0:10::/64

2001:DB8:0:11::/64

2001:DB8:0:12::/64

2001:DB8:0:13::/64

IPv6 Summary:

2001:DB8:0:10::/62

Does it still have to deal with bits for summarization?

Thanks,

John

1 Accepted Solution

Accepted Solutions

Edison Ortiz
Hall of Fame
Hall of Fame

Let's break it down:

0x10 = 0000000000010000

0x11 = 0000000000010001

0x12 = 0000000000010010

0x13 = 0000000000010011

The common bits are the first 14 bits, correct ?

Every colon you have 16 bits and the summarized portion is located in after the third colon, correct ?

So you have 16 x 3 = 48

Then you add 14 bits from the fourth column (the common bits we discussed above) and you have 62.

HTH,

View solution in original post

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

Let's break it down:

0x10 = 0000000000010000

0x11 = 0000000000010001

0x12 = 0000000000010010

0x13 = 0000000000010011

The common bits are the first 14 bits, correct ?

Every colon you have 16 bits and the summarized portion is located in after the third colon, correct ?

So you have 16 x 3 = 48

Then you add 14 bits from the fourth column (the common bits we discussed above) and you have 62.

HTH,

Thank you very much Edison. This solved my problem. I forgot that this is hexadecimal and not decimal. I'm still trying to absorb all the IPv6 fundamentals right now. Thank you so much.=)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card