Configuring IP Multicast Switching Configuring IPMS on a Switch
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 25-14
Removing an IGMP Static Querier
To reset the port so that it is no longer an IGMP static querier port, use the no form of the ip multicast 
static-querier command. For example, the following command removes port 1/1/13 with designated 
VLAN 2 as an IGMP static querier:
-> no ip multicast static-querier vlan 2 port 1/1/13
To reset the SAP port so that it is no longer an IGMP static querier port, use the no form of the ip 
multicast static-querier command with the service and sap port parameters. For example, the following 
command removes SAP port 1/1/23 with designated service 10 as an IGMP static querier:
-> no ip multicast static-querier service 10 sap port 1/1/23
Configuring and Removing an IGMP Static Group
IGMP static group ports receive the multicast streams generated for the specified IP Multicast group 
address. The following subsections describe how to configure and remove a static group with the ip 
multicast static-group command.
Configuring an IGMP Static Group
To configure an IGMP static group entry on a port, use the ip multicast static-group command with the 
port option. For example, the following command configures an IGMP static group entry with an IP 
address of 225.0.0.1 on port 1/1/3 in VLAN 3:
-> ip multicast static-group 225.0.0.1 vlan 3 port 1/1/13
To configure an IGMP static group entry on an SPB Service Access Point (SAP), use the ip multicast 
static-group command with the sap port option. For example, the following command configures an 
IGMP static group entry with IP address 225.0.0.1 on SAP port 1/1/23:10 that is bound to SPB service 10:
-> ip multicast static-group 225.0.0.1 service 10 sap port 1/1/23:10
In this example, 1/1/23:10 serves as a SAP ID, which is comprised of an access port number (1/1/23) and 
an encapsulation value (10). SPB service 10 is mapped to SAP ID 1/1/23:10. Traffic received on access 
port 1/1/23 that is tagged with VLAN 10 is encapsulated and then forwarded on service 10 through the 
SPB network. Refer to Chapter 10, “Service Manager Commands,” for more information.
To create an IGMP static group entry on a link aggregate, use the linkagg parameter. For example:
-> ip multicast static-group 225.0.0.1 vlan 2 linkagg 7
-> ip multicast static-group 225.0.0.1 service 10 sap linkagg 10:100
Removing an IGMP Static Group
To remove an IGMP static group entry from a port, use the no form of the ip multicast static-group 
command with the vlan and port parameters. For example, the following command removes the IGMP 
static group entry with an IP address of 225.0.0.1 on port 1/1/13:
-> no ip multicast static-group 225.0.0.1 vlan 3 port 1/1/13
To remove an IGMP static group entry from a SAP port, use the no form of the ip multicast static-group 
command with the service and sap port parameters. For example, the following command removes the 
IGMP static group entry with an IP address of 225.0.0.1 on SAP port 1/1/23:
-> no ip multicast static-group 225.0.0.1 service 10 sap port 1/1/23