Configuring IP Multicast Switching
Configuring IPMS on a Switch
OmniSwitch 6624/6648 Network Configuration Guide
April 2004
page 23-7
Removing a Static Neighbor
To reset the port so that it is no longer an IPMS static neighbor port you use the
no
form of the
ip multicast static-neighbor
command by entering
ip multicast no static-neighbor
followed by the
VLAN number, a space, the slot number of the port, a slash (
/
), and the port number.
For example, to remove port 4 in slot 10 with designated VLAN 2 as a static neighbor you would enter:
-> ip multicast no static-neighbor 2 4/10
Configuring and Removing a Static Querier
IPMS static querier ports receive IGMP reports generated on the designated VLAN. Unlike IPMS neigh-
bor ports, they will not receive all multicast streams. The following subsections describe how to configure
and remove a static querier with the
ip multicast static-querier
command.
Configuring a Static Querier
You can configure a port as an IPMS static querier port by entering
ip multicast static-querier
followed
by the VLAN number (which must be between 0 and 4095), a space, the slot number of the port, a slash
(
/
), and the port number.
For example, to configure port 4 in slot 10 with designated VLAN 2 as a static querier you would enter:
-> ip multicast static-querier 2 4/10
By default, the version of IGMP that will be used is Version 2. As an option, you can also specify the
version of IGMP (either version 2 or Version 3) by entering
ip multicast static-querier
followed by the
VLAN number (which must be between 0 and 4095), a space, the slot number of the port, a slash (/), the
port number, and either
v2
or
v3
.
For example, to configure port 4 in slot 10 with designated VLAN 2 as a static querier that uses IGMP
Version 3 you would enter:
-> ip multicast static-querier 2 4/10 v3
Removing a Static Querier
To reset the port so that it is no longer an IPMS static querier port you use the
no
form of the
ip multicast
static-querier
command by entering
ip multicast no static-querier
followed by the VLAN number, a
space, the slot number of the port, a slash (
/
), and the port number.
For example, to remove port 4 in slot 10 with designated VLAN 2 as a static querier you would enter:
-> ip multicast no static-querier 2 4/10