Re: [OSPF] IETF OSPF YANG and BFD Configuration

Jeffrey Haas <jhaas@pfrc.org> Mon, 19 June 2017 18:48 UTC

Return-Path: <jhaas@slice.pfrc.org>
X-Original-To: ospf@ietfa.amsl.com
Delivered-To: ospf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A8AE613180D; Mon, 19 Jun 2017 11:48:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.902
X-Spam-Level:
X-Spam-Status: No, score=-1.902 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, 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 7xQfNEmNuuxv; Mon, 19 Jun 2017 11:48:31 -0700 (PDT)
Received: from slice.pfrc.org (slice.pfrc.org [67.207.130.108]) by ietfa.amsl.com (Postfix) with ESMTP id 1B370131807; Mon, 19 Jun 2017 11:48:27 -0700 (PDT)
Received: by slice.pfrc.org (Postfix, from userid 1001) id 38EF41E37E; Mon, 19 Jun 2017 14:57:16 -0400 (EDT)
Date: Mon, 19 Jun 2017 14:57:16 -0400
From: Jeffrey Haas <jhaas@pfrc.org>
To: "Reshad Rahman (rrahman)" <rrahman@cisco.com>
Cc: Mahesh Jethanandani <mjethanandani@gmail.com>, "Acee Lindem (acee)" <acee@cisco.com>, Jeffrey Haas <jhaas@juniper.net>, OSPF WG List <ospf@ietf.org>, "rtg-bfd@ietf. org" <rtg-bfd@ietf.org>, "draft-ietf-bfd-yang@ietf.org" <draft-ietf-bfd-yang@ietf.org>, "draft-ietf-ospf-yang@ietf.org" <draft-ietf-ospf-yang@ietf.org>
Message-ID: <20170619185715.GB22146@pfrc.org>
References: <D5436DE8.AF5B7%acee@cisco.com> <38DEB571-2918-4464-B18A-71B24221772F@gmail.com> <47325462-2430-4197-AA8D-D3FEF74A834D@gmail.com> <D5438DD9.298FE6%rrahman@cisco.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <D5438DD9.298FE6%rrahman@cisco.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/ospf/LwT1NXmJv4WJMxksvGuLbq1SzSo>
Subject: Re: [OSPF] IETF OSPF YANG and BFD Configuration
X-BeenThere: ospf@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: The Official IETF OSPG WG Mailing List <ospf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ospf>, <mailto:ospf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ospf/>
List-Post: <mailto:ospf@ietf.org>
List-Help: <mailto:ospf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ospf>, <mailto:ospf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 19 Jun 2017 18:48:34 -0000

[Long delayed response.]

Reshad picked up the key points: Some things may make sense in the
per-client (protocol) users of BFD, some things perhaps do not.  And some
come down to questions for timer granularity.

The OSPF and ISIS models both make use of BFD simply by providing a boolean
that says "I'm using BFD or not".

Where we run into some issues are the cases highlighted: when the sessions
don't share common properties, how should the protocol pick what BFD session
to use?  

The current BFD yang model only permits a single IP single-hop session
to be configured.  (Key is interface/dst-ip)  This means that if different
parameters *were* desired, the BFD model won't permit it today.  However,
BFD sessions for many protocols tend not to be configured, but may spring
forth from protocol state, such as IGP adjacencies.  Thus, it's not
"configured" - it's solely operational state.  However, the BFD yang model
doesn't really make good provision for that as an "on".

Where all endpoint state is known a priori, config state makes better sense.

To pick the example of Juniper's configuration, if OSPF and eBGP were using
BFD, both can choose differing timers.  This represents two pieces of
configuration state for the same endpoints.  Additionally, only one BFD
session is formed using the most aggressive timers.

I partially point out the situation of multiple timers since there have been
prior list discussions on the situation where clients have different timing
requirements.  I don't think we handle this operationally in the BFD
protocol in the cleanest fashion right now - the session will go to Down
when the aggressive timers fail and there's no clean way to renegotiate to
the less aggressive timers.

-- Jeff






