|
Table Of Contents
SSM Channel Based Filtering for Multicast Boundaries
Prerequisites for SSM Channel Based Filtering for Multicast Boundaries
Restrictions for SSM Channel Based Filtering for Multicast Boundaries
Information About the SSM Channel Based Filtering for Multicast Boundaries Feature
Rules for Multicast Boundaries
Benefits of SSM Channel Based Filtering for Multicast Boundaries
How to Configure SSM Channel Based Filtering for Multicast Boundaries
Configuring the Multicast Boundaries
Configuration Examples for SSM Channel Based Filtering for Multicast Boundaries
Configuring the Multicast Boundaries: Example
SSM Channel Based Filtering for Multicast Boundaries
The SSM Channel Based Filtering for Multicast Boundaries feature enables the user to apply filtering policies based on Source Specific Multicast (SSM) channels for Source and Group (S,G) addresses, which is a combination of source and destination IP addresses.
Feature History for the SSM Channel Based Filtering for Multicast Boundaries Feature
Finding Support Information for Platforms and Cisco IOS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn.
Contents
•Prerequisites for SSM Channel Based Filtering for Multicast Boundaries
•Restrictions for SSM Channel Based Filtering for Multicast Boundaries
•Information About the SSM Channel Based Filtering for Multicast Boundaries Feature
•How to Configure SSM Channel Based Filtering for Multicast Boundaries
•Configuration Examples for SSM Channel Based Filtering for Multicast Boundaries
Prerequisites for SSM Channel Based Filtering for Multicast Boundaries
•IP multicast needs to be configured on the router.
Restrictions for SSM Channel Based Filtering for Multicast Boundaries
•The filter-autorp keyword does not support extended access lists.
Information About the SSM Channel Based Filtering for Multicast Boundaries Feature
To configure the SSM Channel Based Filtering for Multicast Boundaries feature, you should understand the following concepts:
•Rules for Multicast Boundaries
•Benefits of SSM Channel Based Filtering for Multicast Boundaries
Rules for Multicast Boundaries
The SSM Channel Based Filtering for Multicast Boundaries feature expands the ip multicast boundary command for control plane filtering support. More than one ip multicast boundary command can be applied to an interface.
The following rules govern the ip multicast boundary command:
•One instance of the in and out keywords can be configured on an interface.
•The in and out keywords can be used for standard or extended access lists.
•Only standard access lists are permitted with the use of the filter-autorp keyword or no keyword.
•A maximum of three instances of a command will be allowed on an interface: one instance of in, one instance of out, and one instance of filter-autorp or no keyword.
•When multiple instances of the command are used, the filtering will be cumulative. If a boundary statement with no keyword exists with a boundary statement with the in keyword, both access lists will be applied on the in direction and a match on either one will be sufficient.
•All instances of the command apply to both control and data plane traffic.
•Protocol information on the extended access list is parsed to allow reuse and filtering for IOS consistency. An (S,G) operation will be filtered by an extended access list under all conditions stated above for keywords if the access list filters (S,G) traffic for all protocols.
Benefits of SSM Channel Based Filtering for Multicast Boundaries
•This feature allows input on the source interface.
•The access control capabilities are the same for SSM and Any Source Multicast (ASM).
How to Configure SSM Channel Based Filtering for Multicast Boundaries
This section contains the following procedures:
•Configuring the Multicast Boundaries
Configuring the Multicast Boundaries
Perform this task to configure the multicast boundary.
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
Configuration Examples for SSM Channel Based Filtering for Multicast Boundaries
This section provides the following configuration examples for the multicast boundaries:
Configuring the Multicast Boundaries: 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 terminalip access-list extended acc_grp1permit ip host 0.0.0.0 232.1.1.1 0.0.0.255permit ip host 181.1.2.201 host 232.1.1.1permit udp host 181.1.2.202 host 232.1.1.1permit ip host 181.1.2.202 host 232.1.1.1deny igmp host 181.2.3.303 host 232.1.1.1interface ethernet 2/3ip multicast boundary acc_grp1 outThe following example permits outgoing traffic for (181.1.2.201, 232.1.1.5) and 181.1.2.202, 232.1.1.5).
configure terminalip access-list extended acc_grp6permit ip host 0.0.0.0 232.1.1.1 5.0.0.255deny udp host 181.1.2.201 host 232.1.1.5permit ip host 181.1.2.201 host 232.1.1.5deny pim host 181.1.2.201 host 232.1.1.5permit ip host 181.1.2.202 host 232.1.1.5deny igmp host 181.2.3.303 host 232.1.1.1interface ethernet 2/3ip multicast boundary acc_grp6 outThe following example denies a group-range that is being announced by the candidate RP. Since the group range is denied, there will be no pim auto-rp mappings created.
configure terminalip access-list standard acc_grp10deny 225.0.0.0 0.255.255.255permit anyaccess-list extended acc_grp12permit pim host 181.1.2.201 host 232.1.1.8deny udp host 181.1.2.201 host 232.1.1.8permit pim host 181.1.2.203 0.0.0.255 host 227.7.7.7permit ip host 0.0.0.0 host 227.7.7.7permit ip 181.1.2.203 0.0.0.255 host 227.7.7.7permit ip host 181.1.2.201 host 232.1.1.7ip access-list extended acc_grp13deny ip host 181.1.2.201 host 232.1.1.8permit ip any anyinterface ethernet 2/3ip multicast boundary acc_grp10 filter-autorpip multicast boundary acc_grp12 outip multicast boundary acc_grp13 inAdditional References
The following sections provide references related to the Multicast VPN MIB feature.
Related Documents
Related Topic Document TitleMulticast commands: complete syntax, command mode, defaults, usage guidelines, and examples
Standards
MIBs
RFCs
Technical Assistance
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2007 Cisco Systems, Inc. All rights reserved.