lon21 wrote: » hi, just learning route summarization by todd lammle and he says that all we need is the block size. He gives a example of 192.168.16.0 - 192.168.31.0 and says the block size is 16. The only way i can think he got to this figure is by the difference which is not the exact figure.
lon21 wrote: » Hi, Just learning route summarization by Todd Lammle and he says that all we need is the block size. He gives a example of 192.168.16.0 - 192.168.31.0 and says the block size is 16. The only way I can think he got to this figure is by the difference which is not the exact figure.
Forsaken_GA wrote: » If I have 192.168.16.0/28 and 192.168.16.31.0/28, those are contiguous blocks that I can summarize as 192.168.16.0/27. That represents the exact same # of IP addresses, but takes one less route to do it, thereby decreasing routing table sizes.
jwashington1981 wrote: » There's a huge typo. In that second address, you have 5 octets. This is the example in the Lammle book that he's referring to. Lammle says networks 192.168.16.0 through 192.168.31.0. He mentions these as 16 class C networks. That would have had to been known in order to properly answer the question.
lon21 wrote: » Ok, now I'm completely lost. How did he get the block size 16 tho? Thanks
Forsaken_GA wrote: » Ok, so given what the other guy said, he told you it was a range of 16 class c's, and gave the range. Since those are a contiguous block that falls on a binary boundary, you can represent all 16 subnets with one route, that's what summarization is for. So instead of propagating 16 individual /24's, you can simply advertise one /20
lon21 wrote: » Hi Forsaken, Sorry mate I'm still lost. The books asks to work out the range, all I'm given is the two ip address. But I can't seem to figure out how the number 16 was achieved?
jwashington1981 wrote: » Ok, knowing that the range of networks is 16 class C networks, we can determine this. 192.168.16.0 192.168.17.0 192.168.18.0 192.168.19.0 ....... 192.168.31.0 Notice what's in common and what's different. The first two octets are the same for each network. The difference comes in the third octet so this is our octet of interest. If you were to write each network in binary format, you will notice that each of the networks has the first 20 bits in common.11000000.10101000.00010000.00000000 .....11000000.10101000.00011111.00000000 192.168.16.0 just happens to fall on a boundary. Using a /20, that means that the subnet mask would be 255.255.240.0 and would give us blocks of 16. 256-240 = 16 (block size) Always subtract the portion of the subnet mask that has the octet of interest from 256 to get your block size. 256 - 128 = 128 256 - 192 = 64 256 - 224 = 32 256 - 240 = 16 256 - 248 = 8 256 - 252 = 4 256 - 254 = 2
Nevins wrote: » YouTube - Quick Summary Route I made this for summary route earlier this year. Feel free to use it.
lon21 wrote: » Guys, I'm really sorry and I don't want to seem rude. There are two types of questions which I wish to answer with summarization. The question which has the IP address listed (single) you guys have answered excellent. Really appreciated. The second question is where I'm only given 'Network through 172.16.32.0 - 172.16.50.0' I don't understand how we can get a summary route with only two ip address when we don't have the ip address in-between as we don't know the block sizes. If I knew the block size I could start to write down the network between the two ip address. Thanks
jwashington1981 wrote: » Read the situation again. Lammle says networks 172.16.32.0 through 172.16.50.0. That through means everything in between. Now you have to approach this one differently than you did the last one because the amount of networks you have to summarize does not equal that of a perfect block size. You have a total of 19 networks. First thing you need to do, is look for your octet of interest. In both of those addresses, you'll notice that the first two octets are the same and it's the third octet where they differ. The third octet will be our octet of interest. After that, there's two ways to approach this. Considering that there are 19 networks, a block of 16 will not summarize them all. If you did this, then you would leave the other three networks as separate entries in the routing table. So one answer will look like this. 172.16.32.0 /20 172.16.48.0 /24 172.16.49.0 /24 172.16.50.0 /24 The other thing you can do is that since you have 19 networks to summarize, go the next block size higher which would be a block size of 32. So what mask would give us a block size of 32? 256-32 = 224. So your mask will be 255.255.224.0 which is equivalent to a /19. So you can summarize those networks with 172.16.32.0 /19. Now if you go this route, know that you're summarizing more networks that what's in the question and that's perfectly fine as long as you don't need those additional networks for use later on. If you did, then you'd just simply change that to reflect whatever it is you're doing.
lon21 wrote: » Where did the block size 16 come from?
lon21 wrote: » Just to add... is there not a easier way of working out the block sizes instead of writing the binary values? If not... in the exam would I need to write the ip address in-between or could I just get away with the first and last ip address First ip address = 172.16.32.0 last ip address = 172.16.50.010101100.00010000.00100000.00000000 (172.16.32.0)10101100.00010000.00110010.00000000 (172.16.50.0) From here the subnet would be /19 ?
lon21 wrote: » Sorry what I meant was... is there a easier way of working out the block sizes without writing ALL the binary values of the ip address, without having the subnet? As Lammle and you/others were able to work out the block sizes without writing the binary values and with no subnet? p.s. thanks for the correction. Thanks
jwashington1981 wrote: » It wasn't really a matter of us not knowing the subnet values. Mr. Lammle forgot to add that information and I'm going to chalk that up as a he made an assumption that we would think the same way we did about that. He should have let us know that in those examples, the subnet masks for those networks were all /24s.
lon21 wrote: » A /24 is class C subnet but the 172 ip address is class B. I'm looking at the chart and tbh I can't seem to find any way of working out the block sizes. I can only see the block sizes relating to the subnet masks. But your saying that we don't really need to know the subnet. All I can think is that 172 is a class B which is a 255.255.0.0 and this gives a /16 but there is no /16 on that table. If I'm correct we don't really need the block sizes, because what we do when given two ip address is find out the ip address in-between and on the table look for host which cover that number e.g. 19 network would be a 14 host, 16 block size as its the one closest one before the next host. Is this correct?
lon21 wrote: » My only concern is in example 2 the block 32 will summarise more ip address than required, and a block 16 will summarise only 32.0 - 47.255. Leaving out 48 - 50. In the exam which one should I use as the correct method do I summarise more than I need or only the best possible answer and leaving the rest in the routing table of the router? Thanks