56-15
Cisco ASA 5500 Series Configuration Guide using ASDM
Chapter56 Configuring Cisco Intercompany Media Engine Proxy
Configuring Cisco Intercompany Media Engine Proxy
Command Purpose
Step1 hostname(config)# object network name
Examples:
hostname(config)# object network
ucm-pat-209.165.200.228
Configures a network object for the outside IP
address of Cisco UCM that you want to translate.
Step2 hostname(config-network-object)# host ip_address
Example:
hostname(config-network-object)# host
209.165.200.228
Specifies the real IP address of the Cisco UCM host
for the network object.
Step3 hostname(config-network-object)# exit Exits from the objects configuration mode.
Step4 hostname(config)# object service name
Examples:
hostname(config)# object service tcp_5070
hostname(config)# object service tcp_5071
Creates a service object for the outside Cisco
Intercompany Media Engine port.
Step5 hostname(config-service-object)# tcp source eq port
Examples:
hostname(config-service-object)# tcp source eq 5070
hostname(config-service-object)# tcp source eq 5071
Specifies the port number.
Step6 hostname(config-service-object)# exit Exits from the objects configuration mode.
Step7 hostname(config)# object network name
Examples:
hostname(config)# object network
ucm-real-192.168.10.30
hostname(config)# object network
ucm-real-192.168.10.31
Configures a network object to represent the real IP
address of Cisco UCM.
Step8 hostname(config-network-object)# host ip_address
Examples:
hostname(config-network-object)# host 192.168.10.30
hostname(config-network-object)# host 192.168.10.31
Specifies the real IP address of the Cisco UCM host
for the network object.
Step9 hostname(config-network-object)# exit Exits from the objects configuration mode.
Step10 hostname(config)# object service name
Examples:
hostname(config)# object service tcp_5570
hostname(config)# object service tcp_5571
Creates a service objects for Cisco UCM SIP port.
Step11 hostname(config-service-object)# tcp source eq port
Example:
hostname(config-service-object)# tcp source eq 5570
hostname(config-service-object)# tcp source eq 5571
Specifies the port number.
Step12 hostname(config-service-object)# exit Exits from the objects configuration mode.
Step13 hostname(config)# nat (inside,outside) source static
real_obj mapped_obj service real_port mapped_port
Examples:
hostname(config)# nat (inside,outside) source static
ucm-real-192.168.10.30 ucm-pat-209.165.200.228
service tcp_5070 tcp_5570
hostname(config)# nat (inside,outside) source static
ucm-real-192.168.10.31 ucm-pat-128.106.254.5 service
tcp_5071 tcp_5571
Creates a static mapping for Cisco UCM.
Where real_obj is the name that you created in
Step 1 in this task.
Where mapped_obj is the name that you created in
Step 7 in this task.
Where real_port is the name that you created in
Step 4 in this task.
Where mapped_obj is the name that you created in
Step 10 in this task.