blob: 224849c4aace6cbb01a8dbc799853f9df8008454 [file] [log] [blame]
Gaurav Agrawal8a966b92016-08-20 00:07:27 +05301module ietf-snmp {
2 namespace "urn:ietf:params:xml:ns:yang:ietf-snmp";
3 prefix snmp;
4 include ietf-snmp-common {
5 revision-date 2014-12-10;
6 }
7 include ietf-snmp-vacm {
8 revision-date 2014-12-10;
9 }
10 organization
11 "IETF NETMOD (NETCONF Data Modeling Language) Working Group";
12 contact
13 "WG Web: <http://tools.ietf.org/wg/netmod/>
14 WG List: <mailto:netmod@ietf.org>
15 WG Chair: Thomas Nadeau
16 <mailto:tnadeau@lucidvision.com>
17 WG Chair: Juergen Schoenwaelder
18 <mailto:j.schoenwaelder@jacobs-university.de>
19 Editor: Martin Bjorklund
20 <mailto:mbj@tail-f.com>
21 Editor: Juergen Schoenwaelder
22 <mailto:j.schoenwaelder@jacobs-university.de>";
23 description
24 "This module contains a collection of YANG definitions for
25 configuring SNMP engines.
26 Copyright (c) 2014 IETF Trust and the persons identified as
27 authors of the code. All rights reserved.
28 Redistribution and use in source and binary forms, with or
29 without modification, is permitted pursuant to, and subject
30 to the license terms contained in, the Simplified BSD License
31 set forth in Section 4.c of the IETF Trust's Legal Provisions
32 Relating to IETF Documents
33 (http://trustee.ietf.org/license-info).
34 This version of this YANG module is part of RFC 7407; see
35 the RFC itself for full legal notices.";
36 revision 2014-12-10 {
37 description
38 "Initial revision.";
39 reference
40 "RFC 7407: A YANG Data Model for SNMP Configuration";
41 }
42}