Options

Auto-summarizations, discontiguos networks

lildeezullildeezul Member Posts: 404
10.10.10.0
172.16.10.0
192.168.10.0
10.1.1.0
[A] [C]

I believe i get the concept of this summarization, can someone tell me if i am on the correct path.
Thanks

Ok, i think i get it.
So, using contigious networks, like classfull networks, router A only send the 10.0.0.0 update to router B, and router B tells router C about the 10.0.0.0 network, but router C says i already have this network and its directly connected,
but in reality, router C has the 10.1.1.0 network, and Router A has a 10.10.10.0 network, but since a classfull protocol was used Router A, and Router C will only send to classfull network such as 10.0.0.0, right???

if were using OSPF that supports discontigious networks by defualt. then Router A running OSPF will send updates to router B sayin " i know about network 10.10.10.0"
as oposed to 10.0.0.0

Am i correct.??? i belive i understand this.
Also for use of support of discontigous network in EIGRP, then i would have to issue the no summary command. Correct.?????

contigious network dont work in class C address do they??

only in class B and A am i correct??
NHSCA National All-American Wrestler 135lb

Comments

  • Options
    mikearamamikearama Member Posts: 749
    The autosummarization in your scenerio happens on router B, and using a classful routing protocol, will indeed give you problems.

    Router B will summarize the 10.10.10.0 network from A to 10.0.0.0 (sending it in updates to Router C), and will also summarize the 10.1.1.0 network from C to 10.0.0.0 (sending that update to Router A).

    Now picture Router B's routing table... it will have two paths to the 10.0.0.0/8 network, and assuming they're both 100Mb links, will load balace using both, getting it wrong on average 50% of the time.

    So you're right, you'd want to run no auto-summary with any auto-summarizing protocol to prevent B from doing the above.

    Oh, and if you're subnetting a class C address into smaller chunks (ie, /25, or /30, or /32), these can be summarized to a class C summary address as well.

    Mike
    There are only 10 kinds of people... those who understand binary, and those that don't.

    CCIE Studies: Written passed: Jan 21/12 Lab Prep: Hours reading: 385. Hours labbing: 110

    Taking a time-out to add the CCVP. Capitalizing on a current IPT pilot project.
  • Options
    darkuserdarkuser Member Posts: 620 ■■■□□□□□□□
    nice answer

    now can you fix my discontigous brain ? icon_eek.gif
    rm -rf /
  • Options
    mikearamamikearama Member Posts: 749
    Hey, I get that too.

    In my case, my mouth (or typing fingers) are often discontiguous with my brain. Brilliant post ideas become mindless drivel.

    Course, the mushrooms don't help! (See? Why the hell did I type that!?!?)
    There are only 10 kinds of people... those who understand binary, and those that don't.

    CCIE Studies: Written passed: Jan 21/12 Lab Prep: Hours reading: 385. Hours labbing: 110

    Taking a time-out to add the CCVP. Capitalizing on a current IPT pilot project.
  • Options
    ITdudeITdude Member Posts: 1,181 ■■■□□□□□□□
    darkuser wrote:

    now can you fix my discontigous brain ? icon_eek.gif

    I know that feeling! :Dicon_wink.gif
    I usually hang out on 224.0.0.10 (FF02::A) and 224.0.0.5 (FF02::5) when I'm in a non-proprietary mood.

    __________________________________________
    Simplicity is the ultimate sophistication.
    (Leonardo da Vinci)
Sign In or Register to comment.