backup-group
A backup group defines a set of interfaces so that only one of the interfaces is active at any given moment. Other interfaces in the group are automatically disabled.
By default, the interface marked as "priority 1" will be activated; if the active interface loses connectivity, the device attempts to bring up the next interface in the group. As soon as the higher-priority interface regains connectivity, the lower-priority interface will be disabled.
To associate interfaces with a backup group, use the "backup monitoring group" command in interface context.
Syntax
backup-group <Group Name> [ primary-wan ] description <desc-text> exit
Command |
Description |
---|---|
Group Name |
Defines the name of the backup group. |
primary-wan |
Marks the group as controlling the primary WAN connection. This setting affects SIP connectivity; when the primary WAN interface changes, registration will be performed via the new interface. This is an optional field. |
desc-text |
A description of the backup group. |
Default
By default, no backup groups are defined.
Command Mode
Privileged User
Example
This example defines a backup group:
(config-data)# backup-group abc primary-wan (backup-group)# description WAN-group