•
The access control capabilities are the same for SSM and Any Source Multicast (ASM).
How to Configure SSM Channel Based Filtering for Multicast
Boundaries
Configuring Multicast Boundaries
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip access-list
{
standard
|
extended
}
access
-
list
-
name
4.
permit protocol
host address
host
address
5.
deny protocol
host address
host
address
6.
Repeat Step 4 or Step 5 as needed.
7.
interface type
interface-number port
-
number
8.
ip multicast boundary access-list-name
[
in
|
out
|
filter-autorp
]
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Example:
Device> enable
Step 1
Enters global configuration mode.
configure terminal
Example:
Device# configure terminal
Step 2
Configures the standard or extended access list.
ip access-list
{
standard
|
extended
}
access
-
list
-
name
Example:
Device(config)# ip access-list 101
Step 3
Permits specified ip host traffic.
permit protocol
host address
host
address
Example:
Device(config-ext-nacl)# permit ip host 181.1.2.201
host 232.1.1.11
Step 4
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
OL-29890-01
337
IP Multicast Optimization: SSM Channel Based Filtering for Multicast
How to Configure SSM Channel Based Filtering for Multicast Boundaries