Cisco-IOS-XR-flow-oper

This module contains a collection of YANG definitions for Cisco IOS-XR flow package operational data. This module contains defi...

  • Version: 2019-04-05

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


    
      module Cisco-IOS-XR-flow-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-flow-oper";
    
        prefix flow-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-flow-oper-sub2 {
          revision-date "2019-04-05";
        }
        include Cisco-IOS-XR-flow-oper-sub1 {
          revision-date "2019-04-05";
        }
    
        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 flow package operational data.
         
         This module contains definitions
         for the following management objects:
           flow: Flow 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";
    
        container flow {
          config false;
          description "Flow operational data";
          container nodes {
            description
              "Node table for node-specific operational data";
            list node {
              key "node-name";
              description
                "Node-specific data for a particular node";
              container flow-server {
                description
                  "Flow server related";
                container exporter-map-names {
                  description
                    "Exporter-map related";
                  list exporter-map-name {
                    key "exporter-map-name";
                    description
                      "Exporter-map name";
                    container operational-config {
                      description
                        "Exporter-map operational configuration";
                      uses NFSVR-EXPORT-SERVER-OPER-CONFIG;
                    }  // container operational-config
    
                    container operational-data {
                      description
                        "Exporter-map operational data";
                      uses NFSVR-SHOW-FLOW-EXPORTER-RESP-STATS;
                    }  // container operational-data
    
                    leaf exporter-map-name {
                      type xr:Cisco-ios-xr-string;
                      description
                        "The name of the exporter-map";
                    }
                  }  // list exporter-map-name
                }  // container exporter-map-names
    
                container monitor-map-names {
                  description
                    "Monitor-map related";
                  list monitor-map-name {
                    key "monitor-map-name";
                    description
                      "Monitor-map name";
                    container operational-config {
                      description
                        "Monitor-map operational configuration";
                      uses NFSVR-SHOW-FLOW-MONITOR-BASIC;
                    }  // container operational-config
    
                    container operational-data {
                      description
                        "Monitor-map operational data";
                      uses NFSVR-SHOW-FLOW-CACHE-RESP-SINGLE-MONITOR-MAP;
                    }  // container operational-data
    
                    leaf monitor-map-name {
                      type xr:Cisco-ios-xr-string;
                      description
                        "The name of the monitor-map";
                    }
                  }  // list monitor-map-name
                }  // container monitor-map-names
              }  // container flow-server
    
              leaf node-name {
                type xr:Node-id;
                description "Node name";
              }
            }  // list node
          }  // container nodes
        }  // container flow
      }  // module Cisco-IOS-XR-flow-oper
    

© 2024 YumaWorks, Inc. All rights reserved.