Reference Guide 306 Document #: LTRT-17939
Mediant MSBR
44.4 http-proxy http-proxy-serv
This command configures the HTTP Proxy Services table, which lets you define HTTP Proxy
Services.
Syntax
(config-network)# http-proxy http-proxy-serv <Index>
(http-proxy-serv-<Index>)#
Command Description
keep-alive-mode
Enables a keep-alive mechanism (using HTTP OPTIONS)
with the managed equipment.
listening-int
Assigns an HTTP Interface (see Section 44.2)
Proxy service.
Configures an arbitrary name to easily identify the row.
url-prefix
Configures the URL prefix used to access the managed
equipment's embedded Web server. The URL prefix is
matched against the target of the HTTP requests sent by
the client (such as GET and POST). If a match is located
in the table, the device removes the prefix from the request
and then forwards the HTTP request to the managed
equipment without the prefix. For example, for the URL of
GET /home/index.html HTTP/1.1 (which is part of the URL
http://10.20.30.40/home/index.html), a URL prefix of
“/home” can be configured. To match all URLs, configure
"/" (default).
Command Mode
Privileged User
Example
This example configures the HTTP proxy:
(config-network)# http-proxy http-proxy-serv 0
(http-proxy-serv-0)# service-name ITSP
(http-proxy-serv-0)# listening-int EMS
(http-proxy-serv-0)# url-prefix /home