Cisco PIX 500 Series Configuration Manual page 800

Security appliance command line
Hide thumbs Also See for PIX 500 Series:
Table of Contents

Advertisement

Configuring File Access
retries is the number of times to retry queries to the NBNS server. The security appliance recycles
through the list of servers this number of times before sending an error message. The default value is 2;
the range is 1 through 10.
timeout is the number of seconds the security appliance waits before sending the query again, to the same
server if it is the only one, or another server if there are more than one. The default timeout is 2 seconds;
the range is 1 to 30 seconds.
For example,
hostname(config-tunnel-webvpn)# nbns-server 192.168.1.20 master
hostname(config-tunnel-webvpn)# nbns-server 192.168.1.41
hostname(config-tunnel-webvpn)# nbns-server 192.168.1.47
Note
(Optional) Use the character-encoding command to specify the character set to encode in clientless SSL
Step 2
VPN portal pages to be 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.
character-encoding charset
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 following example sets the character-encoding attribute to support Japanese Shift_JIS characters,
removes the font family, and retains the default background color:
hostname(config-webvpn)# character-encoding shift_jis
hostname(config-webvpn)# customization DfltCustomization
hostname(config-webvpn-custom)# page style background-color:white
(Optional) Use the file-encoding command to specify the encoding for clientless SSL VPN portal pages
Step 3
from specific CIFS servers. Thus, you can use different file-encoding values for CIFS servers that
require different character encodings.
file-encoding {server-name | server-ip-address} charset
The following example sets the file-encoding attribute of the CIFS server 10.86.5.174 to support
IBM860 (alias "CP860") characters:
hostname(config-webvpn)# file-encoding 10.86.5.174 cp860
For a complete description of these commands, see the Cisco Security Appliance Command Reference.
Cisco Security Appliance Command Line Configuration Guide
37-44
Use the show tunnel-group webvpn-attributes command if you want to display the NBNS
servers already present in the connection profile configuration.
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.
Chapter 37
Configuring Clientless SSL VPN
OL-12172-03

Advertisement

Table of Contents
loading

This manual is also suitable for:

Asa 5500 series

Table of Contents