mod5courseproject_020324
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
2
Uploaded by ConstableStingray2882
Cisco Network Routing Module 05 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, using the Class B address space: 172.18.0.0.
SomeCompany completed a network usage audit as part of their fiscal yearend financial audit. The auditors noted that there was attempted access to the Payroll systems by users in unauthorized departments. In their recommendations, the auditors noted that the Payroll systems need to be isolated
and access needs to be restricted to only those authorized users who are in Human Resources.
During a review of the proposed changes to be made, the Human Resources department points out there is a New Employee Benefits portal that is hosted on the HR Department. The portal needs to be accessed by Employees anywhere on the corporate network.
Create the ACLs necessary to limit access to Payroll Subnet using the following requirements:
Only those computers on the HR subnet should have access to the Payroll subnet
There should be no limitation on access to the HR Subnet.
Referring to the Logical Network Diagram from Module 3, determine how to configure ACL settings to meet the above requirements. Include the CLI below to complete the configuration.
Router CLI (Provide the configuration lines for the router 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 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
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
Configure and apply Access Control List
Access-list 1 permit ip 172.18.80.0 0.0.15.255
Int fa0/2
Ip access-group 1 in
end
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