Configuration Guide Vol. 3


16.1.8 IPv4 PIM-SSM Setting

<Structure of this section>

(1) IPv4 PIM-SSM Address Setting

Points to note

The example below shows how to specify the settings shown below in global configuration mode, to use IPv4 PIM-SSM for the Switch. These settings cause IPv4 PIM-SSM to run within the specified SSM address range on interfaces for which IPv4 PIM-SM is set. Only one SSM address setting can be used on the Switch. In this example, the default (232.0.0.0/8) is used for the SSM address range for which PIM-SSM runs. To specify the SSM address range, use the ip pim ssm range command.

Command examples

  1. (config)# ip pim ssm default

    Enables use of IPv4 PIM-SSM (with an SSM address range of 232.0.0.0/8).

(2) Set IPv4 PIM-SSM to work together in IGMPv2/IGMPv3(EXCLUDE mode.)

Points to note

Because source addresses cannot be differentiated with IGMPv2 or IGMPv3 (EXCLUDE mode), linkage to the PIM-SSM cannot be performed. With the Switch, the group address and source address for which PIM-SSM is run can be set to link with PIM-SSM. The group address for which PIM-SSM is run needs to be within the SSM address range specified by the IPv4 PIM-SSM address setting. For example, the following figure shows a PIM-SSM configuration in which the group address is 232.10.10.1 and the source address of Server 1 is 192.168.1.2 and the source address of Server 2 is 192.168.2.2.

Figure 16-2: PIM-SSM configuration sample

[Figure Data]

Command examples

  1. (config)# access-list 2 permit 232.10.10.1

    Creates an access list for which the group address is specified.

  2. (config)# ip igmp ssm-map static 2 192.168.1.2

    (config)# ip igmp ssm-map static 2 192.168.2.2

    Sets the group address for which PIM-SSM is run, and the source addresses for server 1 and server 2 (The access list created in step 1 is used to specify the group address).

  3. (config)# ip igmp ssm-map enable

    Enables IPv4 PIM-SSM to be used for IGMPv2/IGMPv3 (EXCLUDE mode).