Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Subnetting You are given two network addresses that you need to submit. The first one is used for your main subnets. The second one is

Subnetting
You are given two network addresses that you need to submit. The first one is used for your main subnets. The second one is used for the tiny subnets between the routers.
The network for the main subnets: 192.168.22.192/26
Number of needed subnets:3
The network for the small subnets: 10.10.10.240/28
Number of needed subnets:4
3. IP configuration
Based on the subnets, assign suitable IP configuration on all PCs and the network interfaces for your routers. The IP address for PCs should be chosen from main subnets. The IP address for the interfaces interconnecting the routers should be chosen from the small subnets.
Label all the subnets and PC IP addresses in your topology. This will help you with the rest of the assignment.
4. OSPF Configuration
To reach the Internet, PCs use a default route that is advertised using OSPF routing. Use the OSPF routing protocol on routers R1,R2 and R3. To R3, add a default route pointing to the ISP Router using the next hop address.
Then configure R3 so that it advertises this default route, using OSPF, to R1 and R2. Verify that R1 and R2 show their advertised default route via the command 'show ip route'.
Use the following router ids:
Router 1: 4.4.4.4
Router 2: 5.5.5.5
Router 3: 6.6.6.6
5. Connectivity Check
Make sure that all PCs can ping this ip address: 5.5.5.5
If there is any problem, review the OSPF troubleshooting topic and use tools like traceroute. You can also use show ip route to check whether your routers have any OSPF populated routing entries.
6. ACL
Write the ACLs to meet the following requirements and apply them on the correct interface:
- All PCs in subnet1 should be able to ping and access the webserver.
- All other outgoing traffic from subnet1 to any other system/subnets should be blocked for systems in subnet1.
- In subnet2 only PC2 should be able to ping and access the webserver.
- All systems in subnet2 should be able to access subnet3 systems.
- All other traffic from subnet2 to any other systems/networks should be blocked.
- PCs in subnet3 should be able to access any services on all PCs in subnets2 and subnet1.
- All other outgoing traffic from subnet3 should be blocked.
7. Verify your access lists.
a. Ping 5.5.5.5 from PC1(Should be OK).
b. Access the webserver on 5.5.5.5 from PC1(Should be OK).
c. Ping PC2 from PC1(Should be blocked)
d. Access the webserver on 5.5.5.5 from PC2(Should be OK)
e. Ping PC3 from PC2(Should be OK)
f. Ping PC1 from PC2(Should be blocked)
g. Ping 5.5.5.5 from PC3(Should be blocked)
h. Ping PC1 from PC3(Should be OK)
i. Ping PC2 from PC3(Should be OK
please write the steps to do this assginment

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Implementation

Authors: Shouhong Wang, Hai Wang

1st Edition

1612330150, 978-1612330150

More Books

Students also viewed these Databases questions