05-16-2018 02:33 PM - edited 03-08-2019 03:02 PM
I know that I would need to create static routes or use a routing protocol to make loopback interfaces pingable but what about if I create loopbacks on switches?
05-16-2018 03:48 PM
05-17-2018 06:01 AM
Ok thanks!
Ok so if you reference the topology of my other post (or one I uploaded for you convenience),
I will create loopbacks on both access switches (access switch has SVIs for all subnets needed for users/servers, and the DG for these switches points to the Inside/Internal Routers) - there is no real distribution switch being used.
Router, and all other devices will have loopbacks as well. I would rather not use dynamic routing so I would simply create static route pointing to each loopback (e.g. on Access switch create ip route 10.1.1.1 255.255.255.0 for interface loopback 10 on Router?
Also, I would like to name all loopbacks the same (e.g. loopback 10) on each device for easy memory but use different IPs would this be a best practice?
05-17-2018 06:22 AM
Also in regards to my static routes, based on my topology I have to configure an actual host IP for each device instead of lets say 10.1.1.0 255.255.255.0 (DG) correct?
Also, if I have to use some other IP on the device that has the loopback I am trying to reach (let's say SVI 10 10.1.1.5) does this kinda defeat the purpose of the loopbacks if I am using them for management reachability since they never go down - SVI 10 could go down.
05-17-2018 11:24 AM
05-24-2018 05:15 AM
Not sure I get your point here.
Not sure which statement you were referring to but I configure static route for a device loop back as
let's say 10.10.10.10 255.255.255.255 instead of 10.10.10.0 255.255.255.0.
You can assign /32 subnet mask to your loopback but sometimes you can also want to assign /24 if you use them on another interface with IP unnumbered Loopback xx. This depends on your requirements but quite often it's /32 subnet mask.
The loopback is not going on an actual interface just configuring globally correct? Can you give me an example sorry I am a bit confused.
Now, you can have a SVI using IP in same subnet as loopback, the device will say overlap ip address. For example, if you have your svi using 10.10.10.1/24, you can't assign 10.10.10.254/32 to your loopback.
Right overlap got it.
05-24-2018 04:00 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide