Configuring IP Multicast Switching Configuring IPMS on a Switch
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 25-13
-> ip multicast static-neighbor 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 neighbor entry on a link aggregate, use the linkagg parameter. For example:
-> ip multicast static-neighbor vlan 2 linkagg 7
-> ip multicast static-neighbor service 10 sap linkagg 10:100
Removing an IGMP Static Neighbor
To reset the port so that it is no longer an IGMP static neighbor port, use the no form of the ip multicast
static-neighbor command with the vlan and port parameters. For example, the following command
removes port 1/1/13 with designated VLAN 2 as an IGMP static neighbor:
-> no ip multicast static-neighbor vlan 2 port 1/1/13
To reset the SAP port so that it is no longer an IGMP static neighbor port, use the no form of the ip
multicast static-neighbor 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 neighbor:
-> no ip multicast static-neighbor service 10 sap port 1/1/23
Configuring and Removing an IGMP Static Querier
IGMP static querier ports receive IGMP reports generated on the designated VLAN or SPB service.
Unlike IPMS neighbor ports, they do not receive all multicast streams. The following subsections describe
how to configure and remove a static querier by using the ip multicast static-querier command.
Configuring an IGMP Static Querier
To configure a port as an IGMP static querier port, use the ip multicast static-neighbor command with
the port option. For example, the following command configures port 1/1/13 in VLAN 2 as an IGMP
static neighbor:
-> ip multicast static-querier vlan 2 port 1/1/13
To configure an SPB Service Access Point (SAP) as an IGMP static querier port, use the ip multicast
static-querier command with the sap port option. For example, the following command configures SAP
port 1/1/23:10 that is bound to SPB service 10 as an IGMP static querier:
-> ip multicast static-querier 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 querier entry on a link aggregate, use the linkagg parameter. For example:
-> ip multicast static-querier vlan 2 linkagg 7
-> ip multicast static-querier service 10 sap linkagg 10:100