Operation Manual

IGMP Snooping Commands
IGMP Snooping Commands
14 – 377
set igmp mrouter
Adds or removes a port in an MX list of ports that the MX forwards traffic to multicast routers.
Static multicast ports are immediately added to or removed from the list of router ports and do not
age out.
Syntax
set igmp mrouter port port-list {enable | disable}
Defaults
By default, no ports are static multicast router ports.
Access
Enabled.
History
Introduced in MSS Version 1.0.
Usage
You cannot add MP access ports or wired authentication ports as static multicast ports.
However, MSS can dynamically add these port types to the list of multicast ports based on
multicast traffic.
Examples
The following command adds port 9 as a static multicast router port:
MX# set igmp mrouter port 9 enable
success: change accepted.
The following command removes port 9 from the static multicast router port list:
MX# set igmp mrouter port 9 disable
success: change accepted.
See Also
show igmp mrouter on page 14-385
set igmp mrsol
Enables or disables multicast router solicitation by an MX switch on one VLAN or all VLANs.
Syntax
set igmp mrsol {enable | disable} [vlan vlan-id]
Defaults
Multicast router solicitation is disabled on all VLANs by default.
Access
Enabled.
History
Introduced in MSS Version 1.0.
Examples
The following command enables multicast router solicitation on VLAN orange:
MX# set igmp mrsol enable vlan orange
success: change accepted.
port port-list
Port list. MSS adds or removes the specified ports in the list of static multicast router
ports.
enable Adds the port to the list of static multicast router ports.
disable Removes the port from the list of static multicast router ports.
enable Enables multicast router solicitation.
disable Disables multicast router solicitation.
vlan
vlan-id
VLAN name or number. If you do not specify a VLAN, multicast router solicitation is
disabled or enabled on all VLANs.