igmp-static-source-create
This command creates a static IP address as the IGMP source 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-source-create
source-ip ip-address |
Specify the IP address of the source. This is a unicast IP address. |
group-ip ip-address |
Specify the group IP address for IGMP. |
vlan vlan-id |
Specify the VLAN identifier. |
Specify the following option: |
|
vnet vnet-name |
Specify the vNET name assigned to the IGMP static source. |
bd bridge-domain name |
Specify the bridge domain name. |
ports port-list |
Specify the list of ports. |
Defaults None
Access CLI
History
Version 1.2 |
Command introduced. |
Version 2.4.1 |
The parameter vnet added. |
Version 3.0.0 |
The parameter l2-net added. |
Version 5.1.1 |
The parameter l2-net deprecated. |
Usage IGMP groups are used 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 IP address as the source.
Examples To add the static source 12.0.0.1 as the static source, use the following command:
CLI (network-admin@switch) > igmp-static-source-create source-ip 12.0.0.1 group-ip vlan 202 ports 55-57