Cisco-IOS-XR-ip-udp-oper-sub3

This submodule contains a collection of YANG definitions for Cisco IOS-XR ip-udp package operational data. Copyright (c) 2013-2...

  • Version: 2020-04-06

    Cisco-IOS-XR-ip-udp-oper-sub3@2020-04-06


    
      submodule Cisco-IOS-XR-ip-udp-oper-sub3 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-ip-udp-oper {
            prefix Cisco-IOS-XR-ip-udp-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 ip-udp package operational data.
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-04-06" {
          description
            "min_ttl_dropped field is added to PCB_DETAIL output.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2018-08-09" {
          description
            "bind_local field is added to PCB_DETAIL output";
        }
    
        revision "2018-03-04" {
          description
            "PCB_ID argument is passed in string format.";
        }
    
        revision "2017-09-07" {
          description
            "Fixed type translation error.";
        }
    
        revision "2016-02-26" {
          description "Descriptions updated.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.1.0";
        semver:module-version "1.0.0";
    
        grouping TRANSP-CLIENT-STATS-BAG {
          description
            "Aggregated statistics of a transport client";
          leaf client-jid {
            type int32;
            description
              "Job ID of the transport client";
          }
    
          leaf client-name {
            type string {
              length "0..21";
            }
            description "Transport client name";
          }
    
          leaf ipv4-received-packets {
            type uint32;
            description
              "Total IPv4 packets received from client";
          }
    
          leaf ipv4-sent-packets {
            type uint32;
            description
              "Total IPv4 packets sent to client";
          }
    
          leaf ipv6-received-packets {
            type uint32;
            description
              "Total IPv6 packets received from app";
          }
    
          leaf ipv6-sent-packets {
            type uint32;
            description
              "Total IPv6 packets sent to app";
          }
        }  // grouping TRANSP-CLIENT-STATS-BAG
      }  // submodule Cisco-IOS-XR-ip-udp-oper-sub3
    

© 2024 YumaWorks, Inc. All rights reserved.