Re: BGP update-source Loopback0 [7:65902]

2003-03-22 Thread bergenpeak
Not necessarily.  Recall that with eBGP sessions it is typical
to peer with the physical address.   There are times when you
want to use the lo0 for eBGP (two parallel links, etc.) but
you'll need to specify both ebgp_multihop and define a route
to the peer's loopback.





Priscilla Oppenheimer wrote:
 
 What's with the update-source Loopback0 that you see popping up in BGP
 examples in books and white papers with no explanation? :-) What does it
mean?
 
 For example
 
 router bgp 75
 neighbor 10.100.65.1 remote-as 50
 neighbor 10.100.65.1 update-source Loopback0
 
 The example I'm looking at is much more complicated and I can tell you more
 if you need me to, but I don't know if the rest of the stuff is relevant to
 my question about this update-source parameter.
 
 Wouldn't the router use the Loopback anyway for sending BGP messages?
 
 Thanks
 
 Priscilla




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=65984t=65902
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: BGP update-source Loopback0 [7:65902]

2003-03-21 Thread Orlando Palomar Jr CCIE#11206
You only have to use the update-source command when someone is peering to
your loopback address. This is true for an iBGP peer and an eBGP peer.

More info here:
http://www.cisco.com/en/US/partner/tech/tk826/tk365/technologies_tech_note09186a0080093fb8.shtml#updatesource


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=65908t=65902
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]