Alcatel-Lucent 6850-48 Network Guide

Page of 1162
Configuring IP Multicast Switching
Configuring IPMSv6 on a Switch
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 42-27
Removing an MLD Static Neighbor
To reset the port so that it is no longer an MLD static neighbor port, use the no form of the 
 command by entering no ipv6 multicast static-neighbor, followed by 
vlan, a space, the VLAN number, a space, followed by port, a space, 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 MLD static neighbor you would 
enter:
-> no ipv6 multicast static-neighbor vlan 2 port 4/10
Configuring and Removing an MLD Static Querier
MLD static querier ports receive MLD reports generated on the designated VLAN. Unlike MLD neighbor 
ports, they will not receive all multicast streams. The following subsections describe how to configure and 
remove a static querier by using th
command.
Configuring an MLD Static Querier
You can configure a port as an MLD static querier port by entering 
,
 
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 MLD static querier you would 
enter:
-> ipv6 multicast static-querier vlan 2 port 4/10
You can also configure a link aggregation group as an MLD static querier port by entering 
ipv6 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:
-> ipv6 multicast static-querier vlan 2 port 7
Removing an MLD Static Querier
To reset the port, so that it is no longer an MLD static querier port, use the no form of the 
 command by entering no ipv6 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 a static querier you would enter:
-> no ipv6 multicast static-querier vlan 2 port 4/10
Configuring and Removing an MLD Static Group
MLD static group ports receive MLD reports generated on the specified IPv6 Multicast group address. 
The following subsections describe how to configure and remove an MLD static group by using the 
 command.