- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
06-VSRP commands | 144.74 KB |
Contents
VSRP commands
VSRP basic commands
backup id
Use backup id to specify a backup ID for a VSRP instance.
Use undo backup id to restore the default.
Syntax
backup id backup-id peer peer-name
undo backup id
Default
A VSRP instance has no backup ID.
Views
VSRP instance view
Predefined user roles
network-admin
Parameters
backup-id: Specifies a VSRP instance by its backup ID in the range of 1 to 1024.
peer-name: Specifies a VSRP group by its name, a case-sensitive string of 1 to 31 characters.
Usage guidelines
A VSRP instance can be associated with only one VSRP group. The backup ID uniquely identifies a VSRP instance in a VSRP group.
You must specify the same backup ID for a VSRP instance on both devices in a VSRP group.
When you specify a backup ID for a VSRP instance, make sure the following conditions are met:
· The associated VSRP group already exists.
· The backup ID is unique in the VSRP group.
To specify a new backup ID for a VSRP instance, first execute the undo form of the command to remove the existing backup ID setting.
Examples
# Specify the backup ID of VSRP instance aaa as 5 in VSRP group pname.
<Sysname> system-view
[Sysname] vsrp instance aaa
[Sysname-vsrp-instance-aaa] backup id 5 peer pname
backup mode
Use backup mode to set the backup mode for a VSRP instance.
Use undo backup mode to restore the default.
Syntax
backup mode { cold | hot [ dual-active ] }
undo backup mode
Default
A VSRP instance operates in hot backup mode.
Views
VSRP instance view
Predefined user roles
network-admin
Parameters
cold: Specifies cold backup mode.
hot: Specifies hot backup mode.
dual-active: Specifies dual-active hot backup mode. To specify single-active hot backup mode, do not specify this keyword together with the hot keyword. The dual-active keyword is supported only in the VSRP and S-Trunk collaboration network. Do not configure this keyword in other networks.
Usage guidelines
In cold backup mode, two devices deployed with VSRP provide only device-level service redundancy. Service data is backed up between the master and backup devices. When a switchover occurs, the new master device might experience a temporary service interruption due to the lack of service data. This mode is applicable to the scenarios that are not sensitive to temporary service interruptions.
In hot backup mode, the backup device issues backup information to the data plane immediately upon receiving the information from the master. This allows the VSRP instance to perform a fast master and backup switchover to enable the backup to forward packets when the master fails. VSRP provides the following hot backup modes:
· Dual-active hot backup mode—Both the master and backup devices are active to load share traffic.
· Single-active hot backup mode—The master device is active to process service traffic, and the backup device takes over when the master device fails.
Examples
# Set VSRP instance aaa to operate in hot backup mode.
<Sysname> system-view
[Sysname] vsrp instance aaa
[Sysname-vsrp-instance-aaa] backup mode hot
bind s-trunk
Use bind s-trunk to bind a VSRP instance to a smart trunk member interface.
Use undo bind s-trunk to restore the default.
Syntax
bind s-trunk s-trunk-id interface route-aggregation interface-number
undo bind s-trunk
Default
A VSRP instance is not bound to any smart trunk member interface.
Views
VSRP instance view
Predefined user roles
network-admin
Parameters
s-trunk-id: Specifies a smart trunk ID in the range of 1 to 128.
interface route-aggregation interface-number: Specifies a Layer 3 aggregate interface in the smart trunk by its interface number.
Usage guidelines
A VSRP instance is bound to a smart trunk to determine the device role (master or backup) in the VSRP instance. You can bind a VSRP instance to only one smart trunk.
A VSRP instance is in initialized state in one of the following conditions:
· The Layer 3 aggregate interface bound to the VSRP instance is not in the specified smart trunk.
· The specified smart trunk does not exist.
If you execute the following commands multiple times for a VSRP instance, the most recent configuration takes effect:
· bind interface
· bind s-trunk
Examples
# Bind VSRP instance aaa to Route-Aggregation 1 in smart trunk 1.
<Sysname> system-view
[Sysname] vsrp instance aaa
[Sysname-vsrp-instance-aaa] bind s-trunk 1 interface route-aggregation 1
Related commands
bind interface
display vsrp instance
Use display vsrp instance to display VSRP instance information.
Syntax
display vsrp instance [ instance-name ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
instance-name: Specifies a VSRP instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VSRP instance, this command displays information about all VSRP instances.
Examples
# Display information about VSRP instance aaa.
<Sysname> display vsrp instance aaa
VSRP instance name: aaa
VSRP peer name: pname1
Backup ID: 10
Bound VRID: VRRP VRID 1 Interface: GigabitEthernet1/0/6
Instance status: Master
Local status: Master
Peer status: Backup
Backup mode: Warm
Traffic backup interval: 10(minutes)
Traffic backup threshold: 50(MB)
NAS IP: 10.0.0.1
NAS port: GigabitEthernet1/0/7
NAS ID: h3c
Route advertisement: Master and backup
Master cost: 20
Backup cost: 30
# Display information about all VSRP instances.
<Sysname> display vsrp instance
VSRP instance name: aaa
VSRP peer name: pname1
Backup ID: 10
Bound VRID: VRRP VRID 1 Interface: GigabitEthernet1/0/6
Instance status : Master
Local status: Master
Peer status: Backup
Backup mode: Warm
Traffic backup interval: 10(minutes)
Traffic backup threshold: 50(MB)
NAS IP: 10.0.0.1
NAS port: GigabitEthernet1/0/7
NAS ID: h3c
Route advertisement: Master only
VSRP instance name: bbb
VSRP peer name: pname2
Backup ID: 10
Bound S-Trunk ID: 1 Interface: Router-Aggregation1
Instance status : Master
Local status: Master
Peer status: Backup
Backup mode: Warm
Traffic backup interval: 5(minutes)
Traffic backup threshold: 100(MB)
NAS IP: 10.0.0.2
NAS port: GigabitEthernet1/0/9
NAS ID: h3c
Route advertisement: Master and backup
Master cost: 20
Backup cost: 30
Table 1 Command output
Field |
Description |
VSRP peer name |
Name of a VSRP group associated with the VSRP instance. |
Bound VRID Interface: |
This field is not supported in the current software version. Number of the VRRP group bound to the VSRP instance and the interface that hosts the VSRP instance. This field is displayed if the VSRP instance is bound to a VRRP group. |
Bound S-Trunk ID: Interface: |
Smart trunk ID and smart trunk member interface bound to the VSRP instance. This field is displayed if the VSRP instance is bound to a smart trunk member interface. |
Instance status |
VSRP instance state: · Master—The device acts as the master in the VSRP instance. · Backup—The device acts as the backup in the VSRP instance. · Down—The device is not running in the VSRP instance. |
Local status |
Local device state: · Master—The local device is acting as the master. · Backup—The local device is acting as the backup. · Init—The local device is in initialized state. · Down—The state of the local device is unknown. |
Peer status |
Peer state: · Master—The peer is acting as the master. · Backup—The peer is acting as the backup. · Init—The peer is in initialized state. · Down—The state of the peer is unknown. |
Backup mode |
VSRP instance backup mode: · Dual-active—Dual-active hot backup mode. · Hot—Single-active hot backup mode. · Warm—Warm backup mode. |
Traffic backup threshold |
Traffic threshold that triggers a traffic backup. |
NAS IP |
Logical NAS IP address. |
NAS port |
Logical NAS port. |
NAS ID |
Logical host name. |
Route advertisement |
Route advertisement state: · Master and backup—Both the master and the backup advertise subnet routes for address pools. · Master only—Only the master advertises subnet routes for address pools. |
Master cost |
Route cost for the master. This field is displayed only when the value of the Route advertisement field is Master and backup. |
Backup cost |
Route cost for the backup. This field is displayed only when the value of the Route advertisement field is Master and backup. |
display vsrp peer
Use display vsrp peer to display VSRP group information.
Syntax
display vsrp peer [ peer-name ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
peer-name: Specifies a VSRP group by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VSRP group, this command displays information about all VSRP groups.
Examples
# Display information about VSRP group pname.
<Sysname> display vsrp peer pname
VSRP peer name: pname
TCP status: Connected
Peer IP: 11.0.0.3
Local IP: 10.0.0.3
Port: 6000
Track ID: 5
Track status: Positive
# Display information about all VSRP groups.
<Sysname> display vsrp peer
VSRP peer name: pname1
TCP status: Connected
Peer IP: 11.0.0.3
Local IP: 10.0.0.3
Port: 6000
Track ID: 5
Track status: Positive
VSRP peer name: pname2
TCP status: Disconnected
Peer IP: 10.0.0.2
Local IP: 11.0.0.2
Port: 5000
Track ID: 5
Track status: Negative
Table 2 Command output
Field |
Description |
VSRP peer name |
Name of a VSRP group. |
TCP status |
TCP control channel state: Connected or Disconnected. |
Peer IP |
Peer IP address for VSRP channels. |
Local IP |
Local IP address for VSRP channels. |
Port |
Port number for the TCP control channel. |
Track ID |
ID of the track entry associated with the VSRP group. |
Track status |
Track entry state: · Positive. · NotReady. · Negative. |
peer
Use peer to configure the TCP parameters for establishing VSRP channels to the peer.
Use undo peer to delete the VSRP channels to the peer.
Syntax
peer [ ipv6 ] peer-ip-address local local-ip-address [ port port-id ]
undo peer
Default
No VSRP channels are established to the peer.
Views
VSRP peer view
Predefined user roles
network-admin
Parameters
ipv6: Specifies IPv6 addresses. To specify IPv4 addresses, do not specify this keyword.
peer-ip-address: Specifies the IPv4 address of the peer.
local local-ip-address: Specifies the IPv4 address of the local device.
port port-id: Specifies the TCP port number for establishing the control channel. The value range is 1024 to 65535 and the default is 60032. The specified port number cannot be one that is in use. To view the TCP port numbers in use, execute the display [ ipv6 ] tcp command.
Usage guidelines
You must specify different unicast IP addresses for the peer device and the local device in a VSRP group. The IP addresses cannot be all zeros or loopback addresses.
If you have multiple VSRP groups, make sure their IP address pairs are unique.
You cannot configure both IPv4 and IPv6 VSRP channels for the same VSRP peer. To change the TCP parameters for VSRP channel establishment, first execute the undo form of the command to remove the existing VSRP channels.
Examples
# Specify channel establishment parameters for VSRP group pname. Set the local IPv4 address to 11.0.0.2, the peer IPv4 address to 10.0.0.1, and the TCP port number for the control channel to 7000.
<Sysname> system-view
[Sysname] vsrp peer pname
[Sysname-vsrp-peer-pname] peer 10.0.0.1 local 11.0.0.2 port 7000
snmp-agent trap enable vsrp
Use snmp-agent trap enable vsrp to enable SNMP notifications for VSRP.
Use undo snmp-agent trap enable vsrp to disable SNMP notifications for VSRP.
Syntax
snmp-agent trap enable vsrp
undo snmp-agent trap enable vsrp
Default
SNMP notifications are enabled for VSRP.
Views
System view
Predefined user roles
network-admin
Usage guidelines
Application scenarios
If SNMP notifications are enabled for VSRP, a notification is sent to the SNMP module after an important event occurs, such as VSRP connection setup, abnormal VSRP connection, or VSRP instance status switchover.
Operating mechanism
For SNMP notifications to be sent correctly, you must also configure SNMP on the device. For more information about SNMP configuration, see Network Management and Monitoring Configuration Guide.
Examples
# Enable SNMP notifications for VSRP.
<Sysname> system-view
[Sysname] snmp-agent trap enable vsrp
Related commands
display snmp-agent trap-list (Network Management and Monitoring Command Reference)
track
Use track to associate a VSRP group with a track entry.
Use undo track to restore the default.
Syntax
track track-entry-number
undo track
Default
A VSRP group is not associated with any track entry.
Views
VSRP peer view
Predefined user roles
network-admin
Parameters
track-entry-number: Specifies a track entry by its number in the range of 1 to 1024.
Usage guidelines
By default, a VSRP group can detect the state of the failover link based only on the state of the TCP control channel.
You can associate a VSRP group with a track entry to identify the state of the failover link.
· When the track entry is in Positive or NotReady state, a device in the VSRP group attempts to establish a TCP control channel to the peer.
· When the track entry changes to Negative state, the device terminates the TCP control channel.
A VSRP group takes effect only when a TCP control channel is established.
For more information about track entries, see High Availability Configuration Guide.
Examples
# Associate VSRP group pname with track entry 10.
<Sysname> system-view
[Sysname] vsrp peer pname
[Sysname-vsrp-peer-pname] track 10
traffic backup
Use traffic backup to set a traffic backup interval or a traffic threshold that triggers a traffic backup.
Use undo traffic backup to remove the specified traffic backup interval or traffic threshold settings.
Syntax
traffic backup { interval interval-value | threshold threshold-value } *
undo traffic backup [ interval | threshold ]
Default
A VSRP instance backs up traffic at an interval of 10 minutes or when the traffic reaches 50 MB.
Views
VSRP instance view
Predefined user roles
network-admin
Parameters
interval interval-value: Specifies a traffic backup interval in the range of 0 to 1440 minutes.
threshold threshold-value: Specifies a traffic threshold that triggers a traffic backup. The value range for the threshold-value argument is 0 to 100000 MB.
Usage guidelines
A VSRP instance backs up service data at the specified interval or when the specified traffic threshold is reached.
If traffic is not required to be backed up, set both the interval-value argument and the threshold-value argument to 0.
Examples
# Configure VSRP instance aaa to back up traffic every 50 minutes.
<Sysname> system-view
[Sysname] vsrp instance aaa
[Sysname-vsrp-instance-aaa] traffic backup interval 50
# Configure VSRP instance aaa to back up traffic when the traffic reaches 200 MB.
<Sysname> system-view
[Sysname] vsrp instance aaa
[Sysname-vsrp-instance-aaa] traffic backup threshold 200
# Set the traffic backup interval and the traffic threshold to the default value for VSRP instance aaa.
<Sysname> system-view
[Sysname] vsrp instance aaa
[Sysname-vsrp-instance-aaa] undo traffic backup
vsrp instance (system view)
Use vsrp instance to create a VSRP instance and enter its view, or enter the view of an existing VSRP instance.
Use undo vsrp instance to remove a VSRP instance.
Syntax
vsrp instance instance-name
undo vsrp instance instance-name
Default
No VSRP instances exist.
Views
System view
Predefined user roles
network-admin
Parameters
instance-name: Specifies a VSRP instance by its name, a case-sensitive string of 1 to 31 characters.
Usage guidelines
A VSRP instance is associated with a service module. To enable a VSRP instance to function, you must configure the following items for the VSRP instance:
· A VSRP group.
· The backup mode.
· The traffic backup interval or traffic threshold.
Examples
# Create a VSRP instance named aaa, and enter VSRP instance view.
<Sysname> system-view
[Sysname] vsrp instance aaa
[Sysname-vsrp-instance-aaa]
vsrp log enable
Use vsrp log enable to enable VSRP logging.
Use undo vsrp log enable to disable VSRP logging.
Syntax
vsrp log enable
undo vsrp log enable
Default
VSRP logging is disabled.
Views
System view
Predefined user roles
network-admin
Usage guidelines
Application scenarios
If logging is enabled for VSRP, a log messages generated after an important event occurs, such as VSRP connection setup, abnormal VSRP connection, or VSRP instance status switchover.
Operating mechanism
The VSRP logging feature sends log messages to the information center. The information center can then output log messages from different source modules to different destinations. For more information about information center, see Network Management and Monitoring Configuration Guide.
Examples
# Enable VSRP logging.
<Sysname> system-view
[Sysname] vsrp log enable
Related commands
info-center enable (Network Management and Monitoring Command Reference)
vsrp peer
Use vsrp peer to create a VSRP group and enter VSRP peer view, or enter the VSRP peer view of an existing VSRP group.
Use undo vsrp peer to remove a VSRP group.
Syntax
vsrp peer peer-name
undo vsrp peer peer-name
Default
No VSRP groups exist.
Views
System view
Predefined user roles
network-admin
Parameters
peer-name: Specifies a VSRP group by its name, a case-sensitive string of 1 to 31 characters.
Usage guidelines
You can create a maximum of 64 VSRP groups on the device.
If a VSRP instance exists on a VSRP group, you must use the undo backup id command to remove that VSRP instance before you can remove the VSRP group.
Examples
# Create a VSRP group named pname and enter VSRP peer view.
<Sysname> system-view
[Sysname] vsrp peer pname
[Sysname-vsrp-peer-pname]
ARP VSRP commands
arp vsrp-instance
Use arp vsrp-instance to associate ARP with a VSRP instance on an interface.
Use undo arp vsrp-instance to restore the default.
Syntax
arp vsrp-instance vsrp-instance-name [ apply sub-interface ]
undo arp vsrp-instance
Default
ARP is not associated with any VSRP instance on an interface.
Views
Layer 3 Ethernet interface view
Layer 3 Ethernet subinterface view
Layer 3 aggregate interface view
Layer 3 aggregate subinterface view
Predefined user roles
network-admin
Parameters
vsrp-instance-name: Specifies a VSRP instance by its name, a case-sensitive string of 1 to 31 characters.
apply sub-interface: Associates the specified VSRP instance with ARP on all subinterfaces that do not have a VSRP instance association. If you do not specify the apply sub-interface keyword, this command does not associate the VSRP instance with the subinterfaces of the specified interface. This keyword is supported only by main interfaces.
Usage guidelines
This command enables the master to back up the ARP entries of the interface to the backup in real time through the data channel of VSRP. When the master fails or its links fail, the backup can take over to forward traffic immediately without traffic loss.
On an interface, the time taken to create or remove a VSRP instance association for ARP increases with the number of entries to synchronize. You cannot execute this command again before the creation or removal operation is complete.
To modify the VSRP instance association for ARP on an interface, first remove the existing association.
Examples
# Associate ARP with VSRP instance vsrp 1 on GigabitEthernet 1/0/6.
<Sysname> system-view
[Sysname] interface gigabitethernet 1/0/6
[Sysname-GigabitEthernet1/0/6] arp vsrp-instance vsrp1
Related commands
arp vsrp-port
arp vsrp-port
Use arp vsrp-port to specify a TCP port number for VSRP to establish data channels for ARP service backup.
Use undo arp vsrp-port to restore the default.
Syntax
arp vsrp-port port-number
undo arp vsrp-port
Default
TCP port 60043 is used to establish data channels for ARP service backup.
Views
System view
Predefined user roles
network-admin
Parameters
port-number: Specifies a TCP port number in the range of 1 to 65535. The specified port number cannot be used by other services or be a well-known port.
Usage guidelines
To back up ARP entries, the master must establish a TCP data channel with the backup. You can use this command to change the TCP port number for establishing the data channel.
Examples
# Specify TCP port 20000 for VSRP to establish data channels for ARP service backup.
<Sysname> system-view
[Sysname] arp vsrp-port 20000
Related commands
arp vsrp-instance
IGMP VSRP commands
igmp vsrp-instance
Use igmp vsrp-instance to associate an IGMP-enabled interface with a VSRP instance.
Use undo igmp vsrp-instance to remove the VSRP instance association.
Syntax
igmp vsrp-instance vsrp-instance-name
undo igmp vsrp-instance
Default
An IGMP-enabled interface is not associated with a VSRP instance.
Views
Layer 3 Ethernet interface view
Layer 3 Ethernet subinterface view
Layer 3 aggregate interface view
Layer 3 aggregate subinterface view
Predefined user roles
network-admin
Parameters
vsrp-instance-name: Specifies a VSRP instance by its name, a case-sensitive string of 1 to 31 characters.
Usage guidelines
You can specify a nonexistent VSRP instance for this command, but this command takes effect only after the VSRP instance is created.
You can associate an interface or subinterface with only one VSRP instance.
You can associate a VSRP instance with one interface or multiple subinterfaces on the same interface.
If a VSRP instance has been associated with one interface, you must remove the VSRP instance from that interface before you can specify it on another interface.
Removing or configuring a VSRP instance association will cause the removal of multicast group information for offline users.
Examples
# Associate GigabitEthernet 1/0/6 with VSRP instance vsrp1.
<Sysname> system-view
[Sysname] interface gigabitethernet 1/0/6
[Sysname-GigabitEthernet1/0/6] igmp vsrp-instance vsrp1
igmp vsrp-load-balance
Use igmp vsrp-load-balance to enable VSRP load sharing on an IGMP-enabled interface.
Use undo igmp vsrp-load-balance to restore the default.
Syntax
igmp vsrp-load-balance [ no-restore | restore-delay delay-time ]
undo igmp vsrp-load-balance
Default
VSRP load sharing is disabled on an IGMP-enabled interface. Only the master device forwards multicast traffic.
Views
Layer 3 Ethernet interface view
Layer 3 Ethernet subinterface view
Layer 3 aggregate interface view
Layer 3 aggregate subinterface view
Predefined user roles
network-admin
Parameters
no-restore: Disables multicast traffic fallback upon recovery of the failed peer device. If you specify this option, the local device will continue forwarding all multicast traffic after the peer device recovers from failure.
restore-delay delay-time: Sets the delay in seconds for switching multicast traffic to the local device after it recovers from failure. The value range for the delay-time argument is 1 to 65535, and the default value is 180.
Usage guidelines
In a VSRP group, the master device by default forwards all multicast traffic. After you enable VSRP load sharing, the master and backup devices forward multicast traffic for odd multicast group addresses and even multicast group addresses, respectively.
If you do not specify any parameters, the multicast traffic fallback delay is set to the default value. After recovering from failure, the local device must wait 180 seconds before it can forward multicast traffic.
You must configure the same VSRP load sharing settings on the two member devices in the same VSRP group.
If you configure VSRP load sharing on a subinterface, follow these restrictions:
· Make sure the subinterface and its main interface are associated with the same VSRP instance.
· Configure VSRP load sharing on the main interface. Otherwise, VSRP load sharing does not take effect on the subinterface.
If the member devices in a VSRP group fail simultaneously, the member device that first recovers forwards all multicast traffic. When the other member device also recovers, it loads share multicast traffic immediately, whether you enable VSRP load sharing or not. In this situation, transient multicast traffic loss will occur.
In a VSRP group, if a non-direct uplink fails on a member device, the other member device forwards all multicast traffic. When the non-direct uplink recovers, the downstream VSRP member device loads share multicast traffic immediately, whether you enable VSRP load sharing or not. In this situation, transient multicast traffic loss will occur.
When you set the multicast traffic fallback delay, follow these restrictions and guidelines:
· To prevent absence of multicast forwarding entries from causing multicast traffic loss, increase this delay.
· To prevent a recovered member device from being idle, decrease this delay.
· Make sure this delay is longer than the maximum response time for IGMP general queries (configurable with the igmp max-response-time command).
· If you do not set the maximum response time for IGMP general queries, set this delay to be longer than 60 seconds.
During multicast traffic fallback, multicast traffic loss or duplication might occur. In an environment that requires high availability of multicast services, disable multicast traffic fallback.
Examples
# Enable VSRP load sharing on GigabitEthernet 1/0/6.
<Sysname> system-view
[Sysname] interface gigabitethernet 1/0/6
[Sysname-GigabitEthernet1/0/6] igmp vsrp-load-balance
Related commands
display igmp interface
igmp vsrp-port
Use igmp vsrp-port to specify a TCP port number for VSRP to establish data channels for IGMP service backup.
Use undo igmp vsrp-port to restore the default.
Syntax
igmp vsrp-port port-number
undo igmp vsrp-port
Default
TCP port 60041 is used to establish data channels for IGMP service backup.
Views
System view
Predefined user roles
network-admin
Parameters
port-number: Specifies a TCP port number in the range of 1 to 65535. The specified port number cannot be used by other services or be a well-known port.
Usage guidelines
Examples
# Specify TCP port 20000 for VSRP to establish data channels for IGMP service backup.
<Sysname> system-view
[Sysname] igmp vsrp-port 20000
igmp vsrp-sync enable
Use igmp vsrp-sync enable to enable IGMP data synchronization on an IGMP-enabled interface.
Use undo igmp vsrp-sync enable to disable IGMP data synchronization on an IGMP-enabled interface.
Syntax
igmp vsrp-sync enable
undo igmp vsrp-sync enable
Default
IGMP data synchronization is enabled on an IGMP-enabled interface.
Views
Layer 3 Ethernet interface view
Layer 3 Ethernet subinterface view
Layer 3 aggregate interface view
Layer 3 aggregate subinterface view
Predefined user roles
network-admin
Usage guidelines
Enable IGMP data synchronization if you are not sure whether the master and the backup can both receive IGMP packets.
Disable IGMP data synchronization if the master and the backup can both receive IGMP packets. For example, you can disable IGMP data synchronization if you have not configured IPoE, PPP, or portal authentication for multicast users.
The synchronized IGMP data will age out after you disable IGMP data synchronization.
Examples
# Disable IGMP data synchronization on GigabitEthernet 1/0/6.
<Sysname> system-view
[Sysname] interface gigabitethernet 1/0/6
[Sysname-GigabitEthernet1/0/6] undo igmp vsrp-sync enable