Re: diffs to draft-ietf-idr-bgp4-03.txt
Curtis Villamizar <curtis@ans.net> Wed, 18 September 1996 03:46 UTC
Received: from cnri by ietf.org id aa13746; 17 Sep 96 23:46 EDT
Received: from merit.edu by CNRI.Reston.VA.US id aa22342; 17 Sep 96 23:46 EDT
Received: (from daemon@localhost) by merit.edu (8.7.5/merit-2.0) id XAA04398
for idr-outgoing; Tue, 17 Sep 1996 23:13:15 -0400 (EDT)
Received: from interlock.ans.net (interlock.ans.net [147.225.5.5]) by
merit.edu (8.7.5/merit-2.0) with SMTP id XAA04393 for <bgp@merit.edu>;
Tue, 17 Sep 1996 23:13:11 -0400 (EDT)
Received: by interlock.ans.net id AA02074
(InterLock SMTP Gateway 3.0 for bgp@ans.net);
Tue, 17 Sep 1996 23:13:09 -0400
Received: by interlock.ans.net (Internal Mail Agent-1);
Tue, 17 Sep 1996 23:13:09 -0400
Message-Id: <199609180311.XAA08658@brookfield.ans.net>
To: "David J. LeRoy" <dleroy@fore.com>
Cc: Yakov Rekhter <yakov@cisco.com>, curtis@ans.net, bgp@ans.net
Reply-To: curtis@ans.net
Subject: Re: diffs to draft-ietf-idr-bgp4-03.txt
In-Reply-To: Your message of "Tue, 17 Sep 1996 11:29:02 EDT."
<323EC3BE.7DE14518@fore.com>
Date: Tue, 17 Sep 1996 23:11:51 -0400
From: Curtis Villamizar <curtis@ans.net>
Sender: owner-idr@merit.edu
Precedence: bulk
In message <323EC3BE.7DE14518@fore.com>om>, "David J. LeRoy" writes: > > Also, while we are trying to clear up the wording about IBGP and EBGP, I > believe it should be used consistantly and so "external peers" should > replace > all occurences of "BGP speakers in neighboring autonomous systems" YES!! :-) > *************** > *** 1385,1397 **** > as a NEXT_HOP, for a route that the speaker is originating. A BGP > speaker must never install a route with itself as the next hop. > > ! When a BGP speaker advertises the route to a BGP speaker located in > ! its own autonomous system, the advertising speaker shall not modify > ! the NEXT_HOP attribute associated with the route. When a BGP speaker > ! receives the route via an internal link, it may forward packets to > ! the NEXT_HOP address if the address contained in the attribute is on > ! a common subnet with the local and remote BGP speakers. > ! > > 5.1.4 MULTI_EXIT_DISC > > --- 1385,1399 ---- > as a NEXT_HOP, for a route that the speaker is originating. A BGP > speaker must never install a route with itself as the next hop. > > ! When a BGP speaker advertises a route to internal peers received > ! via an external link, the advertising internal speaker shall not > ! modify the NEXT_HOP attribute associated with the route. When a BGP > ! speaker receives the route via an internal link, it may directly > ! forward packets to the NEXT_HOP address if the peer shares a common > ! subnet with the address contained in the NEXT_HOP attribute. If the > ! address is not on a common subnet, the receiving internal peer must > ! consult its IGP routing table for a viable nexthop towards the > ! address contained in the NEXT_HOP attribute. > > 5.1.4 MULTI_EXIT_DISC This is an improvement. The first paragraph is still a jumble (I see Dave wasn't brave enough to try to unscramble that one :). First of all, the paragraph described third party next hop, but doesn't describe first party next hop. The text below assumes the introductory text defining IBGP, EBGP, IBGP peer, and EBGP peer is accepted. See if this one is an improvement. Curtis *************** *** 1292,1311 **** The NEXT_HOP path attribute defines the IP address of the border router that should be used as the next hop to the destinations listed ! in the UPDATE message. If a border router belongs to the same AS as ! its peer, then the peer is an internal border router. Otherwise, it ! is an external border router. A BGP speaker can advertise any ! internal border router as the next hop provided that the interface ! associated with the IP address of this border router (as specified in ! the NEXT_HOP path attribute) shares a common subnet with both the ! local and remote BGP speakers. A BGP speaker can advertise any ! external border router as the next hop, provided that the IP address ! of this border router was learned from one of the BGP speaker's ! peers, and the interface associated with the IP address of this ! border router (as specified in the NEXT_HOP path attribute) shares a ! common subnet with the local and remote BGP speakers. A BGP speaker ! needs to be able to support disabling advertisement of external ! border routers. A BGP speaker must never advertise an address of a peer to that peer --- 1354,1378 ---- The NEXT_HOP path attribute defines the IP address of the border router that should be used as the next hop to the destinations listed ! in the UPDATE message. When advertising a NEXT_HOP attribute to an ! EBGP peer, a router may use one of its own interface addresses in the ! NEXT_HOP attribute provided the EBGP peer to which the route is being ! advertised shares a common subnet with the NEXT_HOP address. This is ! known as a "first party" NEXT_HOP attribute. An EBGP speaker can ! advertise an interface of any IBGP peer router in the NEXT_HOP ! attribute provided the EBGP peer to which the route is being ! advertised shares a common subnet with the NEXT_HOP address. This is ! known as a "third party" NEXT_HOP attribute. An EBGP speaker can ! advertise any EBGP peer router in the NEXT_HOP attribute provided that ! the IP address of this border router was learned from an EBGP peer and ! the EBGP peer to which the route is being advertised shares a common ! subnet with the NEXT_HOP address. This is a second form of "third ! party" NEXT_HOP attribute. ! ! Normally the NEXT_HOP attribute is choosen such that the shortest ! available path will be taken. A BGP speaker must be able to ! support disabling advertisement of third party NEXT_HOP attributes ! to handle imperfectly bridged media. A BGP speaker must never advertise an address of a peer to that peer
- diffs to draft-ietf-idr-bgp4-03.txt Curtis Villamizar
- Re: diffs to draft-ietf-idr-bgp4-03.txt Yakov Rekhter
- Re: diffs to draft-ietf-idr-bgp4-03.txt Curtis Villamizar
- Re: diffs to draft-ietf-idr-bgp4-03.txt Yakov Rekhter
- Re: diffs to draft-ietf-idr-bgp4-03.txt Yakov Rekhter
- Re: diffs to draft-ietf-idr-bgp4-03.txt David J. LeRoy
- Re: diffs to draft-ietf-idr-bgp4-03.txt John G. Scudder
- Re: diffs to draft-ietf-idr-bgp4-03.txt John G. Scudder
- Re: diffs to draft-ietf-idr-bgp4-03.txt Curtis Villamizar
- Re: diffs to draft-ietf-idr-bgp4-03.txt Curtis Villamizar
- Re: diffs to draft-ietf-idr-bgp4-03.txt Curtis Villamizar
- RE: diffs to draft-ietf-idr-bgp4-03.txt NITTMANN Michael (MSMail)