Specifications

load-balance add host-to-group
428 SSR Command Line Interface Reference Manual
Restrictions
None.
Examples
To add a server 10.10.13.2 to the server group ‘service2’:
To add servers 10.10.13.3, 10.10.13.4, and 10.10.13.5 to the server group ‘service2’:
The following is an example of specifying the weighted round robin policy for
distributing the workload on the server group ‘service2.’ To add servers 10.10.13.3,
10.10.13.4, and 10.10.13.5 to the server group ‘service2,’ a weight must be assigned to each
server in the group:
ssr(config)# load-balance add host-to-group 10.10.13.2 group-name
service2 port 80
ssr(config)# load-balance add host-to-group 10.10.13.3-10.10.13.5
group-name service2 port 80
ssr(config)# load-balance set policy-for-group service2 policy
weighted-round-robin
ssr(config)# load-balance add host-to-group 10.10.13.3 group-name
service2 port 80 weight 10
ssr(config)# load-balance add host-to-group 10.10.13.4 group-name
service2 port 80 weight 100
ssr(config)# load-balance add host-to-group 10.10.13.5 group-name
service2 port 80 weight 1000