Rip V2 Configuration
Rip-2 Configuration |
Formula:
RR2(config)#router rip
RR2(config-router)#v 2
RR2(config-router)#network *network
RR2(config)#router rip
RR2(config-router)#v 2
RR2(config-router)#network 192.168.20.0
RR2(config-router)#network 10.0.0.0
RR2(config-router)#network 10.0.0.4
*network: only add the directly connected networks.
RR2 & RR3 configuration procedure is given below. Try to configure RR1 by yourself. If you fail than download the following configuration file and correct your errors.
RIP version 2.pkt
** Use Cisco Packet Tracer to open this file.
Router 2 Configuration
------------------------------------
RR2>enable
RR2#conf t
RR2(config)#router rip
RR2(config-router)#v 2
RR2(config-router)#network 192.168.20.0
RR2(config-router)#network 10.0.0.0
RR2(config-router)#network 10.0.0.4
RR2(config-router)#exit
RR2#
Router 3 Configuration
---------------------------------
RR3>enable
RR3#conf t
RR3(config)#router rip
RR3(config-router)#v 2
RR3(config-router)#network 10.0.0.4
RR3(config-router)#network 192.168.30.0
RR3(config-router)#exit
RR3#
Comments
Post a Comment