Cisco-IOS-XR-dnx-port-mapper-oper

This module contains a collection of YANG definitions for Cisco IOS-XR dnx-port-mapper package operational data. This module co...

  • Version: 2019-04-05

    Cisco-IOS-XR-dnx-port-mapper-oper@2019-04-05


    
      module Cisco-IOS-XR-dnx-port-mapper-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-dnx-port-mapper-oper";
    
        prefix dnx-port-mapper-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-dnx-port-mapper-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 dnx-port-mapper package operational data.
    
    This module contains definitions
    for the following management objects:
      oor: Out of Resource 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 oor {
          config false;
          status deprecated;
          description
            "Out of Resource Data. This model is being deprecated and is
    being replaced by Cisco-IOS-XR-dpa-port-mapper-oper.yang, which will
    retain the functionality of this model.";
          container nodes {
            description
              "OOR data for available nodes";
            list node {
              key "node-name";
              description
                "DPA operational data for a particular node";
              container summary {
                description "Summary";
                uses OOR-SUMMARY;
              }  // container summary
    
              container interface-names {
                description
                  "OOR Interface Information";
                list interface-name {
                  key "interface-name";
                  description
                    "OOR Data for particular interface";
                  leaf interface-name {
                    type xr:Cisco-ios-xr-string;
                    description
                      "The name of the interface";
                  }
    
                  uses OOR-INTERFACE-INFO;
                }  // list interface-name
              }  // container interface-names
    
              leaf node-name {
                type xr:Node-id;
                description "Node ID";
              }
            }  // list node
          }  // container nodes
        }  // container oor
      }  // module Cisco-IOS-XR-dnx-port-mapper-oper
    

© 2023 YumaWorks, Inc. All rights reserved.