
Configuring IP Multicast Switching Configuring IPMS on a Switch
OmniSwitch 6800/6850/9000 Network Configuration Guide June 2006 page 28-11
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
ip multicast static-group command.
Configuring an IGMP Static Group
You can configure a port as an IGMP static group by entering ip multicast static-group, followed by the
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
ip multicast static-group 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
Comentarios a estos manuales