Controlling Access To Ip Multicast Group - Cisco Catalyst 2960-XR Configuration Manuals

Ip multicast routing
Hide thumbs Also See for Catalyst 2960-XR:
Table of Contents

Advertisement

Understanding Cisco's Implementation of IP Multicast Routing
Command or Action
join-group 225.2.2.2
Step 4
end
Example:
Switch(config-if)# end
Step 5
show ip igmp interface [interface-id]
Example:
Switch# show ip igmp interface
Step 6
copy running-config startup-config
Example:
Switch# copy running-config
startup-config
Related Topics
Example: Configuring the Switch as a Member of a Multicast Group, on page 26

Controlling Access to IP Multicast Group

The switch sends IGMP host-query messages to find which multicast groups have members on attached local
networks. The switch then forwards to these group members all packets addressed to the multicast group.
You can place a filter on each interface to restrict the multicast groups that hosts on the subnet serviced by
the interface can join.
This procedure is optional.
SUMMARY STEPS
1. configure terminal
2. interface interface-id
3. ip igmp access-group access-list-number
4. exit
5. access-list access-list-number {deny | permit} source [source-wildcard]
6. end
7. show ip igmp interface [interface-id]
OL-29426-01
Catalyst 2960-XR Switch IP Multicast Routing Configuration Guide, Cisco IOS Release 15.0(2)EX1
Controlling Access to IP Multicast Group
Purpose
To cancel membership in a group, use the no ip igmp
Note
join-group group-address interface configuration
command.
Returns to privileged EXEC mode.
Verifies your entries.
(Optional) Saves your entries in the configuration file.
17

Advertisement

Table of Contents
loading

Table of Contents