reset igmp [ vpn-instance vpn-instance-name | all-instance ] group { all | interface interface-type interface-number { all | group-address [ mask { group-mask | group-mask-length } ] [ source-address [ mask { source-mask | source-mask-length } ] ] } }
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-instance-name | Deletes dynamic IGMP entries in a specified VPN instance. | The value must be an existing VPN instance name. |
all-instance | Deletes dynamic IGMP entries in all instances. | - |
all | The first all deletes dynamic IGMP entries on all interfaces. The second all deletes all dynamic IGMP entries on a specified interface. | - |
interface interface-type interface-number | Deletes dynamic IGMP entries on a specified interface. | - |
group-address | Deletes dynamic IGMP entries of a specified group. | The value ranges from 224.0.1.0 to 239.255.255.255, in dotted decimal notation. |
mask | Sets the mask of a multicast source address or group address. | - |
group-mask | Specifies the mask of a multicast group address. | The mask is in dotted decimal notation. |
group-mask-length | Specifies the mask length of a multicast group address. | The value is an integer that ranges from 4 to 32. |
source-address | Specifies a multicast source address. | The address is in dotted decimal notation. |
source-mask | Specifies the mask of a multicast source address. | The mask is in dotted decimal notation. |
source-mask-length | Specifies the mask length of a multicast source address. | The value is an integer that ranges from 0 to 32. |
This command does not delete static group memberships configured on interfaces.
Deleting IGMP entries on an interface does not prevent the interface from joining the involved groups again.
After IGMP group memberships are deleted, group members may fail to receive multicast data. Therefore, exercise caution when using this command.
# Delete dynamic IGMP entries on all interfaces.
<HUAWEI> reset igmp group all
# Delete all dynamic IGMP entries on VLANIF100.
<HUAWEI> reset igmp group interface vlanif 100 all
# Delete the IGMP entries of group 225.0.0.1 on VLANIF100.
<HUAWEI> reset igmp group interface vlanif 100 225.0.0.1
# Delete IGMP entries of groups 225.1.1.0 to 225.1.1.255 on VLANIF100.
<HUAWEI> reset igmp group interface vlanif 100 225.1.1.0 mask 255.255.255.0