Skip to content

All the information you need—in one place.

Want to read our latest whitepapers or Tech Tips? Or check out our library of data sheets and case studies? Netcordia's resource center is constantly updated with new materials, so you can always stay on top of our products, solutions, and services.

Wells Dairy Uses NetMRI

"NetMRI is one of those products that, once you see it in action, you wonder how you can live without it. We saw a good ROI and that was all it took to make the decision to install it on our network."

—Jim Kirby, Network Engineer

Read Case Study

Tech Tips

Take the Next Step:

Related Information

Network Analysis Tip: Determining the Origin of Each Route

Why is this important?

It is a good practice to periodically check the routing tables to make sure that the appropriate routes exist and that the purpose of each route is known. Quite often you may find a surprise route that looks like it shouldn’t be in your routing tables. Such a route might indicate a rogue routing entry, or perhaps an entry left over from a service or connection that has been discontinued. Once such a route is identified, you need to determine which routers are originating that route.

Manual determination

Tracking down a route involves following the route distribution, hop by hop across the network. This can be achieved using Cisco CLI command ‘show ip route’. Look for the router from which the route was learned, telnet to it, and repeat the process. The manual task of tracking down a route is often a tedious and error-prone, plus it only provides information about one potential source of the route. If multiple sources exist, then each one must be found in turn.

Automatic determination

NetMRI collects routing tables from all routers and determines the originating routers for each route. The process of identifying the origin of each route uses the following priority:

  1. Any directly connected interface. This will always be the best origin.
  2. Static routes are identified next
  3. Routes with the lowest metric for each routing protocol, sequencing through multiple protocols in the same order as is used by Cisco’s Administrative Distance Algorithm.
  4. Any routes imported from outside your network, as identified by the CIDR address blocks, will be identified with the protocol that imported them.

The screenshot shows the resulting routing summary, as well as a list of routers originating the selected route. In the example, three routers each have an interface on the 10.100.1.0/28 subnet and may be advertising that route to the rest of the network, if the routing configuration allows.

Back to Tech Tips