Book now with code EOY2025
Route Summarization Calculation example suppose you got this networks attached to your router like different LAns 172.16.12.0/24 172.16.13.0/24 172.16.14.0/24 172.16.15.0/24 1) first step: You will convert everything to binary 10101100.00010000.00001100.00000000 -->172.16.12.0 10101100.00010000.00001101.00000000 --->172.16.13.0 10101100.00010000.00001110.00000000 -->172.16.14.0 10101100.00010000.00001111.00000000 -->172.16.15.0 2) Second Step You need to locate the bits till where the bits are equals What i mean with this ? 10101100.00010000.00001100.00000000 -->172.16.12.0 10101100.00010000.00001101.00000000 --->172.16.13.0 10101100.00010000.00001110.00000000 -->172.16.14.0 10101100.00010000.00001111.00000000 -->172.16.15.0 As you can see all the bits are equal till 6th bit of the 3rd octet(can you can see it above i BOLDED all the equals bits) Now you find this we will go to step 3 3)Third step You need to count those bits, the summary route number will be the first IP address in the block, and the subnet mask will be the number of common bits. so the answer is 172.16.12.0/22 Well i think this is all you need to know about summarizing If anyone find any mistake on my explanation they are welcome but im pretty sure its like this.
192.168.4.0 255.255.255.0 /24 1000000.10101000.00000100.00000000 192.168.5.0 255.255.255.0 /24 1000000.10101000.00000101.00000000 192.168.6.0 255.255.255.0 /24 1000000.10101000.00000110.00000000 192.168.7.0 255.255.255.192 /26 1000000.10101000.00000111.00000000 192.168.7.64 225.255.255.192 /26 1000000.10101000.00000111.01000000 192.168.7.128 255.255.255.192 /26 1000000.10101000.00000111.10000000 192.168.7.160 255.255.255.224 /27 1000000.10101000.00000111.10100000 192.168.7.192 255.255.255.224 /27 1000000.10101000.00000111.11000000 192.168.7.200 255.255.255.248 /29 1000000.10101000.00000111.11001000 192.168.7.208 255.255.255.248 /29 1000000.10101000.00000111.11010000 192.168.7.216 255.255.255.248 /29 1000000.10101000.00000111.11011000 192.168.7.220 255.255.255.252 /30 1000000.10101000.00000111.11011100 192.168.7.224 255.255.255.252 /30 1000000.10101000.00000111.11100000 192.168.7.228 255.255.255.252 /30 1000000.10101000.00000111.11100100 192.168.7.230 255.255.255.254 /31 1000000.10101000.00000111.11100110 192.168.7.232 255.255.255.254 /31 1000000.10101000.00000111.11101000 192.168.7.234 255.255.255.254 /31 1000000.10101000.00000111.11101010 1111111.11111111.11111100.00000000 255.255.252.0
Use code EOY2025 to receive $250 off your 2025 certification boot camp!