Master CCNA

How to Master CCNA Ebook

 

 Start your networking career and Master CCNA

Master CCNP SWITCH

How to master CCNP SWITCH ebook

 

 Become a switching guru and Master CCNP SWITCH

Master CCNP ROUTE

How to master CCNP ROUTE Ebook

 

 Dominate routing protocols and Master CCNP ROUTE

Master CCNP TSHOOT

How to Master CCNP TSHOOT

 

 Complete your CCNP R&S journey and Master CCNP TSHOOT

Print

Multicast RPF Failure

Written by Rene Molenaar on . Posted in Multicast

Scenario

As one of the network engineers for a national Tennis organization you are responsible for all Multicast operations. Multicast is vital for the organization because video replays of all Tennis matches are being sent within the company. Without Multicast the network will be burdened by traffic overhead.

Goal:

  • Configure OSPF on all routers, advertise all networks. Achieve full connectivity.
  • Configure dense-mode multicast only on routers LiveMatch,Ace, Alley and Backspin.
  • Configure router Backspin to join the multicast group 224.4.4.4 on it's FastEthernet interface.
  • Make sure you can ping the 224.4.4.4 group address from router LiveMatch, you are not allowed to configure Multicast on router Backhand.

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

Multicast RPF Failure Network Topology

Video Solution:

You need to a flashplayer enabled browser to view this YouTube video

You need to register to download the GNS3 Topology File. (Registration is Free!)

Only registered users can write comments!

Comments (3)

  • avatar
    abedarev

    Dear Rene,

    I`m just starting with multicast, and I have short question. About this task. We running Mcast thru LiveMatch,Ace, Alley and Backspin and RPF on Alley is failed because unicast part to S is via E0/0 not via Ser0/0 and packets are dropped.

    With mroute we can add static route and Incoming int will be changed from Null to Se0/0

  • avatar
    ReneMolenaar

    Hi Abedarev,

    There is one important lesson here to learn about multicast:

    With unicast routers are concerned where to deliver the packet to so they will do a lookup in the routing table for the destination IP address.

    Multicast is different, with multicast we are concerned where the source traffic is coming from. The router will do a lookup in the routing table to see if it can reach the source of the multicast stream on the interface where it is receiving the multicast stream from. If this is not the case we have a RPF failure.

    In this lab, Router Alley is receiving the multicast stream on its S0/0 interface but this is not the interface that it will use to reach 192.168.12.1 (the source of the multicast). That's why we have a RPF failure.

    RPF failures can be fixed by creating static mroutes.

  • avatar
    sblewitt

    Superb lab, taught me a lot about troubleshooting Multicast.

    One in particular is to disable CEF and do a debug ip mpacket.

    Also if you do a "clear ip mroute * " you get a RPF fail message


    *Mar 1 01:08:02.331: IP(0): s=192.168.12.1 (FastEthernet1/0) d=224.4.4.8 id=1432, ttl=252, prot=1, len=114(100), RPF lookup failed for source

    The "show ip mroute count" command will list the RPF failure count too. Under the Other section, second field..

feedback