mod3courseproject_011624
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
4
Uploaded by ConstableStingray2882
Cisco Network Routing Module 03 Project Template
SomeCompany’s CTO has reconsidered the department subnet plan (from Module 1)
versus building/floor subnet plan (from Module 2)
and has decided to go with the department subnet 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.
Update the logical network diagram from Module 01 to represent the desired network layout. In addition to the Interface labels, include the IP Addresses of the labels. Please include the map in the designated area below.
Then, work on the router configuration information. Provide the lines of CLI to assign the needed IP Address to each interface in use (note: not all interfaces should receive an IP Address).
Network Map
(Please paste only the map. The labels should be easily read. If pasting a screenshot, please crop out the Visio application interface.)
Router CLI (Provide the configuration lines to assign interface IP Addresses for each of the routers below. To help determine where in the configuration we are, include the CLI prompts. An example is given 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
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 interfaces
Router (config) #int s0/0 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
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
Int range s0/0-1 No shut
Int range f0/0-4
No shut
Save Router Configuration
Copy run start
Building 3 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.223.246 255.255.240.0
Int s0/1
Ip add 172.18.239.246 255.255.240.0
Int f0/0
Ip add 172.18.144.1 255.255.240.0
Int f0/1
Ip add 172.18.160.1 255.255.240.0
Int range s0/0-1 No shut
Int range f0/0-1
No shut
Save Router Configuration
Copy run start