Alcatel-Lucent 6600 Switch User Manual


 
Configuring IP Multicast Switching Configuring IPMS on a Switch
OmniSwitch 6600 Family Network Configuration Guide April 2006 page 26-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 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 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 3/10
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,
the VLAN number (which must be between 0 and 4095), a space, linkagg, and the link aggregation group
number.
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 3 linkagg 7
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, the VLAN number, a space, and either the port (designate the slot
number of the port, a slash (/), the port number) or linkagg and the link aggregation group 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 3/10