ESR series service routers.ESR-Series. User manual
In order the router could response to the ARP requests for addresses from the 'PROXY' translation pool, launch
ARP Proxy service. ARP Proxy service is configured on the interface that IP address from 'PROXY' address
profile subnet belongs to:
esr(config)# interface tengigabitethernet 1/0/1
esr(config-if-te)# ip nat proxy-arp PROXY
To enable 200.10.0.0/24 network access for LAN devices, they should be configured for routing – 21.12.2.1
should be defined as a gateway address.
The configuration changes come into effect after applying the following commands:
esr# commit
Configuration has been successfully committed
esr# confirm
Configuration has been successfully confirmed
Active translations can be displayed by using the following command:
esr# show ip nat translations
16.5 HTTP/HTTPS traffic proxying
16.5.1 Configuration algorithm
Step Description Command Keys
1 Create an object with a URL. esr(config)# object-group url
<NAME>
2 Specify the set. esr(config-object-group-url)# url
<URL>
<URL> – web page, site address.
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 (optional). 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.