openconfig-aaa-tacacs

This module defines configuration and operational state data related to the TACACS+ protocol for authentication, authorization, ...

  • Version: 2020-07-30

    openconfig-aaa-tacacs@2020-07-30


    
      submodule openconfig-aaa-tacacs {
    
        yang-version 1;
    
        belongs-to openconfig-aaa {
            prefix oc-aaa;
        }
    
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-aaa-types {
          prefix oc-aaa-types;
        }
        import openconfig-types {
          prefix oc-types;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module defines configuration and operational state data
        related to the TACACS+ protocol for authentication,
        authorization, and accounting.";
    
        revision "2020-07-30" {
          description "Add secret-key-hashed.";
          reference
            "0.5.0";
    
        }
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.4.1";
    
        }
    
        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 "0.5.0";
    
        identity TACACS {
          base oc-aaa-types:AAA_SERVER_TYPE;
          description
            "Terminal Access Controller Access Control System (TACACS+)
          AAA server";
          reference
            "The TACACS+ Protocol (draft-ietf-opsawg-tacacs-05)
             RFC 1492 - An Access Control Protocol, Sometimes Called
            TACACS";
    
        }
      }  // submodule openconfig-aaa-tacacs
    

© 2023 YumaWorks, Inc. All rights reserved.