ESR series service routers.ESR-Series. User manual
Step Description Command Keys
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.
15 Add necessary services (TCP/
UDP ports) to the list.
esr(config-object-group-service)# 
port-range 3128-3135
ESR proxy server uses for its 
operation the ports starting from 
the base port defined in step 10.
The http proxy uses ports from 
base port to base port + the 
number of cpu of this ESR model - 
1.
For https proxy, the ports used are 
from base port + number of cpu of 
the given ESR model to base port + 
number of cpu of the given ESR 
model * 2 - 1.