cisco firewall feature set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 11:49 PM - edited 03-11-2019 05:37 AM
Hi,
I config the cisco router 1811 with firewall feature set. I can block the IM. how do I block the ICQ?
rdgs
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 01:35 AM
Hej,
yes you can block it. if you use the SDM module you are able to block it. unfortunally i don't know the CLI commands.
May this helped your issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 05:20 AM
ip access-list extended 101 deny tcp any any eq 5190
ip access-list extended 101 permit ip any any
*Apply this access list on outside interface :
ip access-group 101 in
ip access-group 101 out
