Cisco-IOS-XR-sysadmin-tacacs-show-tacacs

This module defines yang model for displaying tacacs+ server host info Copyright (c) 2012-2020 by Cisco Systems, Inc. All right...

  • Version: 2019-04-15

    Cisco-IOS-XR-sysadmin-tacacs-show-tacacs@2019-04-15


    
      module Cisco-IOS-XR-sysadmin-tacacs-show-tacacs {
    
        yang-version 1;
    
        namespace
          "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-tacacs-show-tacacs";
    
        prefix show_tacacs;
    
        import tailf-common {
          prefix tailf;
        }
        import ietf-inet-types {
          prefix inet;
        }
        import Cisco-IOS-XR-sysadmin-tacacs-tacacs-server {
          prefix tacacs-server;
        }
        import cisco-semver {
          prefix semver;
        }
    
        organization "Cisco Systems Inc.";
    
        contact "aaa-ng-tacacs-dev@cisco.com";
    
        description
          "This module defines yang model
         for displaying tacacs+ server host info
         
         Copyright (c) 2012-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-15" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-05-10" {
          description
            "Namespace changed from show_tacacs to Cisco-IOS-XR-sysadmin-tacacs-show-tacacs";
        }
    
        revision "2015-07-07" {
          description "Initial revision";
        }
    
        semver:module-version "1.0.0";
    
        typedef passwdStr {
          type tailf:md5-digest-string;
        }
      }  // module Cisco-IOS-XR-sysadmin-tacacs-show-tacacs
    

© 2023 YumaWorks, Inc. All rights reserved.