|
| Recent
Articles And Top Web News |
Troubleshooting Direct Serial Connections
A prime topic of your CCNA and CCNP CIT exams will be
connecting Cisco routers directly via their Serial interfaces,
and while the configuration is straightforward, there
are some vital details and show commands you must know...
Educators
Push Linux Switch In India
Microsoft received a swift punch to the gut from an Indian
state government looking to lower education costs by encouraging
its school system to switch to Linux-based...
Backup / Restoration of Files for Disaster Recovery
Planning a backup and restoration of files is the most important step to protect
data from accidental loss in the event of data deletion or a hard disk failure.
Debugging a Network Failure
As is happening in much of the U.S. right now, we are experiencing extreme heat
in New England, and of course that means high electrical loads from air conditioning,
and also means late afternoon thunderstorms with lightning.
EIGRP Stuck-In-Active Routes
Passing the BSCI exam and earning your CCNP is all about knowing the details,
and when it comes to EIGRP SIA routes, there are plenty of details to know.
|
|
09.11.06 Multicasting And The RPF Check
By
Chris Bryant
Multicasting is a vital topic on your BCMSN, CCNP, and CCIE exams, and it can also be very confusing when you first start studying it.
Multicasting uses concepts that are unlike anything you´ve run into in your routing protocol studies, and that can throw you at first.
I speak from experience that multicasting is like any other Cisco technology - learn the basics, master the fundamentals, and then build your skills on that foundation.
One such fundamental is the RPF Check, or Reverse Path Forwarding Check.
A fundamental difference between unicasting and multicasting is that a unicast is routed by sending it toward the destination, while a multicast is routed by sending it away from its source.
"toward the destination" and "away from its source" sound like the same thing, but they´re not. A unicast is going to follow a single path from source to destination.
Wanna wallet stuffed with $10,000? SalesGenius™.
|
|
The only factor the routers care about is the destination IP address - the source IP address isn´t a factor.
With multicast routing, the destination is a multicast IP group address. It´s the multicast router´s job to decide which paths will lead back to the source (upstream) and which paths are downstream from the source.
Reverse Path Forwarding refers to the router´s behavior of sending multicast packets away from the source rather than toward a specific destination.
The RPF Check is run against any incoming multicast packet. The multicast router examines the interface that the packet arrived on.
If the packet comes in on an upstream interface - that is, an interface found on the reverse path that leads back to the source - the packet passes the check and will be forwarded. If the packet comes in on any other interface, the packet is dropped.
The RPF Check serves to verify the integrity of your multicasting network, and also serves as a reminder that the basic operation of multicasting is a lot different than unicasting!
About the Author: Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage, home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.
|