Chapter 7 Configuring Redundant ACE Appliances
Configuring Redundancy
7-14
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
The keyword and arguments of this command are:
•
address
ip_address
—Specifies the IP address of the FT VLAN. Enter an IP
address in dotted-decimal notation (for example, 192.168.12.1).
•
netmask
—Subnet mask of the FT VLAN. Enter a subnet mask in
dotted-decimal notation (for example, 255.255.255.0).
For example, to configure an IP address for the FT VLAN, enter:
host1/Admin(config-ft-intf)#
ip address 192.168.12.1 255.255.255.0
To remove the IP address from an FT VLAN, enter:
host1/Admin(config-ft-intf)#
no ip address
Configuring the Peer IP Address
The local member of the FT group communicates with the remote peer over the
FT VLAN. To allow the local member to communicate with the remote peer, use
the
peer ip
command in FT interface configuration mode. The syntax of this
command is:
peer ip address
ip_address netmask
The keyword and arguments of this command are:
•
address
ip_address
—Specifies the IP address of the remote peer. Enter an IP
address in dotted-decimal notation (for example, 192.168.12.15).
•
netmask
—Subnet mask of the remote peer. Enter a subnet mask in
dotted-decimal notation (for example, 255.255.255.0).
For example, to configure an IP address on the remote peer, enter:
host1/Admin(config-ft-intf)#
peer ip address 192.168.12.15
255.255.255.0
To remove an IP address from the remote peer, enter:
host1/Admin(config-ft-intf)#
no peer ip address 192.168.12.15
255.255.255.0