Alcatel-Lucent 6850-48 ネットワークガイド

ページ / 1162
Configuring IPMS on a Switch
Configuring IP Multicast Switching
page 42-12
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
Removing an IGMP Static Neighbor
To reset the port so that it is no longer an IGMP static neighbor port, use the no form of the 
 command by entering no ip multicast static-neighbor followed by vlan, a 
space, 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 an IGMP static neighbor you would 
enter:
-> no ip multicast static-neighbor vlan 2 port 4/10
Configuring and Removing an IGMP Static Querier
IGMP 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 by using the 
command.
Configuring an IGMP Static Querier
You can configure a port as an IGMP static querier port by entering 
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 IGMP static querier you would 
enter:
-> ip multicast static-querier vlan 2 port 4/10
You can also configure a link aggregation group as an IGMP static querier port by entering ip 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:
-> ip multicast static-querier vlan 2 port 7
Removing an IGMP Static Querier
To reset the port so that it is no longer an IGMP static querier port, use the no form of the 
 command by entering no ip 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 an IPMS static querier you would 
enter:
-> no ip multicast static-querier vlan 2 port 4/10
Configuring and Removing an IGMP Static Group
IGMP static group ports receive IGMP reports generated on the specified IP Multicast group address. The 
following subsections describe how to configure and remove a static group with the 
 command.