PIM-SSM Configuration illustrates the PIM-SSM configuration of a single router shown in the example scripts below. PIM-SSM is enabled on router R1 with the default group range of 232.0.0.0/8. VLANs connected to the source host and receiver are configured on the router. PIM-SM and IGMP are enabled on all interfaces. IGMP query is enabled on the receiver interface.
On this router:
R1(su-config)->router id 1.1.1.1 R1(su-config)->ip pim ssm default R1(su-config)->interface vlan 2 R1(su-config-intf-vlan.0.2)->ip address 171.1.1.1 255.255.255.0 R1(su-config-intf-vlan.0.2)->ip pim sparse-mode R1(su-config-intf-vlan.0.2)->no shutdown R1(su-config-intf-vlan.0.2)->exit R1(su-config)->interface vlan 5 R1(su-config-intf-vlan.0.5)->ip address 171.1.2.1 255.255.255.0 R1(su-config-intf-vlan.0.2)->ip pim sparse-mode R1(su-config-intf-vlan.0.5)->no shutdown R1(su-config-intf-vlan.0.5)->exit R1(su-config)->exit R1(su)->set igmp enable 2,5 R1(su)->set igmp query-enable 5 R1(su)->set igmp config 2,5 igmp-version 3