Cisco Systems ASA 5505 Webcam User Manual


 
21-26
Cisco ASA Series Firewall ASDM Configuration Guide
Chapter 21 Configuring Cisco Intercompany Media Engine Proxy
Configuring Cisco Intercompany Media Engine Proxy
Command Purpose
Step 1
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.
Step 2
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 ACL you
created in Step 3, page 21-16 of the task Creating
ACLs for Cisco Intercompany Media Engine Proxy.
Step 3
hostname(config-cmap)# exit
Exits from the class map configuration mode.
Step 4
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.
Step 5
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 ACL you
created in Step 4, page 21-16 of the task Creating
ACLs for Cisco Intercompany Media Engine Proxy.
Step 6
hostname(config-cmap)# exit
Exits from the class map configuration mode.
Step 7
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.
Step 8
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 Step 1 in this task.
Step 9
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.
Step 10
hostname(config-cmap-c)# exit
Exits from the policy map class configuration mode.
Step 11
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 Step 4 in this task.
Step 12
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.
Step 13
hostname(config-pmap-c)# exit
Exits from the policy map class configuration mode.