This video shows you how to configure RIP Version 2 (Routing Information Protocol Version 2) on the Packet Tracer network simulator program.
✅ S U B S C R I B E ► http://goo.gl/8d0iG9
✅ Article ► https://www.sysnettechsolutions.com/e...
To configure #RIP Version 2 (#RIPv2):
Step 1: If you have not previously installed Packet Tracer, please refer to the following videos to install it on Windows, Linux, macOS.
Windows ➦ • How to Install Cisco Packet Tracer 7....
Linux / Ubuntu ➦ • How to Install Cisco Packet Tracer 7....
macOS ➦ • How to Install Cisco Packet Tracer 7....
Step 2: After installation, add two Cisco #Router, Switch to the workspace of the software. Then add four PCs.
Step 3: To add Serial Interfaces to routers, shut down the device with the shutdown command, and then add the HWIC module. To reopen the interfaces, run no shutdown.
Step 4: To test this routing protocol, define an IP block (192.168.5.0/25) with VLSM support for the network between R1 and R2. Also, add an IP address for the GigabitEthernet interfaces within the LAN computers and open the ports.
Step 5: Set the TCP/IP settings of the computers in the LAN according to the IP blocks you have selected. And test the network connection between the PCs with ping. See if ICMP packets can be sent between computers on the same network.
Step 6: If you ping from PC1 to PC3 on the LAN under R1, this will fail. The reason for this is that no routing protocol has been configured between the two routers to spread networks. Now, to enable Version 2 (RIPv2) of RIP on Routers, execute the following commands on R1 and R2.
R1# conf t
R1(config)# router rip
R1(config-router)# rip version 2
R1(config-router)# network 10.1.1.0
R1(config-router)# network 192.168.5.0
R2# conf t
R2(config)# router rip
R2(config-router)# rip version 2
R2(config-router)# network 10.1.1.0
R2(config-router)# network 192.168.5.128
NOTE: In the RIP settings of R2, the network 192.168.5.128 command indicates that this network is divided into subnets.
Step 7: After enabling the RIP Routing protocol, when you ping from PC1 to PC3, you can see that the packets were successfully sent and received!
Step 8: Watch the entire video to better understand what is the RIP protocol and to find out how to troubleshoot issues.
Step 9: Don't forget to subscribe to our YouTube channel for more videos on Cisco routing protocols!
────BEST PRODUCT FOR CISCO TRAINING──────
✅ Buy ► http://bit.ly/CiscoNetworkingEssentials
──────────── RELATED VIDEOS ──────────────
➊ How to Configure RIPv1
➦ • How to Configure RIP Version 1 (RIPv1...
➋ User Mode, Privileged Mode, Global Configuration Mode
➦ • Cisco Router Modes | User Mode, Previ...
➌ How to Use Packet Tracer
➦ • How to Use Cisco Packet Tracer | Pack...
➍ How to Configure EIGRP
➦ • How to Configure EIGRP on Cisco Route...
➎ How to Configure OSPF
➦ • How to Configure OSPF on Cisco Router...
───────────────FOLLOW US───────────────────
✔ Facebook
➦ / sysnettechsolutions
✔ Twitter
➦ / sysnettechs
✔ Pinterest
➦ / sysnettechs
✔ Instagram
➦ / sysnettech_solutions
✔ LinkedIn
➦ / tolqabaqci
███████████████████████████████████████████