IP Summarization
Hi,
Please advise, I have netowrk
172.16.0.0/16
172.17.0.0/16
172.18.0.0/16
172.19.0.0/16
Could these network summarized as 172.16.0.0/14 ?
I'm going to do a manual summarization on RIPv2 interface.
TQVM in advance.
Please advise, I have netowrk
172.16.0.0/16
172.17.0.0/16
172.18.0.0/16
172.19.0.0/16
Could these network summarized as 172.16.0.0/14 ?
I'm going to do a manual summarization on RIPv2 interface.
TQVM in advance.
Comments
Network address 172.16.0.0
Broadcast address 172.19.255.255
And Valid Host Range of 172.16.0.1 - 172.19.255.254
Hum, after a couple of beers and confirming with the TechExams.net IP Subnet Calculator, I'd say the answer is Yes.
www.maftei.net
When i apply it on the bound interface, a message prompted
"Subnet mask must be greater or equal to the major net"
Theoritically it should work, right? Can anyone explain it?
Are you sure you changed the rip version to 2?It's just Ripv1 doesnt support cidr, i will check it later in my lab if this isnt the problem.
That calculator saying it is possible or not, I dont think it is right.
supernetting or cidr.
Ripv2 does support cidr but it is not supported with cisco's implementation.
So the message prompt you receive is the correct behaviour.
Just search through a few of my posts and you'll see how many times I have been corrected by folks who know more than me. I have been known to cause a superiority complex in others who hang around me
Cisco claims that it does:
I tried this on a 12.3 version and it works fine when setting RIP to version 2 and disabling auto summarization.
I cant see where in the link you provided it says it supports specifying summarization less than the major net.
Check out summarization restrictions
Rip ios 12.4
I have 12.3(15) and it doesnt work for me.
{ I only find you the sumarize for those 4 segment's } :
You can use this 172 ( I mean first 8 bite's are the same with all IP's segment ).Now let's see how many bite's from the second octect are the same with all four ( and then sum thos 8 + x byte's and get the sumariez ).
16 = 00010000
17 = 00010001
18 = 00010010
19 = 00010011
and get 8+6 mean 14 so the sumariez route is 172.16.0.0/14 .
I think this was helpful !
supernet summarization.
From RFC 2453
supernet routes (routes with a netmask less specific than the "natural" network mask) must not be advertised where they could be misinterpreted by RIP-1 routers.
Looks like it might have been "programmer choice." Probably could have been programed to work in an all Version 2 network.... but changing documention is easier.