ietf-snmp-vacm

This submodule contains a collection of YANG definitions for configuring the View-based Access Control Model (VACM) of SNMP. Co...

  • Version: 2014-12-10

    ietf-snmp-vacm@2014-12-10


    
      submodule ietf-snmp-vacm {
    
        yang-version 1;
    
        belongs-to ietf-snmp {
            prefix snmp;
        }
    
        include ietf-snmp-common;
    
        organization
          "IETF NETMOD (NETCONF Data Modeling Language) Working Group";
    
        contact
          "WG Web:   <http://tools.ietf.org/wg/netmod/>
         WG List:  <mailto:netmod@ietf.org>
    
         WG Chair: Thomas Nadeau
                   <mailto:tnadeau@lucidvision.com>
    
         WG Chair: Juergen Schoenwaelder
                   <mailto:j.schoenwaelder@jacobs-university.de>
    
         Editor:   Martin Bjorklund
                   <mailto:mbj@tail-f.com>
    
         Editor:   Juergen Schoenwaelder
                   <mailto:j.schoenwaelder@jacobs-university.de>";
    
        description
          "This submodule contains a collection of YANG definitions
         for configuring the View-based Access Control Model (VACM)
         of SNMP.
    
         Copyright (c) 2014 IETF Trust and the persons identified as
         authors of the code.  All rights reserved.
    
         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject
         to the license terms contained in, the Simplified BSD License
         set forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (http://trustee.ietf.org/license-info).
    
         This version of this YANG module is part of RFC 7407; see
         the RFC itself for full legal notices.";
    
        reference
          "RFC 3415: View-based Access Control Model (VACM) for the
            Simple Network Management Protocol (SNMP)";
    
    
        revision "2014-12-10" {
          description "Initial revision.";
          reference
            "RFC 7407: A YANG Data Model for SNMP Configuration";
    
        }
    
    
        typedef view-name {
          type identifier;
          description
            "The view-name type represents an SNMP VACM view name.";
        }
    
        typedef group-name {
          type identifier;
          description
            "The group-name type represents an SNMP VACM group name.";
        }
      }  // submodule ietf-snmp-vacm
    

© 2023 YumaWorks, Inc. All rights reserved.