Answered step by step
Verified Expert Solution
Question
1 Approved Answer
6. (5pts) Design and write an IP ACL that denies traffic from host 11.5.25.239 but permits all other IP traffic. router (config)# access-list standard
6. (5pts) Design and write an IP ACL that denies traffic from host 11.5.25.239 but permits all other IP traffic. router (config)# access-list standard deny 11.5.25.239 router (config)# access-list standard permit ip any any 7. (10pts) Design and write an ACL that denies IP traffic from hosts 152.5.35.83 and 104.2.64.33, permits IP traffic from all hosts on network 185.25.0.0/16 and denies all other IP traffic. Invoke your access list inbound on interface E2. router (config)# access-list standard deny 8. (10pts) Design and write an extended IP ACL that denies HTTP traffic intended for the web server at 47.23.67.102, permits HTTP traffic to other web servers and denies all other IP traffic. Invoke your access list inbound on interface EO, and outbound on Ethernet interface 3. 9. (10pts) Design and write an access list that permits web traffic from the server at 101.54.32.2 to all hosts on subnet 149.23.8.0/24, permits pings in either direction between the hosts on network 39.0.0.0/8 and subnet 197.2.5.96/27 and denies everything else. Place this access list in force in the outbound direction on the router's E2 port. 10. (10pts) Design and write an access list that permits all IP traffic from the hosts on networks 222.111.3.0/24 through 222.111.7.0/24 and denies all other IP traffic. 11. (10pts) Design and write an access list that permits all IP traffic from the hosts on subnets 10.0.0.0/16 through 10.7.0.0/16, permits IP traffic from the hosts on subnets 10.9.0.0/16 through 10.15.0.0/16, and denies all other IP traffic. Place it outbound on E0 and inbound on E1.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Heres a breakdown of the answers with more information 6 This ACL is a standard IP ACL which means it only filters based on source IP addresses The first line accesslist standard deny 11525239 denies ...Get Instant Access to Expert-Tailored Solutions
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