Cisco-IOS-XR-tunnel-nve-oper

This module contains a collection of YANG definitions for Cisco IOS-XR tunnel-nve package operational data. This module contain...

  • Version: 2019-04-05

    Cisco-IOS-XR-tunnel-nve-oper@2019-04-05


    
      module Cisco-IOS-XR-tunnel-nve-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-tunnel-nve-oper";
    
        prefix tunnel-nve-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-tunnel-nve-oper-sub1 {
          revision-date "2019-04-05";
        }
    
        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 operational data.
         
         This module contains definitions
         for the following management objects:
           nve: NVE operational data
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.1";
    
        container nve {
          config false;
          description "NVE operational data";
          container vnis {
            description "Table for VNIs";
            list vni {
              key "vni";
              description
                "The attributes for a particular VNI";
              leaf vni {
                type xr:Cisco-ios-xr-string;
                description "VNI ID";
              }
    
              leaf interface-name {
                type string;
                description "NVE Interface name";
              }
    
              leaf vni-xr {
                type uint32;
                description "VNI Number";
              }
    
              leaf state {
                type int8;
                description "State";
              }
    
              leaf mcast-ipv4-address {
                type inet:ipv4-address;
                description "MCAST IPv4 Address";
              }
    
              leaf flags {
                type uint32;
                description "Flags";
              }
    
              leaf vni-min {
                type uint32;
                description "VNI Min in Range";
              }
    
              leaf vni-max {
                type uint32;
                description "VNI Max in Range";
              }
    
              leaf mcast-flags {
                type uint32;
                description "McastFlags";
              }
    
              leaf udp-port {
                type uint32;
                description "UDP Port";
              }
    
              leaf bvi-ifh {
                type uint32;
                description
                  "BVI Interface Handle";
              }
    
              leaf bvi-state {
                type uint8;
                description
                  "BVI Interface Oper State";
              }
    
              leaf bvi-mac {
                type yang:hex-string;
                description "BVI MAC address";
              }
    
              leaf vrf-name {
                type string;
                description "L3 VRF Name";
              }
    
              leaf vrf-id {
                type uint32;
                description "L3 VRF ID";
              }
    
              leaf ipv4-tbl-id {
                type uint32;
                description "IPv4 Table ID";
              }
    
              leaf ipv6-tbl-id {
                type uint32;
                description "IPv6 Table ID";
              }
    
              leaf vrf-vni {
                type uint32;
                description "VRF VNI";
              }
    
              leaf topo-valid {
                type boolean;
                description "TOPO ID valid flag";
              }
    
              leaf topo-id {
                type uint32;
                description "L2RIB Topology ID";
              }
    
              leaf topo-name {
                type string {
                  length "0..50";
                }
                description
                  "L2RIB Topology Name";
              }
            }  // list vni
          }  // container vnis
    
          container interfaces {
            description
              "Table for NVE interface attributes";
            list interface {
              key "interface-name";
              description
                "The attributes for a particular interface";
              leaf interface-name {
                type xr:Interface-name;
                description "Interface Name";
              }
    
              leaf interface-name-xr {
                type string;
                description "Interface name";
              }
    
              leaf state {
                type int8;
                description "State";
              }
    
              leaf admin-state {
                type int8;
                description "Admin State";
              }
    
              leaf flags {
                type uint32;
                description "Flags";
              }
    
              leaf encap {
                type int8;
                description "Encap";
              }
    
              leaf source-interface-name {
                type string;
                description
                  "Source Interface name";
              }
    
              leaf source-ipv4-address {
                type inet:ipv4-address;
                description
                  "Source IPv4 Address";
              }
    
              leaf if-handle {
                type uint64;
                description "NVE IfHandle";
              }
    
              leaf source-state {
                type int8;
                description "Source Intf State";
              }
    
              leaf udp-port {
                type uint32;
                description "UDP Port";
              }
    
              leaf any-cast-source-interface-name {
                type string;
                description
                  "Anycast Source Interface name";
              }
    
              leaf any-cast-source-ipv4-address {
                type inet:ipv4-address;
                description
                  "Anycast Source IPv4 Address";
              }
    
              leaf any-cast-source-state {
                type int8;
                description
                  "Anycast Source Interface State";
              }
    
              leaf sync-mcast-ipv4-address {
                type inet:ipv4-address;
                description
                  "MCAST sync group IPv4 Address";
              }
    
              leaf sync-mcast-flags {
                type uint32;
                description "Sync McastFlags";
              }
            }  // list interface
          }  // container interfaces
        }  // container nve
      }  // module Cisco-IOS-XR-tunnel-nve-oper
    

© 2023 YumaWorks, Inc. All rights reserved.