User guide

Configuring IP Multicast Switching Configuring IPMS on a Switch
OmniSwitch 6600 Family Network Configuration Guide April 2005 page 25-7
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, and either the port (designate the slot number of the port, a slash (/), and the port number) or
linkagg and link aggregation group 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
Configuring and Removing a Static Member
The following subsections describe how to configure and remove a static member with the ip multicast
static-member command.
Configuring a Static Member
You can configure a port as an IPMS static member by entering ip multicast static-member followed by
the IP address of the static member in dotted decimal notation, a space, the slot number of the port, a slash
(/), the port number, a space, and the VLAN number (which must be between 0 and 4095).
For example, to configure a static member with an IP address of 11.0.0.1 on port 10 in slot 3 with desig-
nated VLAN 3 you would enter:
-> ip multicast static-member 11.0.0.1 3/10 3
You can also configure a link aggregation group as an IPMS static member by entering ip multicast
static-member followed by the IP address of the static member in dotted decimal notation, a space,
linkagg, the link aggregation group number, and the VLAN number (which must be between 0 and 4095).
For example, to configure a static member with an IP address of 11.0.0.1 on link aggregation group 7 with
designated VLAN 3 you would enter:
-> ip multicast static-member 11.0.0.1 linkagg 7 3
Removing a Static Member
To reset the port so that it is no longer an IPMS static member port you use the no form of the
ip multicast static-member command by entering ip multicast no static-member followed by the IP
address of the static member, a space, either the port (designate the slot number of the port, a slash (/), the
port number) or linkagg and the link aggregation group number, a space, and the VLAN number.
For example, to remove a static member with an IP address of 11.0.0.1 on port 10 in slot 3 with desig-
nated VLAN 3 you would enter:
-> ip multicast no static-neighbor 11.0.0.1 3/10 3