[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring RP/DR Register Message Filtering

You configure RP/DR register message filtering to control the number and location of multicast sources that an RP knows. You can apply register message filters on a DR to control outgoing register messages, or apply them on an RP to control incoming register messages. When Anycast RP is configured, all RPs in the Anycast RP set should have the same register message filtering policy configured.

To filter incoming register messages at the RP, include the rp-register-policy statement at the [edit protocols pim rp] hierarchy level:

pim {
rp {
rp-register-policy [ rp-register-policies ];
local {
address 10.10.10.5;
}
}
}

To filter outgoing register messages at the DR, configure the dr-register-policy statement at the [edit protocols pim rp] hierarchy level of a DR:

pim {
rp {
dr-register-policy [ dr-register-policies ];
static {
address 10.10.10.5;
}
}
}

You can include these statements at the following hierarchy levels:

If you delete a group and source address from a filter policy on an RP router, the RP will register the group and source only when the DR sends a null register message.

You can configure more than one policy for each statement. If a referenced policy does not exist, the configuration commit checkout will fail. For examples of both types of register filters, see Example: Configuring RP/DR Register Message Filters.

For more information on RP/DR register message filtering, see Filtering RP/DR Register Messages.


[Contents] [Prev] [Next] [Index] [Report an Error]