Cisco Catalyst SD-WAN Remote Access Configuration Guide, Releases 26.x and Later

PDF

Cisco Catalyst SD-WAN Remote Access Configuration Guide, Releases 26.x and Later

Configure AnyConnect profile download

Want to summarize with AI?

Log in

Configure AnyConnect profile download on the SD-WAN RA headend device using a CLI add-on template in Cisco SD-WAN Manager.


Configure AnyConnect profile download functionality on the Cisco Catalyst SD-WAN remote access headend device to enable client profile distribution.

In Cisco SD-WAN Manager, use a CLI add-on template for the SD-WAN RA headend device to configure the AnyConnect profile download functionality.

Before you begin

Ensure that you have an AnyConnect profile XML file available. Step 3 uses the file. For information about AnyConnect profiles, see the documentation for AnyConnect.

Follow these steps to configure AnyConnect profile download:

Procedure

  1. Disable HTTP secure server functionality.

    Example:

    no ip http secure-server 
  2. Configure SSL policy and specify the Cisco Catalyst SD-WAN remote access WAN IP as the local address for profile download.

    Example:

    crypto ssl policy sdra_anyconnect_profile_download 
     pki trustpoint sdra_pki_trustpoint  sign 
     ip address local sdra_wan_ip port 443 
  3. Copy the AnyConnect profile XML file to the SDremote access headend bootflash and specify the path.

    Example:

    crypto vpn anyconnect profile sdra_anyconnect_profile  bootflash: sdra_anyconnect_profile.xml 
    Note

    You can copy the AnyConnect profile XML file to the Cisco Catalyst SD-WAN remote access headend bootflash from a host reachable in a service VPN, using the secure copy command on the Cisco Catalyst SD-WAN remote access headend.

  4. Specify the AnyConnect profile name in the IKEv2 profile.

    Example:

    crypto ikev2 profile sdra_ikev2_profile 
     anyconnect profile sdra_anyconnect_profile 

The AnyConnect profile download is configured on the headend device. The following example shows the complete configuration:

no ip http secure-server
!
crypto ssl policy sdra_anyconnect_profile_download
 pki trustpoint sdra_pki_trustpoint sign
 ip address local 172.16.1.1 port 443
!
crypto vpn anyconnect profile sdra_anyconnect_profile bootflash: sdra_anyconnect_profile.xml
!
crypto ikev2 profile sdra_ikev2_profile
anyconnect profile sdra_anyconnect_profile