67-57
Cisco ASA 5500 Series Configuration Guide using the CLI
Chapter67 Configuring Connection Profiles, Group Policies, and Users
Group Policies
The following example shows how to configure backup servers with IP addresses 10.10.10.1 and
192.168.10.14, for the group policy named FirstGroup:
hostname(config)# group-policy FirstGroup attributes
hostname(config-group-policy)# backup-servers 10.10.10.1 192.168.10.14
Configuring Browser Client Parameters
The following commands configure the proxy server parameters for a client.
Step1 Configure a browser proxy server and port for a client device by entering the msie-proxy server
command in group-policy configuration mode:
hostname(config-group-policy)# msie-proxy server {value server[:port] | none}
hostname(config-group-policy)#
The default value is none. To remove the attribute from the configuration, use the no form of the
command.
hostname(config-group-policy)# no msie-proxy server
hostname(config-group-policy)#
The line containing the proxy server IP address or hostname and the port number must be less than 100
characters long.
The following example shows how to configure the IP address 192.168.10.1 as a Microsoft Internet
Explorer proxy server, using port 880, for the group policy named FirstGroup:
hostname(config)# group-policy FirstGroup attributes
hostname(config-group-policy)# msie-proxy server value 192.168.21.1:880
hostname(config-group-policy)#
Step2 Configure the browser proxy actions (“methods”) for a client device by entering the msie-proxy method
command in group-policy configuration mode.
hostname(config-group-policy)# msie-proxy method [auto-detect | no-modify | no-proxy |
use-server]
hostname(config-group-policy)#
The default value is use-server. To remove the attribute from the configuration, use the no form of the
command.
hostname(config-group-policy)# no msie-proxy method [auto-detect | no-modify | no-proxy |
use-server]
hostname(config-group-policy)#
The available methods are as follows:
auto-detect—Enables the use of automatic proxy server detection in the browser for the client
device.
no-modify—Leaves the HTTP browser proxy server setting in the browser unchanged for this client
device.
no-proxy—Disables the HTTP proxy setting in the browser for the client device.
use-server—Sets the HTTP proxy server setting in the browser to use the value configured in the
msie-proxy server command.
The line containing the proxy server IP address or hostname and the port number must be less than 100
characters long.