User Tools

Site Tools


wiki:site:cisco:rip:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:site:cisco:rip:start [2016/01/18 22:17]
root vytvořeno
wiki:site:cisco:rip:start [2016/01/18 22:34] (current)
root
Line 1: Line 1:
-=== RIP === +===== RIP ===== 
-  * distance vektor +Distance-Vektor / IGP 
-  * metrika = počet hopů (max 15)+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)   * routing updates každých 30s (celá routing table, jen svým sousedům - broadcast)
-  * triggered update - okamžité odeslání routing update po změně v routovací tabulce +  * broadcast 255.255.255.255 
-  * RIPv1 - classfull (RFC 1058), bez authentikace +  * bez authentikace 
-  RIPv2 - classless (RFC 1721,1722,2453)možnost authentikace + 
-  * pomalá kovergence ve velkých sítích +RIPv2 (RFC 1721,1722,2453) 
-  * až 16 equal-cost paths pro load balancing+  * 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)# router rip 
->Router(config-router)# **version 2** +>Router(config)# version 2 
->Router(config-router)# **network** [//directly_connected_network//+>Router(config-router)# network [network address]  
->Router(config-router)# **network 192.168.1.0**+>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 <| 2 | 1 2> 
 +>Router(config-if)# ip rip receive version <1 | 2 | 1 2>
  
->Router# **show ip route** +>show ip protocols 
->Router# **show ip protocols** +>show ip route 
->Router# **debug ip rip**+>show ip rip database 
 +>debug ip rip 
 +>debug ip rip [events]
wiki/site/cisco/rip/start.1453151830.txt.gz · Last modified: 2016/01/18 22:17 by root