Advanced VRRP lets you configure Virtual Routers at the interface level. This section contains only those procedures that are directly related to Advanced VRRP configuration. The general procedures for configuring VRRP clusters are included in the VRRP sections.
With Advanced VRRP, you must configure every Virtual Router to monitor every configured VRRP interface.
To change from Advanced VRRP to Monitored Circuit/Simplified VRRP:
Step |
Description |
---|---|
1 |
Delete all existing Virtual Routers. |
2 |
Create new Virtual Routers in accordance with the procedures. |
You cannot move a Backup Address from one interface to another while a Security Gateway is a VRRP Master. Do these steps to delete and add new interfaces with the necessary IP addresses:
Step |
Description |
---|---|
1 |
Cause a failover to the VRRP Backup. |
2 |
Reduce the priority, or disconnect an interface. |
3 |
Delete the Virtual Router on the interface. |
4 |
Create new Virtual Router using the new IP address. |
5 |
Configure the Virtual Router as before. |
To add a Virtual Router:
Step |
Description |
---|---|
1 |
In the navigation tree, click High Availability >Advanced VRRP. |
2 |
Configure the VRRP Global Settings. |
3 |
In the Virtual Routers section, click Add. |
4 |
In the Add New Virtual Router window, configure these parameters: |
4A |
Interface - Select the interface for the Virtual Router. |
4B |
Virtual Router ID - Enter or select the ID number of the Virtual Router. |
4C |
Priority - Enter or select the priority value. The priority value determines, which router takes over in the event of a failure. The router with the higher priority becomes the new VRRP Master. The range of values for priority is 1 to 254. The default value is 100. |
4D |
Hello Interval - Enter or select the number of seconds, at which the VRRP Master sends VRRP advertisements. The range is 1 to 255 seconds. The default value is 1. All nodes of a given Virtual Router must have the same hello Interval. If not, VRRP discards the packet and both platforms go to VRRP Master state. The VRRP Hello interval also determines the failover interval - how long it takes a VRRP Backup router to take over from a failed VRRP Master. If the VRRP Master misses three VRRP Hello advertisements, it is considered to be down, because the minimal VRRP Hello interval is 1 second. Therefore, the minimal failover time is 3 seconds (3 * Hello Interval). |
4E |
Preempt Mode - If you keep it selected (the default), when the original VRRP Master fails, a VRRP Backup system becomes the acting VRRP Master. When the original VRRP Master returns to service, it becomes VRRP Master again. If you clear it, when the original VRRP Master fails, a VRRP Backup system becomes the acting VRRP Master, and the original does not become VRRP Master again when it returns to service. |
4F |
Auto-deactivation - If you clear it (the default), a Virtual Router with the lowest priority available (1) can become VRRP Master, if no other Security Gateways exist on the network. If you select it, the effective priority can become 0. With this priority, the Virtual Router does not become the VRRP Master, even if there are no other Security Gateways on the network. If you selected it, you should also configure the Priority and Priority Delta values to be equal, so that the effective priority becomes 0, if there is a VRRP failure. |
4G |
VMAC Mode - For each Virtual Router, a Virtual MAC (VMAC) address is assigned to the Virtual IP address. The VMAC address is included in all VRRP packets as the source MAC address. The physical MAC address is not used. Select the mode:
|
4H |
Authentication:
You must use the same authentication method for all Security Gateways in a Virtual Router. |
5 |
In the Backup Addresses section:
To change a Backup Address, select a Backup IP address and click Edit. To remove a Backup Address, select a Backup IP address and click Delete. |
6 |
In the Monitored Interfaces section:
To change a Monitored Interface, select a Monitored Interface and click Edit. To remove a Monitored Interface, select a Monitored Interface and click Delete. |
7 |
Click Save. |
Description
Configure Global and Advanced VRRP settings.
Syntax
set vrrp accept-connections {on | off} coldstart-delay VALUE disable-all-virtual-routers {on | off} monitor-firewall {on | off} interface-delay VALUE |
set vrrp interface VALUE authtype none simple VALUE monitored-circuit vrid VALUE auto-deactivation {on | off} backup-address VALUE {on | off} hello-interval VALUE monitored-interface VALUE on off priority-delta <default | 1 - 254>} off on preempt-mode {on | off} priority VALUE vmac-mode default-vmac extended-vmac interface-vmac static-vmac VALUE off virtual-router legacy off |
show vrrp [interface VALUE] [interfaces] [stats] [summary] |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
---|---|
|
Controls the Accept Connections option. This option causes packets destined to VRRP Virtual IP Address(es) to be accepted, and any required responses be generated. Enabling this option enhances VRRP's interaction with network management tools, which in turn allows for faster failure detection. This option is required for High Availability applications (for example, routing protocols), whose service is tied to a Virtual IP Address.
|
|
Specifies the number of seconds to wait after a system cold start before VRRP becomes active, and this cluster member can be elected as VRRP Master.
|
|
Enables or disables all IPv4 VRRP Virtual Routers. If disabled, the VRRP configuration is preserved and can be enabled again.
|
|
Enables or disables VRRP monitoring of the Security Gateway state. If this option is enabled, and the Firewall is not ready, the cluster member will refuse to be the VRRP Master.
|
|
The Interface Delay controls how long to wait (in seconds) after receiving an interface UP notification before VRRP assesses whether or not the related VRRP cluster member should increase its priority, and possibly become the new VRRP Master. The delay ensures that VRRP does not attempt to respond to interfaces, which are only momentarily active. Note - Same value should be configured for both VRRPv2 and VRRPv3 if both protocols are configured.
|
|
The name of the interface, on which to enable the VRRP. |
|
Configures authentication for the given Virtual Router. You must use the same authentication method for all Security Gateways in a Virtual Router.
|
|
Configures the Virtual Router ID.
|
|
When an interface is reported as DOWN, a cluster member's Priority value is reduced by the configured Priority Delta amount. If another cluster member exists with a higher Priority, it will then take over as VRRP Master to heal the network. By default, some cluster member will be elected as VRRP Master, even if all cluster members have issues and are reporting a Priority of zero. The auto-deactivation option can be enabled to change this behavior and ensure that no cluster member is elected as VRRP Master, if all cluster members have a Priority of zero. When this option is enabled (on), Priority Delta should be set equal to the Priority value, so that Priority will become zero, if an interface goes down.
|
|
Configures the IPv4 address of the VRRP Backup Security Gateway. You can define more than one address for a Virtual Router. The backup address (Virtual IP Address) is the IP address that VRRP backs up, in order to improve network reliability. The Virtual IP Address is typically used as the default gateway for hosts on that network. VRRP ensures this IP address remains reachable, as long as at least one physical machine in the VRRP cluster is functioning and can be elected as the VRRP Master. |
|
The interval in seconds, at which the VRRP Master sends VRRP advertisements. For a given Virtual Router, all VRRP cluster members should have the same value for Hello Interval.
|
|
Configures the list of monitored interfaces names for the given Virtual Router.
When an interface fails, VRRP causes the backup cluster member to take over for that interface. The VRRP interface should also fail over when a different interface fails (if traffic is routed between the interfaces). Otherwise, network destinations will become unreachable, etc. This coordinated failover is achieved by adding all dependent interfaces to the list of monitored interfaces. The relative importance of each monitored interface is expressed by its Priority Delta value. More important interfaces should have higher Priority Deltas. Priority Delta causes the correct failover decision, if both cluster members are experiencing failures on different interfaces. Refer to the following commands for additional details:
|
|
Creates ( |
|
Configures Preempt Mode for the given Virtual Router. When Preempt Mode is enabled, if the Virtual Router has a higher Priority than the current VRRP Master, it preempts the VRRP Master. In Preempt Mode is disabled, all Virtual Routers that have monitored interfaces, are participating to avoid potential split-brain network topology. For more information on the implications of disabling Preempt Mode, see the help text for the
|
|
Configures the Priority to use in the VRRP Master election. This is the maximum priority that can be achieved when all monitored interfaces are up. The VRRP cluster member with the highest Priority value will be elected as the VRRP Master. Each cluster member should be given a different Priority value, such that a specific member is the preferred VRRP Master. This will ensure consistency in the outcome of the election process.
|
|
Configures how the Virtual MAC (VMAC) address is calculated for the given Virtual IP Address. Each Virtual IP Address for a Virtual Router implies the existence of a virtual network interface.
|
|
Deletes all Virtual Routers from the interface. |
|
Disables legacy VRRPv2 configuration. Legacy Virtual Router configuration may exist due to an upgrade from an older IPSO OS configuration. For reference purposes, these settings may be preserved after upgrade, but are not supported. Hence, you must replace all legacy |
This section includes the procedure for configuring a VRRP cluster object in SmartConsole. Only those procedures that are related to VRRP are shown here.:
Step |
Description |
---|---|
1 |
In SmartConsole, create a new cluster object using the Classic mode. |
2 |
Enter the Virtual IP address as the main IP address. |
3 |
On the Cluster Members page, add the physical Security Gateways included in the Virtual Router. |
4 |
On the ClusterXL and VRRP page, select High Availability and then select VRRP from the list. |
5 |
Select all of the options in the Advanced settings section, including Use State Synchronization. |
6 |
On the Topology page, configure the cluster and member Security Gateway interfaces as required. Make sure that you configure the synchronization interfaces. |
7 |
Configure other cluster parameters as necessary. |
8 |
Click OK. |
9 |
Install the Access Control Policy. |