Configuration Guide Vol. 3


16.1.15 Configuring IPv4 PIM-SSM in VRF [SL-L3A]

<Structure of this section>

(1) IPv4 PIM-SSM Address Setting

Points to note

The settings below must be specified in global configuration mode to use IPv4 PIM-SSM for the Switches in a VRF. These settings enable IPv4 PIM-SSM to run within the specified SSM address range on the VRF interfaces for which IPv4 PIM-SM is set. The Switch can set only one SSM address for each VRF. In this example, the default (232.0.0.0/8) is used for the SSM address range for which PIM-SSM runs in VRF 10.

Command examples

  1. (config)# ip pim vrf 10 ssm default

    Enables use of IPv4 PIM-SSM in VRF 10 (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 IPv4 PIM-SSM cannot be performed. With the Switches, the group address and source address for which IPv4 PIM-SSM is run can be set to link with IPv4 PIM-SSM. This functionality must be set for each VRF. The group address for which IPv4 PIM-SSM is run needs to be within the SSM address range specified for the target VRF in the IPv4 PIM-SSM address setting. As an example, the following diagram shows an example of a IPv4 PIM-SSM configuration in which VPN 2 is associated with VRF 10 and the group address used by VPN 2 is 232.10.10.1 and the source address of server 1 is 192.168.2.2 and the source address of server 2 is 192.168.3.2 when two servers are used in the same VPN.

Figure 16-4: Sample IPv4 PIM-SSM Configuration in VRF

[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 vrf 10 static 2 192.168.2.2

    (config)# ip igmp ssm-map vrf 10 static 2 192.168.3.2

    For VRF 10, sets the group address for which IPv4 PIM-SSM is run in VPN 2 and the source addresses of server 1 and server 2 (The access list created in step 1 is used to specify the group address).

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

    For VRF 10, enables IPv4 PIM-SSM to be used for IGMPv2/IGMPv3 (EXCLUDE mode).