Cisco ASA Series Cli Configuration Manual page 1216

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Configuring the Phone Proxy
Step 6
While configuring the phone proxy instance (in the Phone Proxy Configuration mode), enter the
following command to configure the mode of the cluster to be mixed mode because the default is
nonsecure:
hostname(config-phone-proxy)# cluster-mode mixed
Step 7
Enable the phone proxy y with SIP and Skinny inspection. See
Skinny Inspection, page
Creating Trustpoints and Generating Certificates
Create trustpoints and generate certificates for each entity in the network (Cisco UCM, Cisco UCM and
TFTP, TFTP server, CAPF) that the IP phone must trust. The certificates are used in creating the CTL
file.
You need to create trustpoints for each Cisco UCM (primary and secondary if a secondary Cisco UCM
is used) and TFTP server in the network. The trustpoints need to be in the CTL file for the phones to
trust the Cisco UCM.
Prerequisites
Import the required certificates, which are stored on the Cisco UCM. See
UCM, page 1-7
Command
Step 1
hostname(config)# crypto key generate rsa label
key-pair-label modulus size
Example:
crypto key generate rsa label cucmtftp_kp modulus
1024
Step 2
hostname(config)# crypto ca trustpoint
trustpoint_name
Example:
crypto ca trustpoint cucm_tftp_server
Step 3
hostname(config-ca-trustpoint)# enrollment self
Step 4
hostname(config-ca-trustpoint)# keypair keyname
Example:
keypair cucmtftp_kp
Cisco ASA Series CLI Configuration Guide
1-18
1-26.
and
Importing Certificates from the Cisco UCM, page
Chapter 1
Configuring the Cisco Phone Proxy
Enabling the Phone Proxy with SIP and
Certificates from the Cisco
1-15.
Purpose
Creates a keypair that can be used for the trustpoints.
Creates the trustpoints for each entity in the network
(primary Cisco UCM, secondary Cisco UCM, and
TFTP server).
Note
You are only required to create a separate
trustpoint for the TFTP server when the
TFTP server resides on a different server
from the Cisco UCM. See
Mixed-mode Cisco UCM cluster, Cisco
UCM and TFTP Server on Different Servers,
page 1-47
for an example of this
configuration.
Generates a self-signed certificate.
Specifies the keypair whose public key is being
certified.
Example 3:

Advertisement

Table of Contents
loading

Table of Contents