<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">

<head>
  <title> NETCONF WG meeting minutes, IETF 70 </title>
</head>
<body>

<h1> NETCONF Working Group meeting </h1>

<p> IETF 70, Vancouver, B.C., Canada <br />
Wednesday, 5 December 2007 <br />
Minutes by Simon Leinen based on notes from David Partain, and
  feedback from Dan Romascanu. </p>

<h2> Administrativia
(<a href="http://www3.ietf.org/proceedings/07dec/slides/netconf-0/sld1.htm">slides</a>) </h2>

<p> NETCONF is 4.5 years old! </p>

<p> Dan Romascanu: Applause for outgoing chairs! The process is
 ongoing for selecting new chairs. </p>

<h3> Notifications Document (<tt>draft-ietf-netconf-notifications</tt>) </h3>

<p> The notification document passed WG last call, and is pending
 proto writeup, to then be handed to the IESG.  Dan Romascanu mentions
 that the writeup can be done by one of the new chairs or someone
 else. </p>

<p> Bert Wijnen: Shouldn't the proto write-up be written by one of the
outgoing chairs? <br />

Simon: That might be an option. </p>

<h3> Use of Mailing Lists </h3>

<p> Mailing lists: Many mailing lists are used for NETCONF-related
 discussions right now, including the APPS area mailing list.  One
 proposal: move all netconf-related discussions into the main netconf
 list. <br />

 Sharon Chisholm: keep netconf for chartered items, and keep NGO for
 non-chartered discussion.  Axe all the others.  After discussion, the
 new proposal is to keep all lists except for the
 <tt>netmod</tt> list at Nortel
 (<tt>netconfmodel@lists.nortel.com</tt>).  Proposed usage
 guidelines: </p>

<dl>

  <dt><tt>netconf@ops.ietf.org</tt></dt>

  <dd> For discussions related to work on whatever is the current
    NETCONF charter. </dd>

  <dt><tt>ngo@ietf.org</tt></dt>

  <dd> For discussions about unchartered NETCONF-related work,
    including data-model proposals in general. </dd>

  <dt><tt>yang@ietf.org</tt></dt>

  <dd> For discussion about the YANG data-modeling language
    proposal. </dd>

  <dt><tt>netconfmodel@lists.nortel.com</tt></dt>
  <dd> Can be abandoned. </dd>

</dl>

<h3> New Security Advisor </h3>

<p> Charlie Kaufman agreed to serve as the new security advisor for
  the working group. </p>

<h2> New charter items </h2>

<p> The new charter was accepted by the IESG in November.  One goal of
 this meeting is to determine whether input documents are in a good
 enough state for their change control to be moved to the working
 group. </p>

<hr />

<h3> Mohamad Badra on NETCONF over TLS
  (<a href="http://www3.ietf.org/proceedings/07dec/slides/netconf-3/sld1.htm">slides</a>) </h3>

<p> Balazs Lengyel: The authentication part is welcome, but access
 control is outside our current charter. </p>

<p> Dan Romascanu: This is the document that drew the most attention
 from the IESG when the charter came up.  Therefore we have an early
 milestone in the charter for a review by Security Area experts, to
 make sure that there are no red flags. </p>

<h4> Show of hands </h4>

<p> 8-10 people present have read this document, almost the same
 number thinks this should be adopted as a WG item, with no-one
 objecting.  Will confirm this decision on the mailing list.  Not
 terribly wide review. </p>

<hr />

<h3> Balazs Lengyel on partial locking (<a href="http://www3.ietf.org/proceedings/07dec/slides/netconf-1/sld1.htm">slides</a>)</h3>

<p> Balazs Lengyel spent more time explaining the YANG module that he
 has written for maintaining configuration of the locks on a
 system. </p>

<h4> Full XPath support vs. (Instance Identifier) XPath subset </h4>

<p> Sharon Chisholm: have sent a bunch of comments to the list.  One
 of them is around XPath: "if you don't support XPath, then you can
 support this smaller subset".  Should we just mandate XPath if you
 support this capability (fine-grained locking)? </p>

