This module contains a collection of YANG definitions for Cisco IOS-XR aaa-tacacs package configuration. This YANG module augme...
Version: 2020-11-24
module Cisco-IOS-XR-aaa-tacacs-cfg { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-aaa-tacacs-cfg"; prefix aaa-tacacs-cfg; import ietf-inet-types { prefix inet; } import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } import Cisco-IOS-XR-aaa-lib-cfg { prefix a1; } import Cisco-IOS-XR-aaa-locald-cfg { prefix a2; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-yang@cisco.com"; description "This module contains a collection of YANG definitions for Cisco IOS-XR aaa-tacacs package configuration. This YANG module augments the Cisco-IOS-XR-aaa-lib-cfg, Cisco-IOS-XR-aaa-locald-cfg modules with configuration data. Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-11-24" { description "Added single connect idle timeout support config for private server. 2020-08-19 Added support for Holddown Time. 2020-04-20 Added support for Type 6."; } revision "2020-01-28" { description "Added single connect support config for private server group. 2019-08-29 Added new config for idle timeout for single connection."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2017-09-07" { description "Fixed type translation error."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "2.0.0"; semver:module-version "1.2.0"; semver:module-version "1.1.0"; typedef Tacacs-dscp-value { type union { type enumeration { enum "af11" { value 10; description "Match packets with AF11 DSCP"; } enum "af12" { value 12; description "Match packets with AF12 DSCP"; } enum "af13" { value 14; description "Match packets with AF13 DSCP"; } enum "af21" { value 18; description "Match packets with AF21 DSCP"; } enum "af22" { value 20; description "Match packets with AF22 DSCP"; } enum "af23" { value 22; description "Match packets with AF23 DSCP"; } enum "af31" { value 26; description "Match packets with AF31 DSCP"; } enum "af32" { value 28; description "Match packets with AF32 DSCP"; } enum "af33" { value 30; description "Match packets with AF33 DSCP"; } enum "af41" { value 34; description "Match packets with AF41 DSCP"; } enum "af42" { value 36; description "Match packets with AF42 DSCP"; } enum "af43" { value 38; description "Match packets with AF43 DSCP"; } enum "cs1" { value 8; description "Match packets with CS1 DSCP"; } enum "cs2" { value 16; description "Match packets with CS2 DSCP"; } enum "cs3" { value 24; description "Match packets with CS3 DSCP"; } enum "cs4" { value 32; description "Match packets with CS4 DSCP"; } enum "cs5" { value 40; description "Match packets with CS5 DSCP"; } enum "cs6" { value 48; description "Match packets with CS6 DSCP"; } enum "cs7" { value 56; description "Match packets with CS7 DSCP"; } enum "default" { value 0; description "Match packets with 0000 DSCP"; } enum "ef" { value 46; description "Match packets with EF DSCP"; } } type uint32 { range "0..63"; } } description "Tacacs dscp value"; } typedef Aaa-tacacs-holddown-time { type uint32 { range "0..1200"; } description "Aaa tacacs holddown time"; } typedef Secret-encryption { type enumeration { enum "type6" { value 6; description "Type 6 encryption"; } enum "type7" { value 7; description "Type 7 encryption"; } } description "Secret encryption"; } typedef Aaa-tacacs-timeout { type uint32 { range "1..1000"; } description "Aaa tacacs timeout"; } typedef Aaa-tacacs-port-range { type uint32 { range "1..65535"; } description "Aaa tacacs port range"; } } // module Cisco-IOS-XR-aaa-tacacs-cfg
© 2023 YumaWorks, Inc. All rights reserved.