SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface-id
4.
ip igmp filter profile number
5.
end
6.
show running-config interface interface-id
7.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters the global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Specifies the physical interface, and enters interface
configuration mode. The interface must be a Layer 2 port that
does not belong to an EtherChannel port group.
interface interface-id
Example:
Device(config)# interface
Step 3
gigabitethernet1/0/1
Applies the specified IGMP profile to the interface. The range
is 1 to 4294967295.
ip igmp filter profile number
Example:
Device(config-if)# ip igmp filter 321
Step 4
To remove a profile from an interface, use the no ip
igmp filter profile number interface configuration
command.
Note
Returns to privileged EXEC mode.end
Example:
Device(config-if)# end
Step 5
Verifies the configuration.
show running-config interface interface-id
Example:
Device# show running-config interface
Step 6
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
48 OL-29890-01
Configuring IGMP
Applying IGMP Profiles (CLI)