port blocking cisco 1605

i'm having a brain lapse.. whats the command for blocking external port access (135-139) on a cisco 1605 router?

Reply to
emicro
Loading thread data ...

Insert the following deny udp any any range 135 139 deny tcp any any range 135 139 in the access-list you're using to filter incomming traffic.

Reply to
Rod Dorman

Reply to
emicro

It depends on the IOS you are using. If you use one of the latest, something like

no deny udp any any range 135 139 no deny tcp any any range 135 139

should work. As a general hint, it is a good practice to only permit those you are expecting and deny all other.

Michael

Reply to
Michael Meckelein

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.