06-21-2022 12:50 AM
Dear Community,
I have SIP inspection enabled on my Cisco5516. Now we are migrating different service provider on my SIP server for which we using different SIP ports rather than default one tcp/5060 which is already configured for ISP-1. Now we are migrating ISP-2 on my SIP server which is in DMZ zone behind my ASA & I want to enable SIP inspection for customize port i.e. tcp/5062. How we can achieve that in Cisco ASA? Currently Global SIP inspection has been enabled for tcp-udp/5060.
Solved! Go to Solution.
06-21-2022 03:03 AM - edited 06-21-2022 03:03 AM
access-list sip-list extended permit udp any any eq XXXX
access-list sip-list extended permit tcp any any eq 5060<- add this so it also include the default SIP tcp port
06-21-2022 03:39 AM
06-21-2022 01:31 AM
06-21-2022 02:23 AM
Thanks MD al Baqari,
Just few questions.
1. Does this policy affect current SIP inspection enabled for tcp/5060 ?
2. Find current global policy configured, would adding other class map affect exiting class map?
policy-map global_policy
description Customize_SIP_Inspection
class inspection_default
inspect ftp
inspect h323 h225
inspect h323 ras
inspect ip-options
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect xdmcp
inspect dns preset_dns_map
inspect sip
06-21-2022 03:03 AM - edited 06-21-2022 03:03 AM
access-list sip-list extended permit udp any any eq XXXX
access-list sip-list extended permit tcp any any eq 5060<- add this so it also include the default SIP tcp port
06-21-2022 03:39 AM
06-22-2022 11:49 PM
Dear Community,
I have made this changes post that SIP inspection started working for customize ports.
class-map sip-class
match port tcp eq 5062
policy-map global_policy
class sip-class
inspect sip
06-22-2022 11:57 PM
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