cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
21795
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Resolution

To disable SIP inspection on particular interface following steps are required :-

  1. Remove SIP inspection from  global policy
  2. Create a new policy for inspecting SIP
  3. Apply it to all the other interfaces.

Refer to following configuration example:-


   hostname(config)# policy-map global_policy
   hostname(config-pmap)# class-map inspection_default
   hostname(config-pmap)# no inspect sip
   hostname(config-pmap)#exit
   hostname(config)# policy-map sip_policy
   hostname(config-pmap)# class-map inspection_default
   hostname(config-pmap)# inspect sip
   hostname(config-pmap)#exit
   hostname(config)#service-policy sip_policy interface [interface]


Note:-  [interface] is the interface name on which you need to have SIP enabled.

For additional help with traffic inspection on PIX/ASA refer to Modular Policy Framework

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: