Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 1 : Configure Basic Device Settings Router > enable Router# configure terminal Router ( config ) # hostname R 1 R 1 ( config

Task 1: Configure Basic Device Settings
Router> enable
Router# configure terminal
Router(config)# hostname R1
R1(config)# enable secret class
R1(config)# line console 0
R1(config-line)# password cisco
R1(config-line)# login
R1(config)# end
R1= WR
Task 2 : configure and Verify RIPv2 Routing
1. Configure RIPv2 as the routing protocols on the routers and advertise the appropriate networks using the network statement. (hint: determine the connected networks for each router and advertise them through RIPv2.
2. Prevent routing update on the LAN interface of R2 and R3(hint: you should use passive-interface command)
3. Verify that RIPv2 is running on the routers. Which command would you use to confirm that RIPv2 is running?
4. Examine the routing tables on all routers. What command should you use to examine the routing tables content?
5.
R1
R1> enable
R1# configure terminal
R1(config)# router rip
R1(config-router)# version 2
R1(config-router)# network 192.168.1.0( Use different ip address for all router)
R1(config-router)# network 10.1.1.0
R1(config-router)# end
R1# WR
R1# show ip protocols
R1# show ip route
R2---
R2> enable
R2# configure terminal
R2(config)# router rip
R2(config-router)# version 2
R2(config-router)# network 192.168.2.0
R2(config-router)# network 10.1.1.0
R2(config-router)# network 10.2.2.0
R2(config-router)# passive-interface fastethenet 0/0
R2(config-router)# end
R2# WR
R2# show ip protocols
R2# show ip route
R3------
R3> enable
R3# configure terminal
R3(config)# router rip
R3(config-router)# version 2
R3(config-router)# network 192.168.3.0
R3(config-router)# network 10.2.2.0
R3(config-router)# passive-interface - fastethenet 0/0
R3(config-router)# end
R3# WR
R3# show ip protocols
R3# show ip route
6. Verify that RIPv2 is running on the routers. Which command would you use to confirm that RIPv2 is running?
R1# show ip protocols
R2# show ip protocols
R3# show ip protocols
7. Examine the routing tables on all routers. What command should you use to examine the routing tables content?
R1# show ip route
R2# show ip route
R3# show ip route
Task 3: Configure Static Routing
1. From RIPv2 configuration on R2, remove the LAN network \
R2# configure terminal
R2(config)# router rip
R2(config-router)# no network
R2(config-router)# end
2. Configure a static route on R1 and R3 to reach network.
R1# configure terminal
R1(config)# ip route [Subnet Mask][Next Hop IP]- s0/2/0
R1(config)# end
R3# configure terminal
R3(config)# ip route [Subnet Mask][Next Hop IP]- s0/2/0
R3(config)# end
3. Verify the routing configuration by viewing the routing table of R1 and R3.
How can you confirm from the routing tables that all static routes have been added correctly?
R1# show ip route
R3# show ip route
Look for the static route entry. It should be marked with an "S" and display the configured network and next-hop IP.
Task:4 Saving your configuration and restart the devices
[Hostname]# write memory
Router# copy running-config startup-config
Restart the devices by clicking on "Power Cycle Devices" in Packet Tracer.
Click the Power Cycle Devices link below the lower left corner of the Logical Workspace to reset the network and update the routing tables.
Task 5: Verify Connectivity
Ping the PC

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Robb,Carlos Coronel

5th Edition

061906269X, 9780619062699

More Books

Students also viewed these Databases questions