EMAIL SUPPORT

dclessons@dclessons.com

LOCATION

US

Configuring RP

Configuring RP

Configuring RP

In this section we will learn about configuring RP in following ways:

  • Configuring static RP
  • Configuring Dynamic RP

Configuring static RP

In earlier version of Cisco Router has static way to configure RP manually , if we are using this method we have configure  this static command on all router participating in multicast.

ip pim rp-address < IP address >

But if in case we have to change the RP, then we have to configure it in all routers doing so it can cause multicast outages. TO avoid this RP can also be configured at dynamic way.

Configuring Dynamic RP

Dynamic RP configuration has two method auto-RP and by BSR.

Let’s understand both method one by one.

Auto-RP:

  • In this method each router is configured to use Auto-RP and to announce itself as RP via RP-announce message.
  • There is also one Auto-RP mapping agent which may or may not be RP but gather information about all RP by listening RP-announce message.
  • Mapping agents build the mapping table that list the best RP for each multicast group and finally picks the best RP by identifying the highest IP add if multiple RP is available for same group.
  • Mapping agent then sends the RP-discover message to advertise the best RP selected for particular group at address 224.0.1.40
  • All other routers participating in multicast listen for packet set to 224.0.1.40 to learn information about RP and use correct RP for particular group.

Configuration on Normal multicast router:

IP multicast-routing
Int X/Y
Ip pim sparse-mode
Ip pim autorp listener

Configuration for Auto-RP mapping agent.

IP multicast-routing
Int X/Y
Ip pim sparse-mode
IP pim send rp-discovery scope 10

Here scope is TL value of mapping agent packet.

Configuration on Routers want to be RP.

IP multicast-routing
Int X/Y
Ip pim sparse-mode
IP pim send-rp-anounce ip address scope 10

Here scope is TL value of router who is announcing as RP.

Configuring RP via BSR

  • This method is almost same as Auto-RP
  • BSR router does not picks the best RP for each multicast group instead send all group to RP mapping to all other PIM router inside bootstrap message on 224.0.0.13.
  • PIM router will independently pick best RP to each group.

On BSR candidate:

Ip multicast routing
Int lo
Ip pim sparse-mode
Ip pim bsr-candidate lo 0
On RP candidate:
Ip multicast routing
Int lo
Ip pim sparse-mode
Ip pim rp-candidate lo


Comment

    You are will be the first.

LEAVE A COMMENT

Please login here to comment.