Gaurav Agrawal | 28920d8 | 2017-10-06 17:39:42 +0530 | [diff] [blame] | 1 | module ietf-snmp { |
| 2 | |
| 3 | namespace "urn:ietf:params:xml:ns:yang:ietf-snmp"; |
| 4 | prefix snmp; |
| 5 | |
| 6 | include ietf-snmp-common { |
| 7 | revision-date 2014-12-10; |
| 8 | } |
| 9 | include ietf-snmp-engine { |
| 10 | revision-date 2014-12-10; |
| 11 | } |
| 12 | include ietf-snmp-target { |
| 13 | revision-date 2014-12-10; |
| 14 | } |
| 15 | include ietf-snmp-notification { |
| 16 | revision-date 2014-12-10; |
| 17 | } |
| 18 | include ietf-snmp-proxy { |
| 19 | revision-date 2014-12-10; |
| 20 | } |
| 21 | include ietf-snmp-community { |
| 22 | revision-date 2014-12-10; |
| 23 | } |
| 24 | include ietf-snmp-usm { |
| 25 | revision-date 2014-12-10; |
| 26 | } |
| 27 | include ietf-snmp-tsm { |
| 28 | revision-date 2014-12-10; |
| 29 | } |
| 30 | include ietf-snmp-vacm { |
| 31 | revision-date 2014-12-10; |
| 32 | } |
| 33 | include ietf-snmp-tls { |
| 34 | revision-date 2014-12-10; |
| 35 | } |
| 36 | include ietf-snmp-ssh { |
| 37 | revision-date 2014-12-10; |
| 38 | } |
| 39 | |
| 40 | organization |
| 41 | "IETF NETMOD (NETCONF Data Modeling Language) Working Group"; |
| 42 | |
| 43 | contact |
| 44 | "WG Web: <http://tools.ietf.org/wg/netmod/> |
| 45 | WG List: <mailto:netmod@ietf.org> |
| 46 | |
| 47 | WG Chair: Thomas Nadeau |
| 48 | <mailto:tnadeau@lucidvision.com> |
| 49 | |
| 50 | WG Chair: Juergen Schoenwaelder |
| 51 | <mailto:j.schoenwaelder@jacobs-university.de> |
| 52 | |
| 53 | Editor: Martin Bjorklund |
| 54 | <mailto:mbj@tail-f.com> |
| 55 | |
| 56 | Editor: Juergen Schoenwaelder |
| 57 | <mailto:j.schoenwaelder@jacobs-university.de>"; |
| 58 | description |
| 59 | "This module contains a collection of YANG definitions for |
| 60 | configuring SNMP engines. |
| 61 | |
| 62 | Copyright (c) 2014 IETF Trust and the persons identified as |
| 63 | authors of the code. All rights reserved. |
| 64 | |
| 65 | Redistribution and use in source and binary forms, with or |
| 66 | without modification, is permitted pursuant to, and subject |
| 67 | to the license terms contained in, the Simplified BSD License |
| 68 | set forth in Section 4.c of the IETF Trust's Legal Provisions |
| 69 | Relating to IETF Documents |
| 70 | (http://trustee.ietf.org/license-info). |
| 71 | |
| 72 | This version of this YANG module is part of RFC 7407; see |
| 73 | the RFC itself for full legal notices."; |
| 74 | |
| 75 | revision 2014-12-10 { |
| 76 | description |
| 77 | "Initial revision."; |
| 78 | reference |
| 79 | "RFC 7407: A YANG Data Model for SNMP Configuration"; |
| 80 | } |
| 81 | |
| 82 | } |