Active/Standby Pairs

To configure active/standby redundancy on a pair of Solace PubSub+ appliances, the following tasks must be performed:

The following command sequence examples assume that the Message VPNs blue and red have already been created, and that the client username account named default belongs to Message VPNs blue and red.The examples don't show how to configure these items; for examples on how to configure them, refer to Configuring Message VPNs and Client Username Configuration.

The following table specifies the required configuration parameter matches for a primary appliance and its backup for active/standby redundancy.

Parameter Matches Required by Active/Standby HA Pair

If the Primary Appliance uses. . . The Backup Appliance must use. . .

(configure/ip/vrf)# interface <ip-interface> primary

(configure/ip/vrf)# interface <ip-interface> backup

(configure/ip/vrf/interface)# ip-address <cidr-addr>

(configure/ip/vrf/interface)# ip-address <cidr-addr>

(configure/redundancy/vrrp)# primary-vrid <vrid> (9.5.0 and later)

(configure/redundancy/vrrp)# backup-vrid <vrid> (9.5.0 and later)

(configure/redundancy)# vrrp-vrid <vrid> primary (earlier than 9.5.0)

(configure/redundancy)# vrrp-vrid <vrid> backup (earlier than 9.5.0)

Primary Appliance Configuration

Backup Appliance Configuration