Cisco ASA Series Cli Configuration Manual page 1820

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

Advertisement

Configuring Application Profile Customization Framework
Detailed Steps
Command
Step 1
webvpn
Step 2
apcf
Example:
hostname(config)# webvpn
hostname(config-webvpn)# apcf flash:/apcf/apcf1.xml
hostname(config)# webvpn
hostname(config-webvpn)# apcf
https://myserver:1440/apcf/apcf2.xml
APCF Syntax
APCF profiles use XML format, and sed script syntax, with the XML tags in
Guidelines
Misuse of an APCF profile can result in reduced performance and undesired rendering of content. In
most cases, Cisco Engineering supplies APCF profiles to solve specific application rendering issues.
Table 1-1
APCF XML Tags
Tag
<APCF>...</APCF>
<version>1.0</version>
<application>...</application>
<id> text </id>
<apcf-entities>...</apcf-entities>
<js-object>...</js-object>
<html-object>...</html-object>
<process-request-header>...</process-request-header>
<process-response-header>...</process-response-header>
<preprocess-response-body>...</preprocess-response-body>
<postprocess-response-body>...</postprocess-response-body>
Cisco ASA Series CLI Configuration Guide
1-12
Chapter 1
Purpose
Switches to webvpn configuration mode.
Identifies and locates an APCF profile that you want
to load on the ASA.
Shows how to enable an APCF profile named
apcf1.xml, located on flash memory.
Shows how to enable an APCF profile named
apcf2.xml, located on an https server called
myserver, port 1440 with the path being /apcf.
Use
The mandatory root element that opens any APCF XML
file.
The mandatory tag that specifies the APCF
implementation version. Currently the only version is
1.0.
The mandatory tag that wraps the body of the XML
description.
The mandatory tag that describes this particular APCF
functionality.
The mandatory tag that wraps a single or multiple APCF
entities.
One of these tags specifies type of content or the stage at
which the APCF processing should take place.
Configuring Clientless SSL VPN
Table
1-1.

Advertisement

Table of Contents
loading

Table of Contents