This submodule contains a collection of YANG definitions for Cisco IOS-XR fib-common package operational data. Copyright (c) 20...
Version: 2020-12-02
submodule Cisco-IOS-XR-fib-common-oper-sub5 { yang-version 1; belongs-to Cisco-IOS-XR-fib-common-oper { prefix Cisco-IOS-XR-fib-common-oper; } import Cisco-IOS-XR-types { prefix xr; } 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 fib-common package operational data. Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-12-02" { description "Adding per-object accounting. 2020-10-20 NBC documentation of CSCvu06764, CSCvv14573,CSCvv76648 2020-05-26 Update SRv6 Block Space naming convention 2020-05-05 changes related to treat SRv6 and SID as well-known when parsing XML for yang"; } revision "2020-01-16" { description "NBC documentation of CSCvs27272,CSCvs22018,CSCvs45512 2019-10-29 Updated srv6 global bag"; } revision "2019-09-27" { description "IOS XR 7.0.x revision."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2019-04-02" { description "Fixed schema descriptions."; } revision "2017-09-07" { description "Fixed type translation error."; } revision "2017-05-01" { description "Fixing backward compatibility error in module."; } revision "2017-01-20" { description "IOS XR 6.2.1 revision"; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "3.0.0"; semver:module-version "2.0.0"; semver:module-version "1.1.0"; semver:module-version "1.0.0"; typedef Fib-global-aggregation-bag { type enumeration { enum "aggregation-type-state" { value 0; description "Aggregation OOR and ERROR State"; } enum "aggregation-type-adj" { value 1; description "Aggregation Adj Replication"; } } description "FIB Aggregation bag type"; } typedef Fib-bag-ao-attribute { type enumeration { enum "none" { value 0; description "Invalid attribute type"; } enum "error" { value 1; description "Error type attribute"; } enum "out-of-resource" { value 2; description "Out-of-Resource type attribute"; } enum "adjacency" { value 3; description "Adjacency type attribute"; } enum "attribute-count" { value 4; description "Number of attributes"; } } description "Attribute types for the Aggregation Object (AO)"; } typedef Fib-bag-object { type enumeration { enum "none" { value 0; description "None"; } enum "adjacency" { value 8; description "NHINFO"; } enum "all" { value 23; description "ALL"; } enum "object-count" { value 86; description "Number of Objects"; } } description "Object type definitions for FIB Bags"; } typedef Fib-glbl-bag-protocol { type enumeration { enum "ipv4" { value 0; description "IPv4 Protocol"; } enum "ipv6" { value 1; description "IPv6 Protocol"; } enum "mpls" { value 2; description "MPLS Protocol"; } } description "Global Protocol definitions for FIB Bags"; } } // submodule Cisco-IOS-XR-fib-common-oper-sub5
© 2023 YumaWorks, Inc. All rights reserved.