Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 187

  • Download
  • Add to my manuals
  • Print
  • Page
    / 188
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 186
176 ServerIron ADX Firewall Load Balancing Guide
53-1002436-01
Denying FWLB for specific applications
A
DRAFT: BROCADE CONFIDENTIAL
Denying FWLB
To deny FWLB for an application, enter commands such as the following. These commands
configure the ServerIron ADXs in
Figure 25 to deny FWLB for HTTP traffic, in both directions. On
ServerIron ADX A, FWLB is denied for traffic addressed to TCP port 80. On ServerIron ADX B, FWLB
is denied for traffic from TCP port 80.
ServerIron ADX A commands
The following commands configure three ACL entries. The first entry denies FWLB for packets
addressed to TCP port 80 (HTTP). The second ACL permits FWLB for all TCP applications. Packets
that do not match the first ACL entry match the second ACL entry and are provided with FWLB. The
third ACL permits FWLB for all UDP applications. The last two commands change the CLI level to the
firewall group configuration level and apply ACL 101 to the firewall group.
ServerIronADXA(config)# access-list 101 deny tcp any any eq http
ServerIronADXA(config)# access-list 101 permit tcp any any
ServerIronADXA(config)# access-list 101 permit udp any any
ServerIronADXA(config)# server fw-group 2
ServerIronADXA(config-fw-2)# acl-id 101
Syntax: [no] access-list <num> deny | permit <ip-protocol> <source-ip> | <hostname>
<wildcard> [<operator> <source-tcp/udp-port>] <destination-ip> | <hostname>
<wildcard> [<operator> <destination-tcp/udp-port>]
[precedence <name> | <num>] [tos <name> | <num>] [log]
Syntax: [no] acl-id <acl -id>
The <acl-id> parameter specifies a standard or extended ACL identifier.
ServerIron ADX B commands
These following commands are the same as the commands on ServerIron ADX A, except the first
ACL entry matches on TCP port 80 (eq http) as the destination TCP port on ServerIron ADX
A, but
matches as the source TCP port on ServerIron ADX
B.
ServerIronADXB(config)# access-list 101 deny tcp any eq http any
ServerIronADXB(config)# access-list 101 permit tcp any any
ServerIronADXB(config)# access-list 101 permit udp any any
ServerIronADXB(config)# server fw-group 2
ServerIronADXB(config-fw-2)# acl-id 101
Page view 186
1 2 ... 182 183 184 185 186 187 188

Comments to this Manuals

No comments