This submodule contains a collection of YANG definitions for Cisco IOS-XR asr9k-netflow package operational data. Copyright (c)...
Version: 2019-12-16
submodule Cisco-IOS-XR-asr9k-netflow-oper-sub2 { yang-version 1; belongs-to Cisco-IOS-XR-asr9k-netflow-oper { prefix Cisco-IOS-XR-asr9k-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 asr9k-netflow package 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"; grouping NF-PRODUCER-STATS { description "Netflow Platform Producer Process statistics"; leaf ipv4-ingress-flows { type uint64; description "IPv4 ingress flows"; } leaf ipv4-egress-flows { type uint64; description "IPv4 egress flows"; } leaf ipv6-ingress-flows { type uint64; description "IPv6 ingress flows"; } leaf ipv6-egress-flows { type uint64; description "IPv6 egress flows"; } leaf mpls-ingress-flows { type uint64; description "MPLS ingress flows"; } leaf mpls-egress-flows { type uint64; description "MPLS egress flows"; } leaf section-ingress-flows { type uint64; description "Section ingress flows"; } leaf mapt-logging-ingress-flows { type uint64; description "MAP-T Logging ingress flows"; } 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 unknown-egress-flows { type uint64; description "Unknown egress 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-asr9k-netflow-oper-sub2
© 2024 YumaWorks, Inc. All rights reserved.