Re: [Idr] Yangdoctors early review of draft-ietf-idr-bgp-model-09
Jeffrey Haas <jhaas@pfrc.org> Tue, 03 November 2020 00:28 UTC
Return-Path: <jhaas@slice.pfrc.org>
X-Original-To: idr@ietfa.amsl.com
Delivered-To: idr@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4EDDF3A1335; Mon, 2 Nov 2020 16:28:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NL8o6fnwiBgs; Mon, 2 Nov 2020 16:28:32 -0800 (PST)
Received: from slice.pfrc.org (slice.pfrc.org [67.207.130.108]) by ietfa.amsl.com (Postfix) with ESMTP id 1F1E03A1320; Mon, 2 Nov 2020 16:28:31 -0800 (PST)
Received: by slice.pfrc.org (Postfix, from userid 1001) id A2CFA1E351; Mon, 2 Nov 2020 19:43:56 -0500 (EST)
Date: Mon, 02 Nov 2020 19:43:56 -0500
From: Jeffrey Haas <jhaas@pfrc.org>
To: Acee Lindem <acee@cisco.com>, Mahesh Jethanandani <mjethanandani@gmail.com>
Cc: yang-doctors@ietf.org, idr@ietf.org, draft-ietf-idr-bgp-model.all@ietf.org
Message-ID: <20201103004356.GB28060@pfrc.org>
References: <159752099321.32075.3042069364754449151@ietfa.amsl.com> <CFC9CFFA-2933-4A59-A6BB-BBA90D65EC16@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <CFC9CFFA-2933-4A59-A6BB-BBA90D65EC16@gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/idr/9XrrCuESvOJErRuygljFNBshJII>
Subject: Re: [Idr] Yangdoctors early review of draft-ietf-idr-bgp-model-09
X-BeenThere: idr@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Inter-Domain Routing <idr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/idr>, <mailto:idr-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/idr/>
List-Post: <mailto:idr@ietf.org>
List-Help: <mailto:idr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/idr>, <mailto:idr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 03 Nov 2020 00:28:41 -0000
Acee, On Tue, Oct 27, 2020 at 03:05:06PM -0700, Mahesh Jethanandani wrote: > > 3. Page 25, "case ipsec": What is the reference for usage of transport > > mode IPsec with BGP? Please elaborate in description. > > I see release notes from vendors on IPsec for BGP, but no references that I can cite. Did you have something specific in mind? There is no reference here. Multiple BGP implentations support running BGP over an ipsec tunnel. A previous prod during a prior review suggested that if we had something to use from an IETF group doing yang work on ipsec for protecting routing transport sessions might be applicable here. > > 5. Page 29, "remote-helper": I'd support this to be renamed > > "graceful-restart-only" since "helper-only" is relative to the local > > peer. > > The enumeration definitions talk about the mode in terms of local and remote. Calling it ‘graceful-restart-only’ conveys a completely different meaning. There's actually a few issues here: - The restarting mode is per AFI-SAFI, while this container doesn't contain anything that contains per AFI-SAFI state. - The local peer can know whether it's acting as a helper and whether it can retain forwarding for a given AFI/SAFI. - We can know if the remote BGP speaker has advertised GR for a given AFI/SAFI, which tells us whether it supports GR and can help the local speaker with restarting. - We can know if, on the last restart, forwarding was preserved for that AFI/SAFI. Proposal: Replace leaf "mode" with: list afi-safi-supported { key "afi-safi-name" leaf afi-safi-name { type identityref { base bt:afi-safi-type; } } leaf local-supported { type boolean; } leaf remote-supported { config false; type boolean; } leaf remote-forweard-preserved { type boolean; config false; } } > > > 6. Page 30, "fsm-established-transitions": What is the difference with > > "established-transitions"? Is the description a cut-n-paste error? > > I will rename “established-transitions” to “peer-fsm-established-transitions”. > > > 7. Page 33, "backward-transition": This implies any backward transition. > > I'd suggest renaming to "established-state-lost" > > or "established-backward-transition". > > But backward-transition is defined as when the BGP new status is lower than the last one, not just from established -> idle. Note from BGP MIB history: The original BGP MIB provided a trap on every backward transition. This meant a very noisy set of traps for sessions that were repeatedly trying to connect. Many vendors implemented knobs to restrict this solely to transitions out of established. I'd suggest the working group consider what it wants here. We don't have to repeat the mistakes of the past on this one. > > 15. Page 72, "bgp-ext-community-type": Many of these string patterns are > > defined in RFC 8294. Also, it would be good to add the syntax of the > > pattern you are representing in the description. > > I will let my co-authors to comment on this. RFC 8294 is narrowly focused on supporting a small cluster of VPN extended communities. The extended communities feature carries a number of additional things. A recent example would include the RPKI origin validation community. Others would be communities defined for link-bandwidth and the BGP flowspec action communities. The complete registry is here: https://www.iana.org/assignments/bgp-extended-communities/bgp-extended-communities.xhtml The issue thus comes where the general purpose registry for communities that weren't defined in RFC 8294. A similar issue comes down to how do we maintain this list and add to it as we extend BGP by adding new extended communities? I agree that we should not repeat the items in RFC 8294. Won't we need the extended communities typedef to be maintained in an IANA registry to allow easy extension? Error: the option to set-ext-community doesn't take this list. Error: We don't have a RIB ext-community oper list. > > 20. Page 78, "bgp-set-med-type": Please describe the syntax of the pattern > > in the description. > > I will defer this to my co-authors. Set med in implementations typically permits additive/subtractive MEDs. This permits operations such as "set med = med + 5". Syntax issue: the implementation is typically "set med", "set med additive <value>" or "set med-igp". Thus the syntax that's additive is only applicable in some of these cases. I believe we'll hae to restructure this.
- [Idr] Yangdoctors early review of draft-ietf-idr-… Acee Lindem via Datatracker
- Re: [Idr] [yang-doctors] Yangdoctors early review… Acee Lindem (acee)
- Re: [Idr] [yang-doctors] Yangdoctors early review… Susan Hares
- Re: [Idr] Yangdoctors early review of draft-ietf-… Mahesh Jethanandani
- Re: [Idr] Yangdoctors early review of draft-ietf-… Mahesh Jethanandani
- Re: [Idr] Yangdoctors early review of draft-ietf-… Acee Lindem (acee)
- Re: [Idr] Yangdoctors early review of draft-ietf-… Acee Lindem (acee)
- Re: [Idr] Yangdoctors early review of draft-ietf-… Jeffrey Haas
- Re: [Idr] Yangdoctors early review of draft-ietf-… Acee Lindem (acee)
- Re: [Idr] Yangdoctors early review of draft-ietf-… tom petch