Cisco CCNA Certification Exam Tutorial:  RIP Details You Must Know
Cisco CCNA Certification Exam Tutorial: RIP Details You Must Know

RIP Isn't Exactly The Most Complex Routing Protocol On The CCNA Exam, But That Makes It Easy To Overlook Some Of The Important Details You Must Keep In Mind In Order To Pass The Exam! To Help You Review For The Exam, Here Are Just A Few Of Those Details!RIPs Default Behavior Is To Send Version 1 Updates, But To Accept Both Version 1 And 2 Routing Updates.R2(config)router RipR2(config-router)net 172.16.0.0R2(config-router)ZR2show Ip ProtocolsRouting Protocol Is "rip" Sending Updates Every 30 Seconds, Next Due In 6 Seconds Invalid After 180 Seconds, Hold Down 180, Flushed After 240 Outgoing Update Filter List For All Interfaces Is Incoming Update Filter List For All Interfaces Is Redistributing: Rip Default Version Control: Send Version 1, Receive Any Version Interface Send Recv Key-chain Serial0 1 1 2By Default, RIP V2 Autosummarizes Routing Updates Sent Across Classful Network Boundaries. To Disable This Behavior, Run No Auto-summary Under The RIP Process.R1conf TR1(config)router RipR1(config-router)version 2R1(config-router)no Auto-summaryYou Do Not Specify A Subnet Mask Or Wildcard Mask When Configuring RIP Just The Classful Network, Even If Youre Running RIP V2.R1conf TEnter Configuration Commands, One Per Line. End With CNTLZ.R1(config)router RipR1(config-router)version 2R1(config-router)no Auto-summaryR1(config-router)network 172.10.0.0 ? CrDebug Ip Rip Displays The Routing Updates And Metrics As The Advertisements Are Sent And Requested. To See This In Action Without Waiting For The Next Regularly Scheduled Update, Run Clear Ip Route .R1debug Ip RipRIP Protocol Debugging Is OnR1clear Ip Route 01:16:54: RIP: Sending V1 Update To 255.255.255.255 Via Loopback1 (1.1.1.1)01:16:54: Network 2.0.0.0, Metric 201:16:54: Network 3.0.0.0, Metric 201:16:54: Network 172.16.0.0, Metric 101:16:54: Network 10.0.0.0, Metric 201:16:54: RIP: Sending V1 Update To 255.255.255.255 Via Serial0 (172.16.123.1)01:16:54: Subnet 172.16.123.0, Metric 101:16:54: Network 1.0.0.0, Metric 101:16:54: Network 2.0.0.0, Metric 201:16:54: Network 3.0.0.0, Metric 201:16:54: Network 10.0.0.0, Metric 2To See Only The Routes Discovered By A Routing Protocol, Run Show Ip Route Followed By The Name Of The Protocol:R1show Ip Route RipR 2.0.0.08 1201 Via 172.16.123.2, 00:00:26, Serial0R 3.0.0.08 1201 Via 172.16.13.2, 00:00:09, Serial1 1201 Via 172.16.123.3, 00:00:09, Serial0R 10.0.0.08 1201 Via 172.16.13.2, 00:00:09, Serial1 1201 Via 172.16.123.3, 00:00:09, Serial0 1201 Via 172.16.123.2, 00:00:26, Serial0And Don't Forget - To Turn Off All Currently Running Debugs, Run Undebug All.R1undebug AllAll Possible Debugging Has Been Turned OffDon't Overlook RIP And IGRP When It Comes To The CCNA Exam. OSPF And EIGRP Are More Complex To Configure, But You Need To Understand How Distance Vector Protocols Work In Order To Pass The CCNA!