http-proxy upstream-host

This command configures the Upstream Hosts table, which lets you define Upstream Hosts per Upstream Groups.

Syntax

(config-network)# http-proxy
(http-proxy)# upstream-group <Index>
(upstream-group-<Index>)# upstream-host <Index>
(upstream-host-<Index>/<Index>)#

Command

Description

Index

Defines the table row index.

backup {disable|enable}

Enables the host to serve as a backup host.

host

Defines the address of the host as an FQDN or IP address (in dotted-decimal notation).

port

Defines the port number.

weight

Defines the weight for the load balancer.

Command Mode

Privileged User

Example

This example configures an Upstream Host for an Upstream Group:

(config-network)# http-proxy
(http-proxy)# upstream-group 0
(upstream-group-0)# upstream-host 0
(upstream-host-0/0)# host 10.6.7.8