Configuring IP Multicast Switching Configuring IPMS on a Switch
OmniSwitch AOS Release 7 Network Configuration Guide March 2011 page 20-11
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 max-group command by entering no ip multicast static-neighbor followed by vlan, a
space, VLAN number, a space, followed by port, a space, the slot number of the port, a slash (/), and the
port number.
For example, to remove port 10 in slot 4 with designated VLAN 2 as an IGMP static neighbor you would
enter:
-> no ip multicast static-neighbor vlan 2 port 4/10
Configuring and Removing an IGMP Static Querier
IGMP static querier ports receive IGMP reports generated on the designated VLAN. 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
You can configure a port as an IGMP static querier port by entering ip multicast static-querier, followed
by vlan, a space, the VLAN number (which must be between 0 and 4095), a space, followed by port, a
space, the slot number of the port, a slash (/), and the port number.
For example, to configure port 10 in slot 4 with designated VLAN 2 as an IGMP static querier you would
enter:
-> ip multicast static-querier vlan 2 port 4/10
You can also configure a link aggregation group as an IGMP static querier port by entering ip multicast
static-querier followed by vlan, a space, VLAN number (which must be between 0 and 4095), a space,
followed by port, a space, and the link aggregation group number.
For example, to configure link aggregation group 7 with designated VLAN 2 as a static querier you would
enter:
-> ip multicast static-querier vlan 2 port 7
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 by entering no ip multicast static-querier, followed by vlan, a
space, the VLAN number, a space, followed by port, a space, the slot number of the port, a slash (/), and
the port number.
For example, to remove port 10 in slot 4 with designated VLAN 2 as an IPMS static querier you would
enter:
-> no ip multicast static-querier vlan 2 port 4/10
Configuring and Removing an IGMP Static Group
IGMP static group ports receive IGMP reports generated on 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.