10-19-2009 02:27 AM - edited 03-11-2019 09:27 AM
dear experts, i'm using ASA 5520 and i want to deny the msn and yahoo messengers without affecting the hotmail or yahoo websites access, so i want to know the specific ports which i should deny and on which transport layer protocols (tcp or udp), i appreciate ur urgent answer because this is very important for me in my security work, thanks alot
Solved! Go to Solution.
10-19-2009 02:44 AM
Hi
I think, you can get the list of port numbers from google.
But you can try the following:
class-map type inspect im match-any yahooandmsn
match protocol msn-im
match protocol yahoo-im
policy-map type inspect im yahoomsn
parameters
class yahooandmsn
reset
With regards
Kings
10-19-2009 02:44 AM
Hi
I think, you can get the list of port numbers from google.
But you can try the following:
class-map type inspect im match-any yahooandmsn
match protocol msn-im
match protocol yahoo-im
policy-map type inspect im yahoomsn
parameters
class yahooandmsn
reset
With regards
Kings
10-19-2009 02:59 AM
You can configure ASA using Modular Policy Framework (MPF) in order to block the Peer-to-Peer (P2P) and Instant Messaging (IM), such as MSN Messenger using class inspection policy map..
see this http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00808c38a6.shtml
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide