DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

The dark secrets of loopback addresses | Cisco networking | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

1 comment

  • I don't know quite where to start with this but if you're looking for info I'd suggest looking elsewhere.

    First, loopbacks don't have much to do with troubleshooting. You can ping one or use it as the source for pings but you can do that with any interface with an IP.

    Loopbacks are often used for router management but can also be used to provide virtual interfaces for things like GRE tunnels. The reason you use a loopback is that a physical interface can go down but the loopback, being virtual, is up as long as the router is up.

    Regarding OSPF, the term "feasible successor" is from EIGRP, it's not used in OSPF. I think the author was looking for is Router ID. This the IP the router uses to identify itself to other routers running OSPF. The router is determined thusly:

    1 Use the address configured by the ospf router-id command
    2 Use the address of the loopback 0 interface
    3 Use the highest IP address of any interface
    4 If no interface exists, set the router-ID to 0.0.0.0

Add New Comment

Returning? Login