On Fri, May 19, 2017 at 02:31:38AM +0000, Reshad Rahman (rrahman) wrote:
> We started off with the intent of having BFD parameters in the applications/protocols which make use of BFD. For timer/multiplier this is pretty straight-forward, although the discussion of what to do when not all applications have the same BFD parameters for the same session (e.g. Go with most aggressive etc). Then we started looking at authentication parameters and having BFD authentication parms in OSPF/ISIS etc is not intuitive. And what do we do if applications have different BFD authentication parms. We concluded that the BFD authentication parms were better off in BFD. And once we did that, the timer/multiplier followed....
> 
> I may not recall all the details/discussons, but I do recall that we went back and forth on this and it took some time to make the decision.
> 
> Regards,
> Reshad (as individual contributor).
> 
> From: Mahesh Jethanandani <mjethanandani@gmail.com<mailto:mjethanandani@gmail.com>>
> Date: Thursday, May 18, 2017 at 5:34 PM
> To: "Acee Lindem (acee)" <acee@cisco.com<mailto:acee@cisco.com>>
> Cc: Jeffrey Haas <jhaas@juniper.net<mailto:jhaas@juniper.net>>, OSPF WG List <ospf@ietf.org<mailto:ospf@ietf.org>>, "draft-ietf-bfd-yang@ietf.org<mailto:draft-ietf-bfd-yang@ietf.org>" <draft-ietf-bfd-yang@ietf.org<mailto:draft-ietf-bfd-yang@ietf.org>>, "draft-ietf-ospf-yang@ietf.org<mailto:draft-ietf-ospf-yang@ietf.org>" <draft-ietf-ospf-yang@ietf.org<mailto:draft-ietf-ospf-yang@ietf.org>>, "rtg-bfd@ietf.org<mailto:rtg-bfd@ietf.org>" <rtg-bfd@ietf.org<mailto:rtg-bfd@ietf.org>>
> Subject: Re: IETF OSPF YANG and BFD Configuration
> Resent-From: <alias-bounces@ietf.org<mailto:alias-bounces@ietf.org>>
> Resent-To: <vero.zheng@huawei.com<mailto:vero.zheng@huawei.com>>, Reshad <rrahman@cisco.com<mailto:rrahman@cisco.com>>, <mjethanandani@gmail.com<mailto:mjethanandani@gmail.com>>, <santosh.pallagatti@gmail.com<mailto:santosh.pallagatti@gmail.com>>, <gregimirsky@gmail.com<mailto:gregimirsky@gmail.com>>
> Resent-Date: Thursday, May 18, 2017 at 5:40 PM
> 
> Resending with correct BFD WG address.
> 
> On May 18, 2017, at 2:33 PM, Mahesh Jethanandani <mjethanandani@gmail.com<mailto:mjethanandani@gmail.com>> wrote:
> 
> Agree with Acee's assessment. After much debate, we decided that we should leave BFD parameter configuration in the BFD model itself, and have any IGP protocol reference the BFD instance in BFD itself. This makes sense specially if multiple protocols fate-share the BFD session.
> 
> Cheers.
> 
> On May 18, 2017, at 12:27 PM, Acee Lindem (acee) <acee@cisco.com<mailto:acee@cisco.com>> wrote:
> 
> Hi Jeff,
> 
> At the OSPF WG Meeting in Chicago, you suggested that we may want to provide configuration of BFD parameters within the OSPF model (ietf-ospf.yang). We originally did have this configuration. However, after much discussion and coordination with the BFD YANG design team, we agreed to leave the BFD session parameters in BFD and only enable BFD within the OSPF and IS-IS models.
> 
> We did discuss the fact that vendors (notably Cisco IOS-XR and Juniper JUNOS) do allow configuration within the IGPs. However, the consensus was to leave the BFD configuration in the BFD model. The heuristics to determine what parameters to use when the same BFD endpoint was configured with different parameters in different protocols were proprietary and somewhat of a hack.
> 
> I may have not remembered all the details so I'd encourage others to chime in.
> 
> Thanks,
> Acee
> 
> Mahesh Jethanandani
> mjethanandani@gmail.com<mailto:mjethanandani@gmail.com>
> 
> 
> 
> 
> Mahesh Jethanandani
> mjethanandani@gmail.com<mailto:mjethanandani@gmail.com>
> 
> 
>