igmp-static-group-create
This command creates a static IGMP group on the network.
Informational Note: IGMPv1 is not supported in nvOS. If you are using IGMPv1, you must disable IGMP snooping on the Pluribus Networks switch.
Syntax igmp-static-group-create
group-ip ip-address |
Speicifies the group multicast IP address for IGMP. |
vlan vlan-id |
Specifies the VLAN identifier. |
ports port-list |
Specifies the list of ports. |
Defaults None
Access CLI
History Command introduced in nvOS Version 1.2.1.
Usage Netvisor uses IGMP groups to determine the reception state for a specific multicast address. This allows the switch to determine if any switches need messages sent from a multicast group. Use this command to create an IGMP static group.
Examples To configure a static group for 239.4.9.3 on VLAN 202 and ports 55-57, use the following command:
CLI network-admin@switch > igmp-static-group-create group-ip 239.4.9.3 vlan 202 ports 55-57