1 / 5

Dynamic routing Computer networks in practice

Dynamic routing Computer networks in practice. ÓBUDAI EGYETEM 2011 TAVASZI FÉLÉV 8. LABORGYAKORLAT PRÉM DÁNIEL. Routing Information Protocol. Distance-vector routing protocol ( number of hops ) 15 hops max

nellis
Télécharger la présentation

Dynamic routing Computer networks in practice

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DynamicroutingComputer networksinpractice ÓBUDAI EGYETEM 2011 TAVASZI FÉLÉV 8. LABORGYAKORLAT PRÉM DÁNIEL

  2. RoutingInformationProtocol • Distance-vectorroutingprotocol(number of hops) • 15 hopsmax • Automaticallyupdatestheroutingtable. Updates itself periodically (every 30 seconds or whenever topology changes • Sendsthewholeroutingtabletothenetworks set.

  3. RIP v1 • Default • No subnetmask • Onlyworkswith CLASSFUL networks(A, B, C based on the first 3 bits of the IP address) • Inboundinterfacemask is used – canhandlecontinoussubnets.

  4. RIP v2 • Can be protected with password (more secure) • More informationinpacket (administrativedistance) • Subnetmasksupport(VLSM ornotcontinousranges)

  5. RIP inconsole • Enable RIP:(config)#routerrip • Add a network:(config-router)#network192.168.0.0 • Set version:(config-router)#version 2 • Disablecombiningnetworks(CIDR hirdetés)(config-router)#no auto-summary • Disable sending updates to a given interface:(config-router)#passive-interfaceFastEthernet0/0 • Distributestaticroute:(config-router)#redistributestatic • Distribute default gateway information:(config-router)#default-informationoriginate

More Related