12-16-2004 07:50 AM - edited 03-02-2019 08:38 PM
Normally, the Loopback is used for iBGP peers, not for eBGP peers, that connect directly. But with BGP confederation, how we use the update-source interface?
12-16-2004 08:00 AM
It depends. Some SPs are using a different IGPs in each sub-AS part of the confederation. This would prevent peering using the loopback address. On the other hand if you are using confederation under one IGP I would think that peering on the loopback address makes good sense.
Hope this helps,
12-20-2004 06:33 PM
Thanks for your reply. I learned more.
But a new problem occurs, what about a AS with only one router runs between two AS that has its own IGP?
:)
12-20-2004 06:59 PM
I've never seen that in real life ;o)
12-20-2004 07:08 PM
Or like your router having two parallel links to another AS and you peer using EBGP to to that AS using loopback.
neighbro 1.1.1.1 remote-as 100
neighbor 1.1.1.1 update-source lo 0
neighbor 1.1.1.1 ebgp-multihop...
12-20-2004 07:09 PM
It likes this:
router A
rip
router B
ospf
router C
==================================
So, the router B knows the route to the loopback of A and C. There are external links between A and B, B and C also.
Should I use the loopback as update-source?
12-20-2004 07:34 PM
IGP between eBGP peers is kind of unsual but if there is only one link, therefore only one possible path between the peers, I would definitely use direct connection. On the other hand if there is multiple path, therefore multiple path, I would go for loopback connection.
Hope this helps,
12-20-2004 07:53 PM
Under the confederation, the links are external and there more than one IGP, but I control all the routers and can provide all the loopback network to all routers. Maybe the loopback sounds good?
12-20-2004 08:01 PM
I'm sorry. I had forgotten about the confederation context. I agree with you then that it makes sense to use the loopback interface to peer.
Hoipe this helps,
12-20-2004 08:05 PM
Yes, definitely loopbak sounds more logical...if you have redundant paths to reach that loopback address..
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