15 pts.
 Access list
I want to config a router to deny any use for TCP port 80. How can I do that?

Software/Hardware used:
ASKED: December 18, 2009  7:04 PM
UPDATED: December 25, 2009  2:19 AM

Answer Wiki:
On a Cisco router first create the access list which would look something like the following (issued in config mode) : access-list 101 deny tcp any any eq 80 access-list 101 permit ip any any Next apply to the correct interface (must be in config-if mode) as an inbound or outbound access list using one of the following commands: ip access-group 101 out or ip access-group 101 in <b> Make sure you test any and all access lists before putting them in to production. If you enter the wrong thing it can shut your network down so proceed with caution and at your own risk.</b>
Last Wiki Answer Submitted:  December 25, 2009  2:19 am  by  Dave Bateman   240 pts.
All Answer Wiki Contributors:  Dave Bateman   240 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Any chance you could give a hint about what kind of router you’re working with? There’s not much chance of helping without something to go on.

Tom

 108,055 pts.