Cisco ASA 5505 User Manual

Page 1663

Advertising
background image

74-77

Cisco ASA 5500 Series Configuration Guide using the CLI

Chapter 74 Configuring Clientless SSL VPN

Configuring File Access

For a complete description of these commands, see the Cisco Security Appliance Command Reference.

Step 5

(Optional)

character-encoding charset

Example:

hostname(config-webvpn)# character-encoding

shift_jis

hostname(config-webvpn)# customization

DfltCustomization

hostname(config-webvpn-custom)# page style

background-color:white

Specifies the character set to encode in clientless
SSL VPN portal pages delivered to remote users. By
default, the encoding type set on the remote browser
determines the character set for clientless SSL VPN
portal pages, so you need to set the character
encoding only if it is necessary to ensure proper
encoding on the browser.

Charset is a string consisting of up to 40 characters,
and equal to one of the valid character sets identified
in

http://www.iana.org/assignments/character-sets

.

You can use either the name or the alias of a
character set listed on that page. Examples include
iso-8859-1, shift_jis, and ibm850.

Note

The character-encoding and file-encoding
values do not exclude the font family to be
used by the browser. You need to
complement the setting of one these values
with the page style command in webvpn
customization command mode to replace the
font family if you are using Japanese
Shift_JIS character encoding, as shown in
the following example, or enter the no page
style
command in webvpn customization
command mode to remove the font family.

Sets the character-encoding attribute to support
Japanese Shift_JIS characters, removes the font
family, and retains the default background color.

Step 6

(Optional)

file-encoding {server-name | server-ip-address}

charset

Example:

hostname(config-webvpn)# file-encoding 10.86.5.174

cp860

Specifies the encoding for clientless SSL VPN
portal pages from specific CIFS servers. Thus, you
can use different file-encoding values for CIFS
servers that require different character encodings.

Sets the file-encoding attribute of the CIFS server
10.86.5.174 to support IBM860 (alias “CP860”)
characters/.

Command

Purpose

Advertising