Alcatel-Lucent 6850-48 Guida Di Rete

Pagina di 1162
Configuring IP Multicast Switching
Configuring IPMS on a Switch
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 42-13
Configuring an IGMP Static Group
You can configure a port as an IGMP static group by entering 
IP address of the static group in dotted decimal notation, a space, followed by vlan, a space, 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 an IGMP static member with an IP address of 225.0.0.1 on port 10 in slot 3 with 
designated VLAN 3 you would enter:
-> ip multicast static-group 225.0.0.1 vlan 3 port 3/10
You can also configure a link aggregation group as an IPMS static group by entering 
ip multicast static-group 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 group you would 
enter:
-> ip multicast static-group 225.0.0.2 vlan 2 port 7
Removing an IGMP Static Group
To reset the port so that it is no longer an IGMP static group port, use the no form of the 
 command by entering no ip multicast static-group, followed by the IP address 
of the static group, a space, followed by vlan, a space, the VLAN number, a space, followed by port, the 
slot number of the port, a slash (/), and the port number.
For example, to remove an IGMP static member with an IP address of 225.0.0.1 on port 10 in slot 3 with 
designated VLAN 3 you would enter:
-> no ip multicast static-group 225.0.0.1 vlan 3 port 3/10