Cisco-IOS-XR-dpa-port-mapper-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR dpa-port-mapper package operational data. Copyright (...

  • Version: 2019-04-05

    Cisco-IOS-XR-dpa-port-mapper-oper-sub1@2019-04-05


    
      submodule Cisco-IOS-XR-dpa-port-mapper-oper-sub1 {
    
        yang-version 1;
    
        belongs-to
          Cisco-IOS-XR-dpa-port-mapper-oper {
            prefix
              Cisco-IOS-XR-dpa-port-mapper-oper;
        }
    
        import cisco-semver {
          prefix semver;
        }
    
        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 submodule contains a collection of YANG definitions
         for Cisco IOS-XR dpa-port-mapper package 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";
    
        grouping OOR-INTERFACE-DETAIL {
          description
            "OOR specific details for the interface";
          leaf interface-name {
            type string;
            description "Name of the interface";
          }
    
          leaf interface-status {
            type string;
            description
              "The current state of the interface";
          }
    
          leaf time-stamp {
            type string;
            description "Timestamp";
          }
    
          leaf npu-id {
            type string;
            description "Npuid of the interface";
          }
    
          leaf hardware-resource {
            type string;
            description
              "Type of harware resoruce";
          }
        }  // grouping OOR-INTERFACE-DETAIL
    
        grouping OOR-INTERFACE-INFO {
          description
            "OOR specific details for the bundle interface";
          list interface {
            description "Interface details";
            uses OOR-INTERFACE-DETAIL;
          }  // list interface
        }  // grouping OOR-INTERFACE-INFO
    
        grouping OOR-SUMMARY {
          description
            "Lists interfaces in each of the three states";
          leaf red {
            type uint32;
            description
              "interfaces in red state";
          }
    
          leaf green {
            type uint32;
            description
              "interfaces in green state";
          }
    
          leaf yel-low {
            type uint32;
            description
              "interfaces in yellow state";
          }
        }  // grouping OOR-SUMMARY
      }  // submodule Cisco-IOS-XR-dpa-port-mapper-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.