Cisco-IOS-XR-ipv6-nd-oper

This module contains a collection of YANG definitions for Cisco IOS-XR ipv6-nd package operational data. This module contains d...

  • Version: 2019-11-08

    Cisco-IOS-XR-ipv6-nd-oper@2019-11-08


    
      module Cisco-IOS-XR-ipv6-nd-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-ipv6-nd-oper";
    
        prefix ipv6-nd-oper;
    
        import ietf-inet-types {
          prefix inet;
        }
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-ipv6-nd-oper-sub1 {
          revision-date "2019-11-08";
        }
    
        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 ipv6-nd package operational data.
    
    This module contains definitions
    for the following management objects:
      ipv6-node-discovery: IPv6 node discovery operational data
    
    Copyright (c) 2013-2019 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2019-11-08" {
          description
            "Modified bag with dns server/searchlist count.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2019-02-18" {
          description
            "Fixing yang usability warnings.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.1.0";
        semver:module-version "1.0.0";
    
        container ipv6-node-discovery {
          config false;
          description
            "IPv6 node discovery operational data";
          container nodes {
            description
              "IPv6 node discovery list of nodes";
            list node {
              key "node-name";
              description
                "IPv6 node discovery operational data for a
    particular node";
              container neighbor-interfaces {
                description
                  "IPv6 node discovery list of neighbor
    interfaces";
                list neighbor-interface {
                  key "interface-name";
                  description
                    "IPv6 node discovery neighbor interface";
                  container host-addresses {
                    description
                      "IPv6 node discovery list of neighbor host
    addresses";
                    list host-address {
                      key "host-address";
                      description
                        "IPv6 Neighbor detailed information";
                      leaf host-address {
                        type inet:ipv6-address-no-zone;
                        description
                          "Host Address";
                      }
    
                      uses IPV6-ND-NEIGHBOR-ENTRY;
                    }  // list host-address
                  }  // container host-addresses
    
                  leaf interface-name {
                    type xr:Interface-name;
                    description "Interface Name";
                  }
                }  // list neighbor-interface
              }  // container neighbor-interfaces
    
              container neighbor-summary {
                description
                  "Summary of IPv6 Neighbors";
                uses IPV6-ND-NEIGHBOR-ENTRY-SUMMARY;
              }  // container neighbor-summary
    
              container bundle-nodes {
                description
                  "IPv6 ND list of bundle nodes for a specific
    node";
                list bundle-node {
                  key "node-name";
                  description
                    "IPv6 ND operational data for a specific
    bundle node";
                  leaf node-name {
                    type xr:Node-id;
                    description
                      "The bundle node name";
                  }
    
                  uses IPV6-ND-BL-NODE-ENTRY;
                }  // list bundle-node
              }  // container bundle-nodes
    
              container bundle-interfaces {
                description
                  "IPv6 ND list of bundle interfaces for a
    specific node";
                list bundle-interface {
                  key "interface-name";
                  description
                    "IPv6 ND operational data for a specific
    bundler interface";
                  leaf interface-name {
                    type xr:Interface-name;
                    description "Interface Name";
                  }
    
                  uses IPV6-ND-IF-ENTRY;
                }  // list bundle-interface
              }  // container bundle-interfaces
    
              container interfaces {
                description
                  "IPv6 node discovery list of interfaces for a
    specific node";
                list interface {
                  key "interface-name";
                  description
                    "IPv6  node discovery operational data for a
    specific node and interface";
                  leaf interface-name {
                    type xr:Interface-name;
                    description "Interface Name";
                  }
    
                  uses IPV6-ND-IF-PARAMS;
                }  // list interface
              }  // container interfaces
    
              container nd-virtual-routers {
                description
                  "IPv6 ND virtual router information for a
    specific interface";
                list nd-virtual-router {
                  key "interface-name";
                  description
                    "IPv6 ND virtual  router operational data for
    a specific interface";
                  leaf interface-name {
                    type xr:Interface-name;
                    description "Interface Name";
                  }
    
                  uses IPV6-ND-VR-ENTRY;
                }  // list nd-virtual-router
              }  // container nd-virtual-routers
    
              container slaac-interfaces {
                description
                  "IPv6 ND list of SLAAC MGMT interfaces for a
    specific node";
                list slaac-interface {
                  key "interface-name";
                  description
                    "IPv6 ND operational data for a specific slaac
    interface";
                  container router-advert-detail {
                    description
                      "IPv6 ND operational data for a specific
    slaac interface";
                    uses IPV6-ND-SLAAC-INTFS-INFO;
                  }  // container router-advert-detail
    
                  leaf interface-name {
                    type xr:Interface-name;
                    description "Interface Name";
                  }
                }  // list slaac-interface
              }  // container slaac-interfaces
    
              leaf node-name {
                type xr:Node-id;
                description "The node name";
              }
            }  // list node
          }  // container nodes
        }  // container ipv6-node-discovery
      }  // module Cisco-IOS-XR-ipv6-nd-oper
    

© 2023 YumaWorks, Inc. All rights reserved.