Alcatel-Lucent 6600 Switch User Manual


 
Configuring IPMS on a Switch Configuring IP Multicast Switching
page 26-6 OmniSwitch 6600 Family Network Configuration Guide April 2006
Configuring a Static Neighbor
You can configure a port as an IPMS static neighbor port by entering ip multicast static-neighbor
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 neighbor you would enter:
-> ip multicast static-neighbor 2 4/10
You can also configure a link aggregation group as an IPMS static neighbor port by entering ip multicast
static-neighbor followed by the VLAN number (which must be between 0 and 4095), a space, linkagg,
and the aggregation group number.
For example, to configure link aggregation group 7 with designated VLAN 2 as a static neighbor you
would enter:
-> ip multicast static-neighbor 2 linkagg 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, 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 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
You can also configure a link aggregation group 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, linkagg, 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 2 linkagg 7