This module contains a collection of YANG definitions for Cisco IOS-XR tunnel-nve package configuration. This YANG module augme...
Version: 2019-04-05
module Cisco-IOS-XR-tunnel-nve-cfg { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-tunnel-nve-cfg"; prefix tunnel-nve-cfg; import ietf-inet-types { prefix inet; } import cisco-semver { prefix semver; } import Cisco-IOS-XR-ifmgr-cfg { prefix a1; } 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 tunnel-nve package configuration. This YANG module augments the Cisco-IOS-XR-ifmgr-cfg module with configuration data. Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2016-08-30" { description "Initial Revision."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.0.1"; typedef Host-reach-protocol { type enumeration { enum "bgp" { value 1; description "Use BGP EVPN for VxLAN tunnel endpoint reachability"; } } description "Host reach protocol"; } typedef Vni-range { type uint32 { range "1..16777215"; } description "Vni range"; } typedef Vxlan-udp-port-enum { type enumeration { enum "ietf-udp-port" { value 4789; description "IETF defined UDP port for VxLAN"; } enum "ivx-lan-udp-port" { value 48879; description "UDP port for iVxLAN"; } } description "Vxlan udp port enum"; } typedef Overlay-encap-enum { type enumeration { enum "vx-lan-encapsulation" { value 0; description "VxLAN Encapsulation"; } enum "soft-gre-encapsulation" { value 1; description "Soft GRE Encapsulation"; } } description "Overlay encap enum"; } typedef Unknown-unicast-flooding-enum { type enumeration { enum "suppress-uuf" { value 1; description "Suppress unknown unicast flooding"; } } description "Unknown unicast flooding enum"; } typedef Load-balance-enum { type enumeration { enum "per-evi" { value 1; description "Per evi load balance mode"; } } description "Load balance enum"; } typedef Ir-protocol-enum { type enumeration { enum "bgp" { value 1; description "Use BGP Protocol for Ingress-Replication"; } } description "Ir protocol enum"; } } // module Cisco-IOS-XR-tunnel-nve-cfg
© 2023 YumaWorks, Inc. All rights reserved.