52-26
Cisco ASA 5500 Series Configuration Guide using the CLI
Chapter52 Configuring Cisco Intercompany Media E ngine Proxy
Configuring Cisco Intercompany Media Engine Proxy
Command Purpose
Step1 hostname(config)# class-map class_map_name
Examples:
hostname(config)# class-map ime-inbound-sip
Defines a class for the inbound Cisco Intercompany
Media Engine SIP traffic.
Step2 hostname(config-cmap)# match access-list
access_list_name
Examples:
hostname(config-cmap)# match access-list
ime-inbound-sip
Identifies the SIP traffic to inspect.
Where the access_list_name is the access list you
created in Step 3, page 52-16 of the task Creating
Access Lists for Cisco Intercompany Media Engine
Proxy.
Step3 hostname(config-cmap)# exit Exits from the class map configuration mode.
Step4 hostname(config)# class-map class_map_name
Examples:
hostname(config)# class-map ime-outbound-sip
Defines a class for the outbound SIP traffic from
Cisco Intercompany Media Engine.
Step5 hostname(config)# match access-list access_list_name
Examples:
hostname(config-cmap)# match access-list
ime-outbound-sip
Identifies which outbound SIP traffic to inspect.
Where the access_list_name is the access list you
created in Step 4, page 52-16 of the task Creating
Access Lists for Cisco Intercompany Media Engine
Proxy.
Step6 hostname(config-cmap)# exit Exits from the class map configuration mode.
Step7 hostname(config)# policy-map name
Examples:
hostname(config)# policy-map ime-policy
Defines the policy map to which to attach the actions
for the class of traffic.
Step8 hostname(config-pmap)# class classmap_name
Examples:
hostname(config-pmap)# class ime-outbound-sip
Assigns a class map to the policy map so that you
can assign actions to the class map traffic.
Where classmap_name is the name of the SIP class
map that you created in Step1 in this task.
Step9 hostname(config-pmap-c)# inspect sip [sip_map]
tls-proxy proxy_name uc-ime uc_ime_map
Examples:
hostname(config-pmap-c)# inspect sip tls-proxy
local_to_remote-ent uc-ime local-ent-ime
Enables the TLS proxy and Cisco Intercompany
Media Engine Proxy for the specified SIP inspection
session.
Step10 hostname(config-cmap-c)# exit Exits from the policy map class configuration mode.
Step11 hostname(config-pmap)# class class_map_name
Examples:
hostname(config-pmap)# class ime-inbound-sip
Assigns a class map to the policy map so that you
can assign actions to the class map traffic.
Where classmap_name is the name of the SIP class
map that you created in Step4 in this task.
Step12 hostname(config-pmap-c)# inspect sip [sip_map]
tls-proxy proxy_name uc-ime uc_ime_map
Examples:
hostname(config-pmap-c)# inspect sip tls-proxy
remote-to-local-ent uc-ime local-ent-ime
Enables the TLS proxy and Cisco Intercompany
Media Engine Proxy for the specified SIP inspection
session.
Step13 hostname(config-pmap-c)# exit Exits from the policy map class configuration mode.