Problem : Dynamic Routing (30%) Implement the same network and configure the required dynamic routing protocols such that all the subnets are reachable from each
Problem : Dynamic Routing (30%) Implement the same network and configure the required dynamic routing protocols such that all the subnets are reachable from each other. You can use either RIP or OSPF for this problem or both.
What do you need to submit for this problem? A packet tracer project or file of the entire network configured using dynamic routing. Since you have already implemented the network for Problem 2 and if you do not want to start from scratch for this problem, you can use the same project you created belore as follows:
- Make sure you have saved the static routing configuration project before to submit it on canvas
- Hemove all the static routes using the command "g no ip route *", This command needs to run once in each router for all static routes you created.
- Now, vou can configure the dynarnic routing configuration, save your changes and export as another portable project for the dyramic routine.
- A submission of a packet tracer, Lastname, Mini. Project1_Drnamic. Nouting. PKZ, file of the entire network that you configured using static routing Important
- Remember to save the configuration of your devices before shutting them down or closing packet tracer. To do this use the following commands: For rovters: If copy running-confie startup-config Important
- Remember to save the configuration of your devices before shutting them down or closing packet tracer, To do this use the following commands: For routers: # copy running-config startup-config
Sol59:
- Assign IP addresses to the interfaces of each device in the network.
- Enable OSPF on each router using the command "router ospf [process id]".
- Configure the network statements for each router using the command "network [network address] [wildcard mask] area [area id]".
- Verify that OSPF is running properly on each router using the command "show ip ospf neighbor" to see the neighboring routers.
- Test the connectivity between the devices in the network.
Make sure to save the configuration of each device using the command "copy running-config startup-config" to prevent losing any changes made.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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