This submodule contains a collection of YANG definitions for Cisco IOS-XR skywarp-netflow package operational data. Copyright (...
Version: 2020-02-19
submodule Cisco-IOS-XR-skywarp-netflow-oper-sub2 { yang-version 1; belongs-to Cisco-IOS-XR-skywarp-netflow-oper { prefix Cisco-IOS-XR-skywarp-netflow-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 skywarp-netflow package operational data. Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-02-19" { description "sFlow Development for spitfire"; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.1.0"; semver:module-version "1.0.0"; grouping NF-PRODUCER-STATS { description "Netflow Platform Producer Process statistics"; leaf ethernet-pkts { type uint64; description "Ethernet Packets"; } leaf drops-no-space { type uint64; description "Drops (no space)"; } leaf drops-others { type uint64; description "Drops (others)"; } leaf unknown-ingress-flows { type uint64; description "Unknown ingress flows"; } leaf waiting-servers { type uint64; description "Number of waiting servers"; } leaf spp-rx-counts { type uint64; description "Number of Rxed SPP Packets"; } leaf flow-packet-counts { type uint64; description "Number of Rxed Flow Packets"; } leaf last-cleared { type string; description "Last time Statistics cleared in 'Mon Jan 1 12:00 :00 2xxx' format"; } } // grouping NF-PRODUCER-STATS } // submodule Cisco-IOS-XR-skywarp-netflow-oper-sub2
© 2023 YumaWorks, Inc. All rights reserved.