<p> Andy Bierman: absolutely doesn't want to use full XPath.  The
 XPath expression can be dynamic. <br />

 Balazs: the XPath is only evaluated once. <br />

 Andy: that's a security hole -- if you don't apply it when it's
 evaluated.  Andy wants the </p>

<h4> Use of YANG to describe locking data model </h4>

<p> Dan Romascanu: about the use of YANG: Not sure whether it will be
 in the final draft, but as long as it's not a standard, we cannot use
 it normatively - although perhaps in an annex.  For normatively
 describing the data model, we'd need to use something else. <br />
 Balazs agrees that we'll have to deal with this problem. </p>

<h4> Lock semantics, interactions, and security </h4>

<p> Phil Shafer: Please talk about the interactions between partial
 locks, get-config, and commit.  Phil thinks there are interactions
 that Balazs doesn't.  If two users have locked two different parts of
 the database with dependencies between the two, and I change mine
 based on your values which then are not committed, what happens?
 <br />

 Balazs: there are issues; we need to describe this carefully. </p>

<p> Wes Hardaker: if you do a partial lock on part of the config but
 then try to edit outside that part that you've locked, do you get
 feedback on that? <br />

 Balazs: no, not at this point. <br />

 Wes: only an interesting management error to consider. </p>

<p> Wes Hardaker reiterates that he's worried about evaluation of
 XPath expressions taking place at a time other than when it's being
 applied. <br />

 Andy: what if one of the things you are changing is in the lock
 expression? <br />

 Balazs: having a very dynamic lock has its own set of problems. </p>

<p> Phil Shafer: Lifespan of the lock, in terms of how long they're
 supposed to last.  The global lock was intended to cover the duration
 of your edit, whereas you are talking about longer times. <br />

 Balazs: it would be possible to add a timeout to the partial lock.
 <br />

 Phil: are you intending these to be short-term or long-term locks?
 <br />

 Balazs: I can't control it, but my intention is that they be
 short-term.  Balazs will add a comment to the draft. </p>

<p> Wes Hardaker: one question about the partial lock of a tree.  If I
 lock the user table, can someone else add a user? <br />

 Balazs: no. </p>

<p> Mark Scott: why can a lock only be unlocked in the same session?
 <br />

 Balazs: even today, if you have locked (the global lock) in one
 session, you can't unlock it in a different user session and we're
 continuing that. </p>

<p> David Harrington: What session does SNMP lock? <br />

 Balazs: one idea is that all non-NETCONF protocols might have a
 reserved session id range. <br />

 Sharon: the monitoring draft is a good place to report these
 sessions. </p>

<p> Phil Shafer: you mentioned being able to do locks on startup
 configuration, but that config is not writable. <br />

 Balazs: you're probably right. </p>

<h4> Show of hands </h4>

<p> 11-12 people present have read this document.  Nearly all of those
 favor WG adoption, with one person against it. </p>

<hr />

<h3> Mark Scott on monitoring NETCONF (<a href="http://www3.ietf.org/proceedings/07dec/slides/netconf-6/sld1.htm">slides</a>)</h3>

<p> Balazs Lengyel: the GUI / CLI / locks inside are very much needed.
 Consider locks that are "internal" like a backup process.  Why aren't
 any counters included? </p>

<p> Mark: simply because it's a different area, and it would be hard
 to get it standardized in the short term.  We don't think that the
 operational data is not relevant to making the configuration process
 more bug-free.  There is a minimal set still included. </p>

<h4> Show of hands </h4>

<p> About 8 people present have read this, about 6 in
 favor of adoption, no objections. </p>

<hr />

<h3> Hideki Okita: schema advertisement with WSDL and XSD
(<a href="http://www3.ietf.org/proceedings/07dec/slides/netconf-4/sld1.htm">slides</a>)</h3>

<p> Rohan Mahy: Are you assuming that schemas be transient? <br />

 Hideki Okita: mostly interested in knowing where the information is
 and how to get to it. <br />

 Rohan: if I go to my device and ask it about its schemas, and there
 are YANG modules, XSD, and there's a RelaxNG schema.  Will the query
 tell me about all three or only one of them?  <br />

 Simon: are you saying it would be useful to be able to get the
 schemas in different forms? <br />

 Rohan: yes, it'd be useful. </p>

