mod4courseproject_012624
docx
keyboard_arrow_up
School
Rasmussen College *
*We aren’t endorsed by this school
Course
2522C
Subject
Information Systems
Date
Feb 20, 2024
Type
docx
Pages
3
Uploaded by ConstableStingray2882
Cisco Network Routing Module 04 Project Template
SomeCompany’s CTO has reconsidered the department subnet plan
versus building/floor subnet plan
and has decided to go with the department plan as outlined in Module 01. (As a reminder, this plan calls
for the deployment of three routers to allow communication between the 3 buildings on their campus. Each department will deploy its own switch which will be connected to an interface on the related building router.) The CTO wants the routers configured to allow the maximum number of IP addresses in
each department subnet, using the Class B address space: 172.18.0.0.
(If needed, refer to the updated logical network diagram from Module 03 to assist in the router protocol
configuration.)
At this point, the CTO has decided to allow you to choose to configure either OSPF or EIGRP on the Building 1 and 2 routers. However, the CTO wants to be sure to configure each interface separately. This means each interface address or subnet should be configured to the related protocol in the command lines. (The CTO’s reasoning is that it might make it easier to change protocol configuration in the future.)
For this assignment, work on the router configuration information for Buildings 1 and 2. If needed, update the CLI for assigning the IP Addresses to the interfaces (from Module3, correcting based on feedback from your instructor). Then, provide the lines of CLI to assign the chosen protocol to each interface in use (note: not all interfaces should be configured).
Router CLI (Provide the configuration lines for the routers below. To help determine where in the configuration we are, include the CLI prompts. Also, include the previous assignment CLI parts, adjusting as necessary after instructor feedback. An example is included in the first line.)
Building 1 Router
Task
CLI Commands
Enable administrative mode
and enter configuration terminal
Router >enable
Router #config t
Assign IP Addresses to the router interfaces
Router (config) #int s0/0 Ip add 172.18.191.245 255.255.240.0
int s0/1
Ip add 172.18.223.245 255.255.240.0
Int f0/0
Ip add 172.18.0.1 255.255.240.0
Int f0/1
Ip add 172.18.16.1 255.255.240.0
Int f0/2
Ip add 172.18.32.1 255.255.240.0
Int f0/3
Ip add 172.18.48.1 255.255.240.0
Int range s0/0-1 No shut
Int range f0/0-3
No shut
Assign Routing Protocol to necessary interfaces
Router ospf 13 Router-id 1.1.1.1
Network 172.18.0.0 0.0.15.255 area 0
Network 172.18.16.0 0.0.15.255 area 0
Network 172.18.32.0 0.0.15.255 area 0
Network 172.18.48.0 0.0.15.255 area 0
Int range f0/1-3
Ip ospf 13 area 0
Save Router Configuration
Copy run start
Building 2 Router
Task
CLI Commands
Enable administrative mode
and enter configuration terminal
Router >enable
Router #config t
Assign IP Addresses to the Router (config) # int s0/0
router interfaces
Ip add 172.18.191.246 255.255.240.0
Int s0/1
Ip add 172.18.239.245 255.255.240.0
Int f0/0
Ip add 172.18.64.1 255.255.240.0
Int f0/1
Ip add 172.18.80.1 255.255.240.0
Int f0/2
Ip add 172.18.96.1 255.255.240.0
Int f0/3
Ip add 172.18.112.1 255.255.240.0
Int f0/4
Ip add 172.18.128.1 255.255.240.0
Int range s0/0-1 No shut
Int range f0/0-4
No shut
Assign Routing Protocol to necessary interfaces
Router ospf 13 Router-id 2.2.2.2
Network 172.18.64.0 0.0.15.255 area 0
Network 172.18.80.0 0.0.15.255 area 0
Network 172.18.96.0 0.0.15.255 area 0
Network 172.18.112.0 0.0.15.255 area 0
Network 172.18.128.0 0.0.15.255 area 0
Int range f0/1-4
Ip ospf 13 area 0
Save Router Configuration
Copy run start
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help