Cisco-IOS-XR-dnx-netflow-oper

This module contains a collection of YANG definitions for Cisco IOS-XR dnx-netflow package operational data. This module contai...

  • Version: 2020-07-18

    Cisco-IOS-XR-dnx-netflow-oper@2020-07-18


    
      module Cisco-IOS-XR-dnx-netflow-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-dnx-netflow-oper";
    
        prefix dnx-netflow-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-dnx-netflow-oper-sub2 {
          revision-date "2020-07-18";
        }
        include Cisco-IOS-XR-dnx-netflow-oper-sub1 {
          revision-date "2020-07-18";
        }
    
        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-netflow package operational data.
         
         This module contains definitions
         for the following management objects:
           net-flow: NetFlow operational data
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-07-18" {
          description "Added sflow placeholders";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.2.0";
        semver:module-version "1.1.0";
    
        container net-flow {
          config false;
          description "NetFlow operational data";
          container statistics {
            description
              "Node-specific NetFlow statistics information";
            list statistic {
              key "node";
              description
                "NetFlow statistics information for a particular
               node";
              container producer {
                description
                  "NetFlow producer statistics";
                container statistics {
                  description
                    "Statistics information";
                  uses NF-PRODUCER-STATS;
                }  // container statistics
              }  // container producer
    
              container server {
                description
                  "NetFlow server statistics";
                container flow-exporters {
                  description
                    "Flow exporter information";
                  list flow-exporter {
                    key "exporter-name";
                    description
                      "Exporter information";
                    container exporter {
                      description
                        "Statistics information for the exporter";
                      uses NFSVR-SHOW-FLOW-EXPORTER-RESP-ARRAY;
                    }  // container exporter
    
                    leaf exporter-name {
                      type xr:Cisco-ios-xr-string;
                      description
                        "Exporter name";
                    }
                  }  // list flow-exporter
                }  // container flow-exporters
              }  // container server
    
              leaf node {
                type xr:Node-id;
                description "Node location";
              }
            }  // list statistic
          }  // container statistics
        }  // container net-flow
      }  // module Cisco-IOS-XR-dnx-netflow-oper
    

© 2023 YumaWorks, Inc. All rights reserved.