[netmod] solicit comments on event management yang

wangzitao <wangzitao@huawei.com> Fri, 26 October 2018 09:02 UTC

Return-Path: <wangzitao@huawei.com>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DC6F812D4F2 for <netmod@ietfa.amsl.com>; Fri, 26 Oct 2018 02:02:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-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 SwJ0np2boHMQ for <netmod@ietfa.amsl.com>; Fri, 26 Oct 2018 02:02:43 -0700 (PDT)
Received: from huawei.com (lhrrgout.huawei.com [185.176.76.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2A6931293FB for <netmod@ietf.org>; Fri, 26 Oct 2018 02:02:43 -0700 (PDT)
Received: from lhreml707-cah.china.huawei.com (unknown [172.18.7.107]) by Forcepoint Email with ESMTP id 838C4A3EC527E for <netmod@ietf.org>; Fri, 26 Oct 2018 10:02:37 +0100 (IST)
Received: from DGGEMM403-HUB.china.huawei.com (10.3.20.211) by lhreml707-cah.china.huawei.com (10.201.108.48) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 26 Oct 2018 10:02:39 +0100
Received: from DGGEMM527-MBX.china.huawei.com ([169.254.6.234]) by DGGEMM403-HUB.china.huawei.com ([10.3.20.211]) with mapi id 14.03.0399.000; Fri, 26 Oct 2018 17:02:19 +0800
From: wangzitao <wangzitao@huawei.com>
To: NetMod WG <netmod@ietf.org>
Thread-Topic: solicit comments on event management yang
Thread-Index: AdRtCmhrWJdtDe9eTeSkjQXwLRP8nQ==
Date: Fri, 26 Oct 2018 09:02:19 +0000
Message-ID: <E6BC9BBCBCACC246846FC685F9FF41EA2C3457E5@DGGEMM527-MBX.china.huawei.com>
Accept-Language: en-US
Content-Language: zh-CN
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.138.33.245]
Content-Type: multipart/alternative; boundary="_000_E6BC9BBCBCACC246846FC685F9FF41EA2C3457E5DGGEMM527MBXchi_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/S_thrtUXhJHJKPuLBMRIGDbA9yk>
Subject: [netmod] solicit comments on event management yang
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Oct 2018 09:02:45 -0000

Hi WG,

We are seeking feedback for an event management yang data model: https://tools.ietf.org/html/draft-wwx-netmod-event-yang-00
This model provide an ability to monitor yang instance on local or remote system via netconf/restconf, and it can trigger simple actions such as notification or reconfiguration when a trigger condition is met. The event yang model also can map to corresponding event MIB [RFC2981].

In addition, this model can be used as a supplement and enhancement to YANG Push. It can:
o specifies a mechanism that provides three trigger conditions: 1) Existence; 2) Boolean; 3) Threshold.
o not only trigger notification but also provide a method to allow automatic reconfiguration.
o inform the client that one Event is related to other events, and allow one event to trigger another event or generate a new event when corresponding trigger condition is met.

Best Regards!
-Michael