Configure the Acme Packet 1100 for system redundancy

To establish system redundancy for a pair of Acme Packet 1100 Oracle® Enterprise Session Border Controllers, configure the peer parameters for each member of the pair. Perform all of the configuration on the active (E-SBC) and then perform a synchronization, so that the peer can acquire the configuration.

Before You Begin
  • Configure the management interface. See "Configure the Acme Packet 1100 Management Interface for HA."
  • Configure the media interface virtual MAC address. See "Virtual MAC Address Configuration."
  • Configure the network interface. See "Configure the Acme Packet 1100 Network Interface for HA."

Procedure

Logon to the redundancy-config configuration object and enter a unique name and IP address for each member of the pair. Specify one member of the pair as the primary and the other as the secondary. Use the same network-interface for both members of the pair.
  1. Logon and navigate to the redundancy-config object.
    ORACLE# configure terminal
    ORACLE(configure)# system
    ORACLE(system)# redundancy
    ORACLE(redundancy)# peers
    ORACLE(rdncy-peers)#
  2. Type select, and press ENTER.
  3. Type peers, and press ENTER.
  4. Type name ACMEPACKET, and press ENTER.
  5. Type type primary, and press ENTER.
  6. Type destination, and press ENTER.
  7. Type address 169.254.1.1, and press ENTER.
  8. Type network-interface wancom0:<VLANIP>, and press ENTER.
  9. Type done, and press ENTER.
  10. Type exit, and press ENTER.
  11. Type done, and press ENTER.
  12. Type name <redundantESBCname>, and press ENTER.
  13. Type type secondary, and press ENTER.
  14. Type destination, and press ENTER.
  15. Type address 169.254.1.2,and press ENTER.
  16. For network interface, typewancom0:<VLANIP>, and press ENTER.
  17. Do the following to exit:
    1. Type done, and press ENTER.
    2. Type exit, and press ENTER.
    3. Type done, and press ENTER.
    4. Type exit, and press ENTER
    5. Type done, and press ENTER.
    6. Type quit, and press ENTER.
  18. Save and activate the configuration.
Next Steps
  • Reboot the system.
  • Synchronize the configurations. See "Synchronize HA Peers."