Step Description Command Keys
3 Create proxy profile. esr(config)# ip http profile
<NAME>
<NAME> – profile name.
4 Choose default action. esr(config-profile)# default action
{deny|permit|redirect}
[redirect-url <URL>]
<URL> – address of the host to
which requests will be sent.
5 Specify description (optionally). esr(config-profile)# description
<description>
<description> – up to 255
characters.
6 Specify a remote or local URL list and
type of operation (block/traffic pass/
redirect) (optional).
esr(config-profile)# urls {local|
remote}
<URL_OBJ_GROUP_NAME>
action {deny|permit|redirect}
[redirect-url <URL>]
<URL_OBJ_GROUP_NAME> –
specify the name of the object
containing the URL set.
7 Specify the remote server where the
necessary URL lists are (optional).
esr(config)# ip http proxy server-
url <URL>
<URL> – server address where
remote url lists will be taken
from.
8 Specify a listening port for proxying
(optional).
esr(config)# ip http proxy listen-
ports <OBJ_GROUP_NAME>
<OBJ_GROUP_NAME> – port
profile name, set by string of up
to 31 characters.
9 Specify a listening port for proxying
(optional).
esr(config)# ip https proxy listen-
ports <OBJ_GROUP_NAME>
<OBJ_GROUP_NAME> – port
profile name, set by string of up
to 31 characters.
10 Specify a base port for proxying
(optional).
esr(config)# ip https proxy
redirect-port <PORT>
<PORT> – port number, set in
the range of [1..65535].
Default value: 3128
11 Enable proxying on the interface based
on the selected HTTP profile.
esr(config-if)# ip http proxy
<PROFILE_NAME>
<PROFILE_NAME> – profile
name
12 Enable proxying on the interface based
on the selected HTTPS profile.
esr(config-if)# ip https proxy
<PROFILE_NAME>
<PROFILE_NAME> – profile
name
13 Create services lists which will be used
during filtration.
esr(config)# object-group service
<obj-group-name>
<obj-group-name> – service
profile name, set by the string
of up to 31 characters.
14 Specify services list description
(optional).
esr(config-object-group-service)#
description <description>
<description> – profile
description, set by the string of
up to 255 characters.