04-16-2016 11:25 PM - edited 03-20-2019 07:45 PM
Hi,
How to write / calculate the summary route? See below example, here I can understand how the summary route was determined.
Solved! Go to Solution.
04-17-2016 10:43 PM
Hi,
let write 2nd octet in binary form.
172.20.0.0/16 - 172.0001 0100.0.0/16
172.21.0.0/16 - 172.0001 0101.0.0/16
172.22.0.0/16 - 172.0001 0110.0.0/16
172.23.0.0/16 - 172.0001 0111.0.0/16
You see that first 6 bits in 2nd octet are same. So you can write summary route (same bits from left):
172.0001 0100.0.0 (rest are zero) and length of subnet mask is as long as bits are same, so in this example it is 14 bits (8 bits from 1st octet and 6 bits from 2nd octet).
Summary route in decimal form is: 172.20.0.0/14
I hope that this help you.
04-17-2016 10:43 PM
Hi,
let write 2nd octet in binary form.
172.20.0.0/16 - 172.0001 0100.0.0/16
172.21.0.0/16 - 172.0001 0101.0.0/16
172.22.0.0/16 - 172.0001 0110.0.0/16
172.23.0.0/16 - 172.0001 0111.0.0/16
You see that first 6 bits in 2nd octet are same. So you can write summary route (same bits from left):
172.0001 0100.0.0 (rest are zero) and length of subnet mask is as long as bits are same, so in this example it is 14 bits (8 bits from 1st octet and 6 bits from 2nd octet).
Summary route in decimal form is: 172.20.0.0/14
I hope that this help you.
04-19-2016 01:32 AM
Hi,
Thanks for reply and it helped.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide