Model for managing tunnel configurations Copyright (c) 2018-2020 by Cisco Systems, Inc. All rights reserved.
Version: 2020-11-01
module Cisco-IOS-XE-wireless-tunnel-types { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XE-wireless-tunnel-types"; prefix wireless-tunnel-types; import cisco-semver { prefix cisco-semver; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 Tel: +1 1800 553-NETS E-mail: cs-yang@cisco.com"; description "Model for managing tunnel configurations Copyright (c) 2018-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-11-01" { description "Add ASCII 32-126 restriction for tunnel rule and domain name"; reference "2.0.0"; } revision "2020-07-01" { description "Add EoGRE DHCP opt82 format"; reference "1.3.0"; } revision "2020-03-01" { description "Added central forwarding"; reference "1.2.0"; } revision "2019-05-01" { description "Added semantic version"; reference "1.1.0"; } revision "2018-11-01" { description "Initial revision"; reference "1.0.0"; } cisco-semver:module-version "2.0.0"; cisco-semver:module-version "1.3.0"; cisco-semver:module-version "1.2.0"; cisco-semver:module-version "1.1.0"; cisco-semver:module-version "1.0.0"; typedef tunnel-dhcp-opt82-mac-format { type enumeration { enum "raw" { value 0; description "Raw mac format "; } enum "colon-delimited" { value 1; description "Colon delimited mac format "; } } description "Option82 mac format"; } } // module Cisco-IOS-XE-wireless-tunnel-types
© 2023 YumaWorks, Inc. All rights reserved.