As I understand that the loopback interface(127.0.0.1) is used to route packets back to the source. How is it then used to talk to iBGP neighbors? I understand that the goal is to ensure that the interface doesn't go down, so using an emulated/software interface ensures that, but how to packets go out of the host on a loopback interface (and isn't it against the definition of loopback interface?). Thanks in advance.
Asked
Active
Viewed 217 times
-1
-
This question appears to be off-topic because it is about [networkengineering.SE] – Mike Pennington May 18 '14 at 16:07
1 Answers
0
iBGP uses interior routing protocol to route the packet between the iBGP nodes. It doesn't/can't use the loopback interface. It uses whatever physical interface that is up and leads to the destination.

zonked.zonda
- 347
- 1
- 5
- 19