Технические ссылки для Cisco Cisco 5760 Wireless LAN Controller

Скачать
Страница из 1016
ip igmp filter
Use the ip igmp filter interface configuration command on the controller stack or on a standalone controller
to control whether or not all hosts on a Layer 2 interface can join one or more IP multicast groups by applying
an Internet Group Management Protocol (IGMP) profile to the interface. Use the no form of this command
to remove the specified profile from the interface.
ip igmp filter profile number
no ip igmp filter
Syntax Description
The IGMP profile number to be applied. The range is 1 to 4294967295.
profile number
Command Default
No IGMP filters are applied.
Command Modes
Interface configuration
Command History
Modification
Release
This command was introduced.
Cisco IOS XE 3.2SE
Usage Guidelines
You can apply IGMP filters only to Layer 2 physical interfaces; you cannot apply IGMP filters to routed ports,
switch virtual interfaces (SVIs), or ports that belong to an EtherChannel group.
An IGMP profile can be applied to one or more controller port interfaces, but one port can have only one
profile applied to it.
Examples
This example shows how to configure IGMP profile 40 to permit the specified range of IP multicast addresses,
then shows how to apply that profile to a port as a filter:
Controller(config)#
ip igmp profile 40
Controller(config-igmp-profile)#
permit
Controller(config-igmp-profile)#
range 233.1.1.1 233.255.255.255
Controller(config-igmp-profile)#
exit
Controller(config)#
interface gigabitethernet1/0/2
Controller(config-if)#
switchport
*Jan
3 18:04:17.007: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/1, changed state to down.
NOTE: If this message appears, this interface changes to layer 2, so that you can apply the
filter.
Controller(config-if)#
ip igmp filter 40
You can verify your setting by using the show running-config privileged EXEC command and by specifying
an interface.
   Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)
304
OL-29471-01  
ip igmp filter