This submodule contains a collection of YANG definitions for Cisco IOS-XR lib-keychain package operational data. Copyright (c) ...
Version: 2019-04-05
submodule Cisco-IOS-XR-lib-keychain-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-lib-keychain-oper { prefix Cisco-IOS-XR-lib-keychain-oper; } import cisco-semver { prefix semver; } 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 submodule contains a collection of YANG definitions for Cisco IOS-XR lib-keychain package operational data. Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2018-01-31" { description "Fixed incorrect plural rendering."; } revision "2015-01-07" { description "IOS XR 5.3.1 revision."; } semver:module-version "1.0.1"; typedef Cryto-algo { type enumeration { enum "not-configured" { value 0; description "Not configured"; } enum "aes-128-cmac-96" { value 1; description "CMAC AES 12 bytes"; } enum "hmac-sha1-12" { value 2; description "HMAC SHA1 12 bytes"; } enum "md5" { value 3; description "MD5 16 bytes"; } enum "sha1" { value 4; description "SHA1 20 bytes"; } enum "hmac-md5" { value 5; description "HMAC MD5 16 bytes"; } enum "hmac-sha1-20" { value 6; description "HMAC SHA1 20 bytes"; } enum "aes-128-cmac" { value 7; description "CMAC AES 32 bytes"; } enum "aes-256-cmac" { value 8; description "CMAC AES 64 bytes"; } enum "hmac-sha1-96" { value 9; description "HMAC SHA1 12 bytes"; } enum "hmac-sha-256" { value 10; description "HMAC SHA256 32 bytes"; } } description "Cryptographic algorithm type"; } typedef Enc { type enumeration { enum "password-type7" { value 0; description "Type 7 password type"; } enum "password-type6" { value 2; description "Type 6 Encryption"; } } description "Type of password encryption"; } } // submodule Cisco-IOS-XR-lib-keychain-oper-sub1
© 2023 YumaWorks, Inc. All rights reserved.