Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
IP Multicast Switching Commands
OmniSwitch CLI Reference Guide
September 2009
page 55-21
ip multicast static-group
Creates a static IGMP group entry on a specified port on a specified VLAN.
ip multicast static-group ip_address vlan vid port slot/port
no ip multicast static-group ip_address vlan vid port slot/port
Syntax Definitions
ip_address
The IP address of the multicast group.
vid
VLAN to include as a static IGMP group.
slot/port
The slot/port number you want to configure as a static IGMP group.
Defaults
N/A
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to remove an IGMP static group entry on a specified port on a speci-
fied VLAN.
• The ip multicast static-group command allows you to create an IGMP static group entry on a speci-
fied port on a specified VLAN. This, in-turn, enables that network segment to receive IGMP traffic 
addressed to the specified IP multicast group address.
• You can also create an IGMP static group entry on a link aggregate port by entering
ip multicast static-group ip_address vlan vid port, followed by the link aggregation group number 
(e.g., ip multicast static-group 11.0.0.1 vlan 2 port 7).
Examples
-> ip multicast static-group 229.10.10.10 vlan 4 port 1/1
-> no ip multicast static-group 229.10.10.10 vlan 4 port 1/1
-> ip multicast static-group 225.11.11.11 vlan 4 port 7
-> no ip multicast static-group 225.11.11.11 vlan 4 port 7
Release History
Release 6.1.1; command was introduced.