Cisco Catalyst 3850 series Configuration Manual page 321

Ip multicast routing configuration guide
Hide thumbs Also See for Catalyst 3850 series:
Table of Contents

Advertisement

Configuring Basic IP Multicast Routing
Command or Action
Step 2
configure terminal
Example:
Device# configure terminal
Step 3
access-list access-list-number deny source
[source-wildcard]
Example:
Device(config)#
access-list 12 deny 224.0.1.39
access-list 12 deny 224.0.1.40
Step 4
interface interface-id
Example:
Device(config)# interface
gigabitethernet 1/0/1
Step 5
ip multicast boundary
access-list-number
Example:
Device(config-if)# ip multicast
boundary 12
OL-32598-01
Purpose
Enters the global configuration mode.
Creates a standard access list, repeating the command as many times as
necessary.
• For access-list-number, the range is 1 to 99.
• The deny keyword denies access if the conditions are matched.
• For source, enter multicast addresses 224.0.1.39 and 224.0.1.40, which
carry Auto-RP information.
• (Optional) For source-wildcard, enter the wildcard bits in dotted decimal
notation to be applied to the source. Place ones in the bit positions that
you want to ignore.
The access list is always terminated by an implicit deny statement for
everything.
Specifies the interface to be configured, and enters interface configuration
mode.
The specified interface must be one of the following:
• A routed port—A physical port that has been configured as a Layer 3
port by entering the no switchport interface configuration command.
You will also need to enable IP PIM sparse-dense-mode on the interface,
and join the interface as a statically connected member to an IGMP
static group. For a configuration example, see
Configuration as a Routed Port, on page 95
• An SVI—A VLAN interface created by using the interface vlan vlan-id
global configuration command. You will also need to enable IP PIM
sparse-dense-mode on the VLAN, join the VLAN as a statically
connected member to an IGMP static group, and then enable IGMP
snooping on the VLAN, the IGMP static group, and physical interface.
For a configuration example, see
an SVI, on page 96
These interfaces must have IP addresses assigned to them.
Configures the boundary, specifying the access list you created in Step 2.
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
Configuring Optional IP Multicast Routing Features
Example: Interface
Example: Interface Configuration as
297

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents