Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 183

  • Download
  • Add to my manuals
  • Print
  • Page
    / 188
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 182
172 ServerIron ADX Firewall Load Balancing Guide
53-1002436-01
FWLB selection algorithms
A
DRAFT: BROCADE CONFIDENTIAL
Specifying a list of application ports for use when hashing
To specify a list of TCP/UDP ports for hashing, enter the following commands.
ServerIronADX(config)# server fw-group 2
ServerIronADX(config-fw-2)# hash-ports 69 80
Syntax: [no] hash-ports <num> [<num...>]
The <num> parameters specify TCP or UDP port numbers. You can specify up to 16 port numbers
on the same command line.
Overriding the global hash values
By default, the ServerIron ADX uses the hash mask you configure for the firewall group for all
hash-based load balancing of firewall traffic. You can override the global hash mask for specific
traffic based on source or destination address information.
Here is a CLI example.
ServerIronADX(config)# access-list 100 permit ip any 192.168.1.16 0.0.0.15
ServerIronADX(config)# access-list 100 permit ip any 192.168.2.0 0.0.0.255
ServerIronADX(config)# access-list 100 permit ip any 192.168.3.192 0.0.0.63
ServerIronADX(config)# access-list 100 permit ip any 192.168.4.0 0.0.0.255
ServerIronADX(config)# access-list 100 permit ip any 192.168.3.160 0.0.0.31
ServerIronADX(config)# access-list 100 permit ip any 192.168.3.0 0.0.0.127
ServerIronADX(config)# access-list 100 permit ip any 64.129.1.0 0.0.0.255
ServerIronADX(config)# server fw-group-2
ServerIronADX(config-fw-2)# hash-mask 255.255.255.255 0.0.0.0
ServerIronADX(config-fw-2)# policy-hash-acl 100 255.255.255.255 255.255.255.255
In this example, you configure FWLB to use the hash mask 255.255.255.255 0.0.0.0.
Also, in this example, FWLB will use the hash mask 255.255.255.255 0.0.0.0 for all traffic except
the traffic that matches ACL 100.
Syntax: [no] hash-mask <dst-mask> <src-mask> | <dst-ipv6-mask> <src-ipv6-mask>
NOTE
IPv4 and IPv6 address formats cannot be mixed. Addresses must be entered in the same format.
The <dst-mask> parameter specifies the IPv4 destination address mask.
The <src-mask> parameter specifies the IPv4 source address mask.
The <dst-ipv6-mask> parameter specifies the IPv6 destination address mask.
The <src-ipv6-mask> parameter specifies the IPv6 source address mask.
Syntax: [no] server policy-hash-acl <acl-id> <dst-mask> <src-mask> | <dst-ipv6-mask>
<src-ipv6-mask>
The <acl-id> parameter specifies a standard or extended ACL identifier.
The <dst-mask> parameter specifies the IPv4 destination address mask.
The <src-mask> parameter specifies the IPv4 source address mask.
The <dst-ipv6-mask> parameter specifies the IPv6 destination address mask.
The <src-ipv6-mask> parameter specifies the IPv6 source address mask.
Page view 182

Comments to this Manuals

No comments