Cisco CCNP  BSCI Tutorial:  Route Summarization With RIP And EIGRP
Cisco CCNP BSCI Tutorial: Route Summarization With RIP And EIGRP

To Pass Your BSCI Exam And Earn Your CCNP Certification, You've Got To Master Route Summarization. When You Get To The BSCI Level, Actually Breaking The Routes Down Into Binary Strings And Performing Summarization Is Second Nature To You. (If It Isn't, Get Some More Practice!) What Makes CCNP BSCI Route Summarization More Difficult Is Just Keeping The Different Protocol Summarization Commands Straight!RIP And EIGRP Both Perform Route Summarization At The Interface Level With The Ip Summary-address Command. In The Following Example, R2 Is Running RIP And Was Sending Four Routes To R3, R3's Table Looked Like This Before Summarization:R3show Ip Route Rip172.16.0.024 Is Subnetted, 4 SubnetsR 172.16.8.0 1201 Via 172.23.23.2, 00:00:02, Ethernet0R 172.16.9.0 1201 Via 172.23.23.2, 00:00:02, Ethernet0R 172.16.10.0 1201 Via 172.23.23.2, 00:00:02, Ethernet0R 172.16.11.0 1201 Via 172.23.23.2, 00:00:02, Ethernet0By Summarizing The Routes And Using The Ip Summary-address Command, RIP Advertises Only The Summary Route To The Downstream Neighbor.R2(config)int Ethernet0R2(config-if)ip Summary-address Rip 172.16.8.0 255.255.252.0R3clear Ip Route R3show Ip Route Rip172.16.0.022 Is Subnetted, 1 SubnetsR 172.16.8.0 1201 Via 172.23.23.2, 00:01:24, Ethernet0EIGRP Works Much The Same Way, Except That The EIGRP AS Number Must Be Named In The Ip Summary-address Command.In The Following Example, R2 Was Advertising Four Separate Routes To R3 Via EIGRP 100: 100.0.0.0, 101.0.0.0, 102.0.0.0, And 103.0.0.0, All With An Eight-bit Mask. What Summary Route Can Be Used Here?The Summary Is 100.0.0.0 252.0.0.0. To Send That Route To Downstream Routers, Configure The Following On R2:R2(config)interface Ethernet0R2(config-if)ip Summary-address Eigrp 100 100.0.0.0 252.0.0.0R3 Will Then Have Only One Route In Its EIGRP Table - The Summary Route.R3show Ip Route Eigrp D 100.0.0.06 902297856 Via 172.23.23.2, 00:02:33, Ethernet0By Mastering Basic Binary Skills And Keeping In Mind That RIP And EIGRP Perform Route Summarization At The Interface Level, You're One Step Closer To Passing Your BSCI Exam And Earning Your CCNP Certification!In The Next Part Of This Tutorial, We'll Take A Detailed Look At The Different Methods OSPF Uses For Route Summarization.