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 Bateman240 pts.
All Answer Wiki Contributors: Dave Bateman240 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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