Senin, 04 Mei 2015

RIP

Posted by endhika on Senin, 04 Mei 2015


Routing Information Protocol (RIP). For RIP configuration information and examples, refer to the "Configuring Routing Information Protocol" chapter of the Cisco IOS IP Configuration Guide.





IP RIP comes in two different versions: 1 and 2. Version 1 is a distance vector protocol and is defined in RFC 1058. Version 2 is a hybrid protocol and is defined in RFCs 1721 and 1722. The CCNA exam now primarily focuses on version 2. There are no major differences between RIPv1 or RIPv2 so far configurations concern. To read more about differences between RIPv1 or RIPv2 or know about the characteristics read our pervious article about R



Konfigurasi pada R1
=======================================
R1>enable
R1#configure terminal
R1(config)#router rip
R1(config-router)# version 2 
R1(config-router)# network 192.168.1.0
R1(config-router)# network 192.168.4.0

Konfigurasi pada R1
=======================================
R2>enable
R2#configure terminal
R2(config)#router rip
R2(config-router)# version 2 
R2(config-router)# network 192.168.4.0
R2(config-router)# network 192.168.2.0
R2(config-router)# network 192.168.5.0

Konfigurasi pada R1
=======================================
R3>enable
R3#configure terminal
R3(config)#router rip
R3(config-router)#version 2 
R3(config-router)# network 192.168.5.0
R3(config-router)# network 192.168.3.0

Previous
« Prev Post

Tidak ada komentar:

https://herryandika.blogspot.com/