Purpose
Command or Action
Denies specified multicast ip group and source
traffic.
deny protocol
host address
host
address
Example:
Device(config-acl-nacl)# deny ip host 181.1.2.203 host
232.1.1.1
Step 5
Permits and denies specified host and source
traffic.
Repeat Step 4 or Step 5 as needed.
Step 6
Enables interface configuration mode.
interface type
interface-number port
-
number
Example:
Device(config)# interface gigabitethernet 2/3/0
Step 7
Configures the multicast boundary.
The
filter-autorp
keyword does not
support extended access lists.
Note
ip multicast boundary access-list-name
[
in
|
out
|
filter-autorp
]
Example:
Device(config-if)# ip multicast boundary acc_grp1 out
Step 8
Related Topics
Rules for Multicast Boundaries, on page 336
Configuring the Multicast Boundaries Permitting and Denying Traffic Example, on page 338
Configuring the Multicast Boundaries Permitting Traffic Example, on page 339
Configuring the Multicast Boundaries Denying Traffic Example, on page 339
Configuration Examples for SSM Channel Based Filtering for
Multicast Boundaries
Configuring the Multicast Boundaries Permitting and Denying Traffic Example
The following example permits outgoing traffic for (181.1.2.201, 232.1.1.1) and (181.1.2.202, 232.1.1.1) and
denies all other (S,G)s.
configure terminal
ip access-list extended acc_grp1
permit ip host 0.0.0.0 232.1.1.1 0.0.0.255
permit ip host 181.1.2.201 host 232.1.1.1
permit udp host 181.1.2.202 host 232.1.1.1
permit ip host 181.1.2.202 host 232.1.1.1
deny igmp host 181.2.3.303 host 232.1.1.1
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
338
OL-29890-01
IP Multicast Optimization: SSM Channel Based Filtering for Multicast
Configuration Examples for SSM Channel Based Filtering for Multicast Boundaries