This submodule contains a collection of YANG definitions for Cisco IOS-XR mrib package operational data. Copyright (c) 2013-202...
Version: 2020-10-29
submodule Cisco-IOS-XR-mrib-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-mrib-oper { prefix Cisco-IOS-XR-mrib-oper; } import ietf-inet-types { prefix inet; } import ietf-yang-types { prefix yang; } 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 mrib package operational data. Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-10-29" { description "Adding RPFID for PIM-SM design 2020-10-11 Backward compatible addition in leaf table-mdt-name-tree-sid,table-tree-sid-turnaround and reference-count."; } revision "2020-02-13" { description "Fixing CSCvr71562."; } revision "2019-08-27" { description "Providing MRIB information."; } 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"; typedef Mrib-frr-state { type enumeration { enum "ready" { value 0; description "FRR State Ready"; } enum "active" { value 1; description "FRR State Active"; } } description " FRR State"; } typedef Mrib-frr-role { type enumeration { enum "head" { value 1; description "FRR Role Head"; } enum "mid" { value 2; description "FRR Role Mid"; } } description " FRR Role"; } typedef Fapid { type uint32; description "Fapid"; } typedef Mrib-ccb-io { type enumeration { enum "no-data" { value 0; description "No Data"; } enum "io-notify" { value 1; description "I/O Notify"; } enum "data-available" { value 2; description "Data Available"; } enum "invalid" { value 3; description "Invalid"; } } description "Mrib ccb io"; } typedef Mrib-evpn-bucket-state { type enumeration { enum "unknown" { value -1; description "NO State"; } enum "non-forward" { value 0; description "Non Forward"; } enum "forward" { value 1; description "Forward"; } } description "Bucket State"; } typedef Ipv6-address { type inet:ipv6-address; description "IPV6 Address type"; } typedef Mrib-afi { type enumeration { enum "ipv4-unicast" { value 0; description "IP v4 unicast"; } enum "ipv6-unicast" { value 1; description "IP v6 unicast"; } } description "Address family"; } typedef Rsi-tbl-id { type uint32; description "Rsi tbl id"; } typedef Mrib-clt { type enumeration { enum "bcdl" { value 0; description "BCDL"; } enum "routing" { value 1; description "Routing"; } enum "membership" { value 2; description "Membership"; } enum "anonymous" { value 3; description "Anonymous"; } enum "generic" { value 4; description "Generic"; } enum "mrib" { value 5; description "MRIB"; } enum "rsvp-te" { value 6; description "RSVP TE"; } enum "ldp" { value 7; description "LDP"; } enum "pim-label" { value 8; description "PIM Label"; } enum "pim6-label" { value 9; description "PIM6 Label"; } enum "lmrib-bcdl" { value 10; description "LMRIB BCDL"; } enum "xtc" { value 11; description "XTC Agent"; } enum "maximum" { value 12; description "Maximum"; } } description "Mrib clt"; } typedef Mrib-show-ctid { type enumeration { enum "any" { value 0; description "Any"; } enum "spe-ipv4" { value 1; description "IPv4 LSM Source PE"; } enum "ifh-ipv4" { value 2; description "IPv4 LSM Interface Handle"; } enum "spe-ipv6" { value 3; description "IPv6 LSM Source PE"; } enum "ifh-ipv6" { value 4; description "IPv6 LSM Interface Handle"; } enum "lsm-id" { value 5; description "LSM ID"; } enum "ipv4" { value 6; description "IPv4"; } enum "ipv6" { value 7; description "IPv6"; } enum "mldp-ifh-ipv4" { value 8; description "IPv4 MLDP Interface Handle"; } enum "mldp-ifh-ipv6" { value 9; description "IPv6 MLDP Interface Handle"; } enum "none" { value 10; description "None"; } } description "Mrib show ctid"; } } // submodule Cisco-IOS-XR-mrib-oper-sub1
© 2023 YumaWorks, Inc. All rights reserved.