openconfig-aaa

This module defines configuration and operational state data related to authorization, authentication, and accounting (AAA) mana...

  • Version: 2022-07-29

    openconfig-aaa@2022-07-29


    
      module openconfig-aaa {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/aaa";
    
        prefix oc-aaa;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-yang-types {
          prefix oc-yang;
        }
        import openconfig-aaa-types {
          prefix oc-aaa-types;
        }
    
        include openconfig-aaa-tacacs;
        include openconfig-aaa-radius;
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "This module defines configuration and operational state data
    related to authorization, authentication, and accounting (AAA)
    management.
    
    Portions of this model reuse data definitions or structure from
    RFC 7317 - A YANG Data Model for System Management";
    
        revision "2022-07-29" {
          description
            "Update user role to be mandatory.";
          reference
            "1.0.0";
    
        }
    
        revision "2020-07-30" {
          description
            "Add secret-key-hashed for TACACS and RADIUS.";
          reference
            "0.5.0";
    
        }
    
        revision "2019-10-28" {
          description
            "Fix bug in when statement path";
          reference
            "0.4.3";
    
        }
    
        revision "2019-08-20" {
          description
            "Fix identity prefixes and when statement paths";
          reference
            "0.4.2";
    
        }
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.4.1";
    
        }
    
        revision "2018-04-12" {
          description
            "Add when conditions, correct identities";
          reference
            "0.4.0";
    
        }
    
        revision "2017-09-18" {
          description
            "Updated to use OpenConfig types modules";
          reference
            "0.3.0";
    
        }
    
        revision "2017-07-06" {
          description
            "Move to oc-inet types, add IETF attribution, add RADIUS
    counters, changed password leaf names to indicate hashed";
          reference
            "0.2.0";
    
        }
    
        revision "2017-01-29" {
          description "Initial public release";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "1.0.0";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-aaa
    

© 2023 YumaWorks, Inc. All rights reserved.