Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A router has the following Access Control List defined. Each line will be applied to the header of the packet, in order, until a

image text in transcribed

A router has the following Access Control List defined. Each line will be applied to the header of the packet, in order, until a match is found. If a match is found, the action (permit or deny) will be applied. ip access-list extended RemoteMgt permit tcp any host 192.168.1.100 eg 80 log deny tcp any any eg 80 permit ip any any This access will: Allow any source address to reach 192.168.1.100 on port 80 Deny any source address from reaching any destination address on port 80 Allow all IP traffic from any source address to any destination address Allow source address 192.168.1.100 to reach any destination address on port 80 Deny any source address from reaching any destination address on port 80 Deny all IP traffic from any source address to any destination address Allow source address 192.168.1.100 to reach any destination address on port 08 Deny source address 192.168.1.100 from reaching any destination address on port 08 Deny all IP traffic from any source address to any destination address Allow any source address to reach 192.168.1.100 on port 80 Deny any source address from reaching any destination address on port 80 Deny all IP traffic from any source address to any destination address

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

Computer Networking A Top-Down Approach

Authors: James Kurose, Keith Ross

7th edition

978-0133594140

More Books

Students also viewed these Computer Network questions

Question

What is the systems development life cycle (SDLC)?

Answered: 1 week ago