Cisco-IOS-XR-asr9k-netflow-oper

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

  • Version: 2019-12-16

    Cisco-IOS-XR-asr9k-netflow-oper@2019-12-16


    
      module Cisco-IOS-XR-asr9k-netflow-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-asr9k-netflow-oper";
    
        prefix asr9k-netflow-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-asr9k-netflow-oper-sub2 {
          revision-date "2019-12-16";
        }
        include Cisco-IOS-XR-asr9k-netflow-oper-sub1 {
          revision-date "2019-12-16";
        }
    
        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 asr9k-netflow package operational data.
    
    This module contains definitions
    for the following management objects:
      net-flow: NetFlow operational data
    
    Copyright (c) 2013-2019 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2019-12-16" {
          description
            "Added map-t logging counters for ingress flows.";
        }
    
        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";
    
        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-asr9k-netflow-oper
    

© 2023 YumaWorks, Inc. All rights reserved.