Cisco-IOS-XR-flow-oper-sub2

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

  • Version: 2019-04-05

    Cisco-IOS-XR-flow-oper-sub2@2019-04-05


    
      submodule Cisco-IOS-XR-flow-oper-sub2 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-flow-oper {
            prefix Cisco-IOS-XR-flow-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 flow 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.0";
    
        typedef Flow-monitor-name {
          type string;
          description "Flow monitor name";
        }
    
        grouping NFSVR-COLLECTOR-INFO {
          description
            "Per collector information";
          leaf exporter-state {
            type string;
            description "Exporter state";
          }
    
          leaf destination-address {
            type string;
            description
              "Destination IPv4 address in AAA.BBB.CCC.DDD
             format";
          }
    
          leaf source-address {
            type string;
            description
              "Source IPv4 address in AAA.BBB.CCC.DDD format";
          }
    
          leaf vrf-name {
            type string;
            description "VRF Name";
          }
    
          leaf destination-port {
            type uint16;
            description
              "Destination port number";
          }
    
          leaf souce-port {
            type uint16;
            description "Source port number";
          }
    
          leaf transport-protocol {
            type string;
            description "Transport protocol";
          }
    
          leaf packets-sent {
            type uint64;
            description "Packets sent";
          }
    
          leaf flows-sent {
            type uint64;
            description "Flows sent";
          }
    
          leaf templates-sent {
            type uint64;
            description "Templates sent";
          }
    
          leaf option-templates-sent {
            type uint64;
            description "Option templates sent";
          }
    
          leaf option-data-sent {
            type uint64;
            description "Option data sent";
          }
    
          leaf bytes-sent {
            type uint64;
            units "byte";
            description "Bytes sent";
          }
    
          leaf flow-bytes-sent {
            type uint64;
            units "byte";
            description "Flow bytes sent";
          }
    
          leaf template-bytes-sent {
            type uint64;
            units "byte";
            description "Template bytes sent";
          }
    
          leaf option-template-bytes-sent {
            type uint64;
            units "byte";
            description
              "Option template bytes sent";
          }
    
          leaf option-data-bytes-sent {
            type uint64;
            units "byte";
            description "Option data bytes sent";
          }
    
          leaf packets-dropped {
            type uint64;
            description "Packets dropped";
          }
    
          leaf flows-dropped {
            type uint64;
            description "Flows dropped";
          }
    
          leaf templates-dropped {
            type uint64;
            description "Templates dropped";
          }
    
          leaf option-templates-dropped {
            type uint64;
            description
              "Option templates dropped";
          }
    
          leaf option-data-dropped {
            type uint64;
            description "Option data dropped";
          }
    
          leaf bytes-dropped {
            type uint64;
            units "byte";
            description "Bytes dropped";
          }
    
          leaf flow-bytes-dropped {
            type uint64;
            units "byte";
            description "Flow bytes dropped";
          }
    
          leaf template-bytes-dropped {
            type uint64;
            units "byte";
            description "Template bytes dropped";
          }
    
          leaf option-template-bytes-dropped {
            type uint64;
            units "byte";
            description
              "Option template bytes dropped";
          }
    
          leaf option-data-bytes-dropped {
            type uint64;
            description "Option data dropped";
          }
    
          leaf last-hour-packest-sent {
            type uint64;
            description
              "Total packets exported over the last one hour";
          }
    
          leaf last-hour-bytes-sent {
            type uint64;
            units "byte";
            description
              "Total bytes exported over the last one hour";
          }
    
          leaf last-hour-flows-sent {
            type uint64;
            description
              "Total flows exported over the of last one hour";
          }
    
          leaf last-minute-packets {
            type uint64;
            description
              "Total packets exported over the last one minute";
          }
    
          leaf last-minute-bytes-sent {
            type uint64;
            units "byte";
            description
              "Total bytes exported over the last one minute";
          }
    
          leaf last-minute-flows-sent {
            type uint64;
            description
              "Total flows exported over the last one minute";
          }
    
          leaf last-second-packets-sent {
            type uint64;
            description
              "Total packets exported over the last one second";
          }
    
          leaf last-second-bytes-sent {
            type uint64;
            units "byte";
            description
              "Total bytes exported over the last one second";
          }
    
          leaf last-second-flows-sent {
            type uint64;
            description
              "Total flows exported over the last one second";
          }
        }  // grouping NFSVR-COLLECTOR-INFO
    
        grouping NFSVR-SHOW-FLOW-EXPORTER-RESP-STATS {
          description
            "Flow exporter information";
          leaf name {
            type string;
            description "Exporter name";
          }
    
          leaf protocol {
            type string;
            description "Export Protocol Name";
          }
    
          leaf memory-usage {
            type uint32;
            description "Memory usage";
          }
    
          leaf-list used-by-flow-monitor {
            type Flow-monitor-name;
            description
              "List of flow monitors that use the exporter";
          }
    
          list collector {
            description
              "Statistics of all collectors";
            uses NFSVR-COLLECTOR-INFO;
          }  // list collector
        }  // grouping NFSVR-SHOW-FLOW-EXPORTER-RESP-STATS
    
        grouping NFSVR-EXPORT-SERVER-OPER-CONFIG {
          description
            "Exporter operational config";
          leaf exporter-map-name {
            type string;
            description "Exporter-map Name";
          }
    
          leaf protocol {
            type string;
            description "Export Protocol Name";
          }
    
          leaf destination-address {
            type string;
            description
              "Destination IPv4 address in AAA.BBB.CCC.DDD
             format";
          }
    
          leaf source-address {
            type string;
            description
              "Source IPv4 address in AAA.BBB.CCC.DDD format";
          }
    
          leaf vrf-name {
            type string;
            description "VRF Name";
          }
    
          leaf destination-port {
            type uint16;
            description
              "Destination port number";
          }
    
          leaf source-port {
            type uint16;
            description "Source port number";
          }
    
          leaf transport-protocol {
            type string;
            description "Transport protocol";
          }
    
          leaf df-bit-set {
            type uint8;
            description
              "Do Not Fragment option is set";
          }
    
          leaf dscp-value {
            type uint8;
            description
              "IPv4 DSCP or IPv6 Traffic class value";
          }
    
          leaf packet-length {
            type uint32;
            description
              "Maximum length of export packet excluding L2
             header";
          }
    
          leaf common-template-export-timeout {
            type uint32;
            units "second";
            description
              "Common template export timeout in seconds";
          }
    
          leaf data-template-export-timeout {
            type uint32;
            units "second";
            description
              "Data template export timeout in seconds";
          }
    
          leaf options-template-export-timeout {
            type uint32;
            units "second";
            description
              "Options template export timeout in seconds";
          }
    
          leaf sampler-table-export-timeout {
            type uint32;
            units "second";
            description
              "Sampler table export timeout in seconds";
          }
    
          leaf interface-table-export-timeout {
            type uint32;
            units "second";
            description
              "Interface table export timeout in seconds";
          }
    
          leaf vrf-table-export-timeout {
            type uint32;
            units "second";
            description
              "VRF table export timeout in seconds";
          }
        }  // grouping NFSVR-EXPORT-SERVER-OPER-CONFIG
      }  // submodule Cisco-IOS-XR-flow-oper-sub2
    

© 2024 YumaWorks, Inc. All rights reserved.