This clie part is for test commands for tacacs Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved.
Version: 2021-02-26
module Cisco-IOS-XR-sysadmin-tacacs-test-tacacs { yang-version 1; namespace "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-tacacs-test-tacacs"; prefix test_tacacs; 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 clie part is for test commands for tacacs Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved."; revision "2021-02-26" { description "Updated presence string to command containers"; } revision "2019-04-15" { description "Establish semantic version baseline."; } revision "2017-05-10" { description "Namespace changed from test_tacacs to Cisco-IOS-XR-sysadmin-tacacs-test-tacacs"; } revision "2015-07-07" { description "Initial revision"; } semver:module-version "1.1.0"; semver:module-version "1.0.0"; augment /tacacs-server:tacacs-server { container test-authentication { presence "Indicates test-authentication is configured"; config false; leaf authentication { type string; description "Authentication"; } } // container test-authentication container test-authorization { presence "Indicates test-authorization is configured"; config false; leaf authorization { type string; description "Authorization"; } } // container test-authorization container test-accounting { presence "Indicates test-accounting is configured"; config false; leaf accounting { type string; description "Accounting"; } } // container test-accounting } } // module Cisco-IOS-XR-sysadmin-tacacs-test-tacacs
© 2023 YumaWorks, Inc. All rights reserved.