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