User Tools

Site Tools


wiki:site:cisco:rip:start

RIP

Distance-Vektor / IGP Metrika = počet hopů (max15) AD = 120 pomalá kovergence ve velkých sítích až 16 equal-cost paths pro load balancing

RIPv1 (RFC 1058)

  • classfull
  • routing updates každých 30s (celá routing table, jen svým sousedům - broadcast)
  • broadcast 255.255.255.255
  • bez authentikace

RIPv2 (RFC 1721,1722,2453)

  • classless
  • multicast 224.0.0.9
  • možnost authentikace
  • Poisoned reverse - router v updatu propaguje spadlou síť s metrikou 16, což způsobí, že ostatní ji vymažou z RT
  • Split horizon - loop-preventing, router neposílá updaty o subnetu interfacem, ze kterého je přijal
  • Holddown timer = 180s defaultně
  • trigered updates = - okamžité odeslání routing update po změně v routovací tabulce
Router(config)# router rip
Router(config)# version 2
Router(config-router)# network [network address]
Router(config-router)# redistribute {static|connected}
Router(config-router)# default-information originate
Router(config-router)# no auto-summary
Router(config-router)#passive-interface interface-type interface-number
Router(config-if)# ip rip send version <1 | 2 | 1 2>
Router(config-if)# ip rip receive version <1 | 2 | 1 2>
show ip protocols
show ip route
show ip rip database
debug ip rip
debug ip rip [events]
wiki/site/cisco/rip/start.txt · Last modified: 2016/01/18 22:34 by root