Brocade Communications Systems ServerIron ADX 12.4.00 Service Manual Page 43

  • Download
  • Add to my manuals
  • Print
  • Page
    / 188
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 42
32 ServerIron ADX Firewall Load Balancing Guide
53-1002436-01
Configuration examples with Layer 3 routing support
2
DRAFT: BROCADE CONFIDENTIAL
Commands on the external ServerIron ADX
The following commands change the CLI to the global CONFIG level, and then change the host
name to "SI-External".
ServerIron ADX> enable
ServerIron ADX# configure terminal
ServerIron ADX(config)# hostname SI-External
The following commands configure virtual routing interface 1, which is connected to the firewalls.
Because both firewalls are in the same sub-net, you must configure the ServerIron ADX’s IP
interface with the firewalls on a virtual routing interface. Otherwise, you cannot configure the same
address on more than one port.
The first three commands configure the VLAN. The last two commands configure an IP address on
the interface. The IP address is assigned to all the ports in the VLAN associated with the virtual
routing interface.
SI-External(config)# vlan 10
SI-External(config-vlan-10)# untagged ethernet 4/1 to 4/4
SI-External(config-vlan-10)# router-interface ve 1
SI-External(config-vlan-10)# exit
SI-External(config)# interface ve 1
SI-External(config-ve-1)# ip address 10.10.1.111 255.255.255.0
SI-External(config-ve-1)# exit
The following commands configure virtual routing interface 2, which is connected to the client.
SI-External(config)# vlan 20
SI-External(config-vlan-20)# untagged ethernet 4/5 to 4/24
SI-External(config-vlan-20)# router-interface ve 2
SI-External(config-vlan-20)# exit
SI-External(config)# interface ve 2
SI-External(config-ve-2)# ip address 10.10.7.101 255.255.255.0
SI-External(config-ve-2)# exit
Because Figure 8 on page 31 shows only one port connected to one client, you could configure the
IP address on the physical port attached to the client instead of configuring the address on a
separate VLAN. This example uses a virtual routing interface to demonstrate that you can use
multiple virtual routing interfaces in your configuration.
The following command configures an IP default route. The first two "0.0.0.0" portions of the
address are the IP address and network mask. Always specify zeroes when configuring an IP
default route. The third value is the IP address of the next-hop gateway for the default route. In
most cases, you can specify the IP address of one of the firewalls as the next hop. Specifying the
default route is the Layer 3 equivalent of specifying the default gateway.
SI-External(config)# ip route 0.0.0.0 0.0.0.0 10.10.1.5
The following commands add the firewall definitions.
SI-External(config)# server fw-name fw1 10.10.1.5
SI-External(config-rs-fw1)# port http
SI-External(config-rs-fw1)# exit
SI-External(config)# server fw-name fw2 10.10.1.6
SI-External(config-rs-fw2)# port http
SI-External(config-rs-fw2)# exit
The following commands add the firewall definitions to the firewall port group.
SI-External(config)# server fw-group 2
SI-External(config-fw-2)# fw-name fw1
SI-External(config-fw-2)# fw-name fw2
Page view 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 187 188

Comments to this Manuals

No comments