- Posts: 31
- Thank you received: 0
Loopback Interface
I think therefore I am!
HTH.
the loopback interface is configured globally or at any given physical interface?
btw thanks for your reply!!
I think therefore I am!
I hope i have made it clear to you.
The loopback is just another interface on the router. You can use it to assign multiple IP addresses to one router. It has all sorts of uses. The loopback is often used in BGP for the routers peer address. If you use the interface address as your peering address and that interface goes down then the route is withdrawn from the route table and all your peering sessions will go down. If you use a loopback then your IGP will just advertise the loopback out another link and BGP will stay up. I've also used it when testing WAN CPE when the local interface has not been activated yet, i.e. you configure the loopback with the LAN subnet to make sure the dynamic routing is working ok. Also good for injecting routes into routing protocols for Lab scenerios.
HTH.
thanks for the info AAnjum!
as novembre has mentioned of using loopback int in WAN CPE testing, can we use loopback permanently for WAN links as they are quite crucial!
I think therefore I am!
You use them to give the router a logical address which is what the most important internet routers (BGP speakers) do.