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

Configuring an Auto-RP Router for PIM Sparse-Dense Mode

In PIM sparse-dense mode, you must prevent routers from advertising auto-RP messages to the multicast groups 224.0.1.39 and 224.0.1.40, which are reserved for forwarding auto-RP messages through the network. To configure an auto-RP router for PIM sparse-dense mode:

  1. Assign an RP mapping agent.
    host1(config)#ip pim send-rp-discovery scope 23 loopback 1
  2. Configure an access list that details the multicast groups that can use the static RP router.
    host1(config)access-list boston permit 224.0.0.0 15.255.255.255
  3. Prevent routers from advertising auto-RP messages to the multicast groups that are reserved for forwarding auto-RP messages through the network.
    host1(config)#access-list 1 deny 224.0.1.39
    host1(config)#access-list 1 deny 224.0.1.40
  4. Configure routers to send auto-RP announcement messages to the mapping agent.
    host1(config)#ip pim send-rp-announce loopback 2 scope 23 group-list boston interval 200

ip pim rp-address

ip pim send-rp-announce

ip pim send-rp-discovery scope


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