Filtering PIM routes

Filter SPB routes to filter which (S,G,RP) entries sent out to all MSDP peers. This procedure applies only to the rendezvous point (RP) that originates the MSDP SA messages and not the intermediate MSDP peers that forward the received SA messages.

Procedure

  1. Enter either Global Configuration mode or VRF Router Configuration mode for a specific VRF context:

    enable

    configure terminal

    Optional: router vrf WORD<1-16>

  2. Create the MSDP filter:

    ip msdp redistribute

  3. Create the route policy name:

    ip msdp redistribute route-policy WORD<1-64>

  4. Apply the redistribution filters:

    ip msdp apply redistribute

Example

Switch:1>enable

Switch:1#configure terminal

Switch:1(config)#ip msdp redistribute

Switch:1(config)#ip msdp redistribute route-policy helloworld

Switch:1(config)#ip msdp apply redistribute

Variable definitions

The following table defines parameters for the clear ip redistribute command.

Variable

Value

WORD<1-64>

Specifies the route policy name.