Posts

Showing posts with the label RIP

Routing between RIP v1 and RIP v2

Image
Routers Used : 3640 w/ NM-4T and NM-1FE-TX modules IOS : c3640-jk9s-mz.124-16a Objective In this lab, configure RIP v1 and RIP v2 routing protocols. RIP v2 will be configured to accept RIP v1 updates. Scenario RIP v1 is presently running between Jakarta, Tegal, and Surabaya. New routers that support RIP v2 and variable-length subnet mask (VLSM) have been installed at the Tegal and Surabaya headquarters. However, an upgrade of the Jakarta router, which presently does not support RIP v2 will be installed at a later time. RIP v2 will have to be configured between Tegal and Surabaya. Surabaya will then need to be configured to receive RIP v1 updates so the Jakarta router will be able to communicate with Tegal. Step 1 Build the network according to the diagram and configure all routers with RIP v1. Test connectivity between the routers and troubleshoot as necessary. A ping should be successful from one end of the network to the other. Step 2 Verify that RIP v1 is running. There are several...

Migrating from RIP to EIGRP

Image
Routers Used : 3640 w/ NM-4T and NM-1FE-TX modules IOS : c3640-jk9s-mz.124-16a Objective In this lab, configure RIP v2 and then EIGRP so that their metric calculations can be compared. Scenario International Travel Agency (ITA) currently uses RIP v2 as its interior gateway protocol. Migrate its network to EIGRP. Step 1 Build and configure the network according to the diagram. Note: PC1 and PC2 are not required to complete this lab, but they might be used in testing or as Telnet clients. If used, the PC1 gateway may be either Dion1 router or the Dion2 router. On all three routers, configure RIP v2 and enable updates on all active interfaces with the network command: Dion1(config)#router rip Dion1(config-router)#version 2 Dion1(config-router)#network 192.168.1.0 Dion1(config-router)#network 10.0.0.0 Dion2(config)#router rip Dion2(config-router)#version 2 Dion2(config-router)#network 192.168.2.0 Dion2(config-router)#network 10.0.0.0 Arief(config)#router rip Arief(config-router)#version 2...