<p> David Perkins: the user wants to know what the device does, not
 what the standards document says it's supposed to do.  If the device
 doesn't fully comply, you want to know that. </p>

<p> Dan Romascanu reminds presenters to avoid putting company names on
 slides. </p>

<h4> Show of hands </h4>

<p> About 11 people present have read this document.  Polling on WG
  adoption is deferred to after the next draft's discussion. </p>

<hr />

<h3> Mark Scott on schema query (<a href="http://www3.ietf.org/proceedings/07dec/slides/netconf-5/sld1.htm">slides</a>) </h3>

<p> Scope perhaps a bit narrower than the previous proposal. </p>

<p> Balazs: are you opposed to merging the two drafts? <br />

  Mark: not opposed. </p>

<p> Hideki Okita: what is the use case for the work? </p>

<h4> Specific operations (<tt>&lt;get-<i>foo</i>&gt;</tt>)
  vs. <tt>&lt;get&gt;</tt> </h4>

<p> Phil Shafer: have we abandoned dedicated RPCs and gone to the
 all-powerful <tt>get</tt>? <br />

<p> Balazs: I have some rules in my mind when to use them.  Can the
 normal RPCs accomplish them, then why not use it? <br />

<p> Mark: I had the same question.  Maybe we should write down when it
 should be new ones and when not. <br />

<p> David Harrington: I thought NETCONF was going to be "task-based"
 and I think it would make it unfortunate if this became <br />

<p> Andy: when you are actually adding a new verb, then do so.  If
 you're just changing what you're getting, then don't add a new
 verb. <br />

<p> Sharon: CLIs have a single verb for a show but not for changes.  I
 agree that there are cases where we should create new verbs.  Don't
 see that this is a case where a new verb is needed. </p>

<h4> Finer-grained semantics </h4>

<p> David Perkins: How do you specify that a device has implemented a
 subset of a schema? <br />

 Mark: you'd have to put your own sub-set schema somewhere and publish
 that subset somewhere. <br />

 Sharon: not sure that we need this for our requirements unless
 they're non-conformant.  The manager should be able to handle that
 non-mandatory objects aren't there.  For the most part, the
 high-level information (name, version number) is sufficient.  We're
 getting 90% of the value without getting into the specifics. </p>

<p> Wes: David Perkins is absolutely right.  NM applications can't
 figure out how things are broken. </p>

<p> David Harrington: concerned that this sounds like
 AGENT-CAPABILITIES, which failed. </p>

<p> Dan Romascanu: This looks more like the RMON capabilities
 stuff. </p>

<h4> Show of hands </h4>

<p> 10-11 people present have read Mark's document.  In order to gauge
 the relative preference, Simon asked for a show of hands in favor of
 WG adoption for each of the drafts.  Because the sample size is
 small, the results cannot be used to make a decision.  Five people
 think Hideki's draft should be adopted, 6-7 people think Mark's draft
 should be adopted. </p>

<p> Dan Romascanu: A suggestion as a contributor: Since there doesn't
 seem to be a clear-cut answer, maybe the two groups should try to
 work together. </p>

<p> Andy Bierman: concerned that a NETCONF agent would have to use
 HTTP.  A lot of overhead for not much information instead of using
 NETCONF to get it. </p>

<p> David Harrington: concerned about introducing dependencies on
 other protocols. </p>

<p> Hideki Okita: we have HTTP already, so it's not a concern to us,
 but I understand your concern. </p>

<p> Simon: it's clear why your approach is attractive given that
 you've used SOAP. </p>

<p> Phil Shafer: operators often do not enable HTTP on their
 devices. </p>

<hr />

<h2> Other business </h2>

<p> Sharon: there's some work that's not in the charter because we
didn't know if this would be a new WG or if it'd be in a </p>

<ol>
  <li> Clarifications of implementation issues in a bis of the NETCONF
  RFC </li>
  <li> Update on transport documents </li>
</ol>

<hr />

<h3> Tomoyuki Iijima on experience of implementing a SOAP-based NETCONF
client-server (<a href="http://www3.ietf.org/proceedings/07dec/slides/netconf-2/sld1.htm">slides</a>) </h3>

<p> Please contact him if you'd like to see a demonstration. </p>

</body>
</html>
