R3303-HP HSR6800 Routers IP Multicast Command Reference
95
Examples
# Configure the router to discard IGMP messages that do not carry the Router-Alert option globally on the
public network.
<Sysname> system-view
[Sysname] igmp
[Sysname-igmp] require-router-alert
# Configure the router to discard IGMP messages that do not carry the Router-Alert option globally in
VPN instance mvpn.
<Sysname> system-view
[Sysname] igmp vpn-instance mvpn
[Sysname-igmp-mvpn] require-router-alert
Related commands
• igmp require-router-alert
• send-router-alert
reset igmp group
Use reset igmp group to remove the dynamic group entries of a specified IGMP group or all IGMP
groups.
Syntax
reset igmp [ all-instance | vpn-instance vpn-instance-name ] group { all | interface interface-type
interface-number { all | group-address [ mask { mask | mask-length } ] [ source-address [ mask { mask
| mask-length } ] ] } }
Views
User view
Default command level
2: System level
Parameters
all-instance: Specifies all MPLS L3VPNs.
vpn-instance vpn-instance-name: Specifies an MPLS L3VPN by its name, a case-sensitive string of 1 to 31
characters.
all: Specifies all interfaces (the first all) or all IGMP groups (the second all).
interface interface-type interface-number: Specifies an interface by its type and number.
group-address: Specifies a multicast group address in the range of 224.0.0.0 to 239.255.255.255.
source-address: Specifies a multicast source address.
mask: Specifies the mask of the multicast group address or multicast source address, 255.255.255.255
by default.
mask-length: Specifies the address mask length. The default value is 32. For a multicast group address,
the value range for this argument is 4 to 32. For a multicast source address, the value range for this
argument is 0 to 32.