[netconf] RFC 8639 configured subscriptions

Michal Vaško <mvasko@cesnet.cz> Mon, 08 March 2021 15:17 UTC

Return-Path: <mvasko@cesnet.cz>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 89E733A2C02 for <netconf@ietfa.amsl.com>; Mon, 8 Mar 2021 07:17:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cesnet.cz
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 GDAXFhvkHfQX for <netconf@ietfa.amsl.com>; Mon, 8 Mar 2021 07:17:00 -0800 (PST)
Received: from kalendar.cesnet.cz (kalendar.cesnet.cz [IPv6:2001:718:1:1f:50:56ff:feee:34]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3D0D63A2BED for <netconf@ietf.org>; Mon, 8 Mar 2021 07:17:00 -0800 (PST)
Received: by kalendar.cesnet.cz (Postfix, from userid 110) id 936146009B; Mon, 8 Mar 2021 16:16:53 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=kalendar; t=1615216613; bh=RJNFzi8Ih/tM4Qa8d9rjEHJzaKylwwFMHogFLxwIobE=; h=From:To:Date:Subject; b=UokmEZ6qExGpw+qJvn38xGtgH/KHhaa1nlpHhNAe6kxtr2zU2R0gm/9vFIBRfpND1 Z0iq2O1QLxuDwnKXqvvDbmEKAsrVPIXbjxFXSzCdVgY6U67dzXo8gzJC0rFcSr5Tnp YvmN0e07fxRu3Tp5L7xe5RgbRS0Bf5NNIoC5Luy0=
From: Michal Vaško <mvasko@cesnet.cz>
To: netconf <netconf@ietf.org>
User-Agent: SOGoMail 5.0.1
MIME-Version: 1.0
Date: Mon, 08 Mar 2021 16:16:53 +0100
Message-ID: <2a4d-60464000-5-2f0680c0@41048489>
X-Forward: 84.42.188.124
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/ytOH8SUZx9G3gLzXhYevSoK6-N0>
Subject: [netconf] RFC 8639 configured subscriptions
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETCONF WG list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netconf/>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Mar 2021 15:17:03 -0000

Hi,

we want to implement both dynamic and configured subscriptions for a NETCONF server. Reading through the RFC, it is pretty clear that the configured subscriptions require a YANG module with NETCONF-specific parameters including a "netconf" identity derived from the "transport" identity (juts like the "foo" example[1]). We have not managed to find such a module, does it exist? If not, could someone provide some more information about how it can be implemented? Thank you.

Regards,
Michal

[1] https://tools.ietf.org/html/rfc8639#appendix-A