Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 65

  • Download
  • Add to my manuals
  • Print
  • Page
    / 136
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 64
ServerIron ADX Advanced Server Load Balancing Guide 53
53-1002435-01
Other TCS options
2
ServerIronADX(config-rs-server1)# port http url “HEAD/”
ServerIronADX(config-rs-server1)# port ssl
ServerIronADX(config-rs-server1)# exit
ServerIronADX(config)# server cache-name cs2 3.3.3.2
ServerIronADX(config-rs-server1)# port http
ServerIronADX(config-rs-server1)# port http url “HEAD/”
ServerIronADX(config-rs-server1)# port ssl
ServerIronADX(config-rs-server1)# exit
ServerIronADX(config)# server cache-group 1
ServerIronADX(config-tc-1)# cache-name cs1
ServerIronADX(config-tc-1)# exit
ServerIronADX(config)# ip policy 1 cache tcp http global
ServerIronADX(config)# ip policy 2 cache tcp ssl global
In the following example, the cache server selection mechanism for the FTP protocol has been
changed to “hash” and is uses the same hash table as HTTP. The cache server selection
mechanism for the telnet protocol remains “least-connection” which is the default.
ServerIronADX(config)# server cache-name cs1 3.3.3.1
ServerIronADX(config-rs-server1)# port http
ServerIronADX(config-rs-server1)# port http url “HEAD/”
ServerIronADX(config-rs-server1)# port ftp
ServerIronADX(config-rs-server1)# port telnet
ServerIronADX(config-rs-server1)# exit
ServerIronADX(config)# server cache-name cs2 3.3.3.2
ServerIronADX(config-rs-server1)# port http
ServerIronADX(config-rs-server1)# port http url “HEAD/”
ServerIronADX(config-rs-server1)# port ftp
ServerIronADX(config-rs-server1)# port telnet
ServerIronADX(config-rs-server1)# exit
ServerIronADX(config)# server cache-group 1
ServerIronADX(config-tc-1)# cache-name cs1
ServerIronADX(config-tc-1)# predictor hash port ftp
ServerIronADX(config-tc-1)# exit
ServerIronADX(config)# ip policy 1 cache tcp http global
ServerIronADX(config)# ip policy 2 cache tcp ftp global
ServerIronADX(config)# ip policy 2 cache tcp telnet global
Controlling traffic distribution among cache servers
To define how requests are distributed among multiple web cache servers within a cache group,
you can use the hash-mask <destination-ip-mask> <source-ip-mask> CLI command at the
transparent cache level. The ServerIron ADX uses the source and destination IP addresses as hash
values. By default, the destination IP mask is 255.255.255.0, and the source IP mask is 0.0.0.0
which means only first three octets of destination ip are used to calculate the hash. All other
services (known or unknown port) including SSL uses the predictor which is by default least
connection.
The hash mechanism minimizes duplication of content on the cache servers by ensuring that a
particular web site is always cached on the same cache server.
Page view 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 135 136

Comments to this Manuals

No comments