.
.
!
ip pim ssm default
!
access-list 10 permit 232.1.2.10
access-list 11 permit 232.1.2.0 0.0.0.255
!
This table describes the significant commands shown in the SSM mapping configuration example.
Table 20: SSM Mapping Configuration Example Command Descriptions
DescriptionCommand
Disables IP DNS-based hostname-to-address
translation.
The no ip domain-list command is shown
in the configuration only to demonstrate that
disabling IP DNS-based hostname-to-address
translation does not conflict with configuring
SSM mapping. If this command is enabled,
the Cisco IOS XE software will try to resolve
unknown strings as hostnames.
Note
no ip domain lookup
Specifies ssm-map.cisco.com as the domain prefix
for SSM mapping.
ip domain multicast ssm-map.cisco.com
Specifies 10.48.81.21 as the IP address of the DNS
server to be used by SSM mapping and any other
service in the software that utilizes DNS.
ip name-server 10.48.81.21
Enables IP multicast routing.ip multicast-routing
Enables SSM mapping.ip igmp ssm-map enable
Configures the groups permitted by ACL 10 to use
source address 172.16.8.10.
•
In this example, ACL 10 permits all groups in
the 232.1.2.0/25 range except 232.1.2.10.
ip igmp ssm-map static 10 172.16.8.10
Configures the groups permitted by ACL 11 to use
source address 172.16.8.11.
•
In this example, ACL 11 permits group
232.1.2.10.
ip igmp ssm-map static 11 172.16.8.11
Enables PIM sparse mode.ip pim sparse-mode
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
282 OL-32598-01
Configuring SSM
SSM Mapping Example