Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Task 1 : Configure Basic Device Settings Router > enable Router# configure terminal Router ( config ) # hostname R 1 R 1 ( config
Task : Configure Basic Device Settings
Router enable
Router# configure terminal
Routerconfig# hostname R
Rconfig# enable secret class
Rconfig# line console
Rconfigline# password cisco
Rconfigline# login
Rconfig# end
R WR
Task : configure and Verify RIPv Routing
Configure RIPv 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 RIPv
Prevent routing update on the LAN interface of R and Rhint: you should use passiveinterface command
Verify that RIPv is running on the routers. Which command would you use to confirm that RIPv is running?
Examine the routing tables on all routers. What command should you use to examine the routing tables content?
R
R enable
R# configure terminal
Rconfig# router rip
Rconfigrouter# version
Rconfigrouter# network Use different ip address for all router
Rconfigrouter# network
Rconfigrouter# end
R# WR
R# show ip protocols
R# show ip route
R
R enable
R# configure terminal
Rconfig# router rip
Rconfigrouter# version
Rconfigrouter# network
Rconfigrouter# network
Rconfigrouter# network
Rconfigrouter# passiveinterface fastethenet
Rconfigrouter# end
R# WR
R# show ip protocols
R# show ip route
R
R enable
R# configure terminal
Rconfig# router rip
Rconfigrouter# version
Rconfigrouter# network
Rconfigrouter# network
Rconfigrouter# passiveinterface fastethenet
Rconfigrouter# end
R# WR
R# show ip protocols
R# show ip route
Verify that RIPv is running on the routers. Which command would you use to confirm that RIPv is running?
R# show ip protocols
R# show ip protocols
R# show ip protocols
Examine the routing tables on all routers. What command should you use to examine the routing tables content?
R# show ip route
R# show ip route
R# show ip route
Task : Configure Static Routing
From RIPv configuration on R remove the LAN network
R# configure terminal
Rconfig# router rip
Rconfigrouter# no network
Rconfigrouter# end
Configure a static route on R and R to reach network.
R# configure terminal
Rconfig# ip route Subnet MaskNext Hop IP s
Rconfig# end
R# configure terminal
Rconfig# ip route Subnet MaskNext Hop IP s
Rconfig# end
Verify the routing configuration by viewing the routing table of R and R
How can you confirm from the routing tables that all static routes have been added correctly?
R# show ip route
R# show ip route
Look for the static route entry. It should be marked with an S and display the configured network and nexthop IP
Task: Saving your configuration and restart the devices
Hostname# write memory
Router# copy runningconfig startupconfig
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 : Verify Connectivity
Ping the PC
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started