standby-enable
This command controls whether to allow a standby configuration for the aggregate interface.
Syntax
standby-enable on
standby-enable off
Parameters
on- Supports a standby configuration.
off- Prevents a standby configuration. This setting is the default value.
Guidelines
- To support a standby configuration, use the standby-enable on command.
- To prevent a standby configuration, use the standby-enable off command.
The standby configuration defines the policies for the group that this interface is a member. A standby group is the collection of interfaces on different systems in the multicast domain that share the responsibility for one virtual IP address. When at least one member of a standby group can reach the multicast domain, the virtual IP group receives the traffic.
- Be assigned to the same group. To define the group, use the standby-group command.
- Use the same virtual IP address. To set the virtual IP address, use the standby-virtual-ip command. To define auxiliary, or secondary, virtual IP addresses, use the standby-secondary-virtual-ip command.
- Use the same security token. To change the security token, use the standby-authentication command.
Each standby group has one active member and one or more passive members. The interface with the highest priority seeks to be the active member. To set the priority for a member, use the standby-priority command. To determine whether another member with a higher priority becomes the active member when it becomes available, use the standby-preempt command.
The active member broadcasts hello messages, and all members listen for these messages. To set the interval between the hello messages, use the standby-hello-timer command. To set the duration that a passive member waits to receive a hello message, use the standby-hold-timer command.
When configured, the interfaces in the standby group operate in standby mode or in self-balancing
mode with standby support. To operate in self-balancing mode, you must enable self-balancing with
the standby-self-balance command and specify the distribution algorithm with the
standby-distribution-algorithm command. Self-balancing requires the
AppOpt feature.
Examples
...
# standby-enable on
# standby-group 2
# standby-virtual-ip 10.10.66.66
# exit...
# standby-enable off
# exit