This submodule contains a collection of YANG definitions for Cisco IOS-XR ipv4-pim package operational data. This model is depr...
Version: 2021-01-30
submodule Cisco-IOS-XR-ipv4-pim-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-ipv4-pim-oper { prefix Cisco-IOS-XR-ipv4-pim-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; } include Cisco-IOS-XR-ipv4-pim-oper-sub2 { revision-date "2021-01-30"; } 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 ipv4-pim package operational data. This model is deprecated and is replaced by Cisco-IOS-XR-pim-oper.yang which will provide the compatible functionalities. Copyright (c) 2013-2021 by Cisco Systems, Inc. All rights reserved."; revision "2021-01-30" { description "Providing pim information 2020-10-11 Changes to IOS-XR PIM oper"; } revision "2019-10-31" { description "Changes to IOS-XR PIM oper 2019-08-27 Providing pim information"; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2017-09-07" { description "Fixed type translation error."; } revision "2017-06-26" { description "Change identifiers to be more readable."; } revision "2017-05-27" { description "Removed deprecated leaves under traffic-counters. Added missing leaves under context. Removed checkpoint-statistics container because the corresponding CLI command requires cisco-support permissions."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "2.1.0"; semver:module-version "2.0.0"; semver:module-version "1.0.0"; typedef Pim-show-local-interest { type enumeration { enum "null" { value 1; description "null"; } enum "li" { value 2; description "Local Interest"; } enum "ld" { value 3; description "Local Disinterest"; } } description "Pim show local interest"; } typedef Pim-internal-interest-info { type enumeration { enum "null" { value 21; description "null"; } enum "ii" { value 22; description "Internal Interest"; } enum "id" { value 23; description "Internal Disinterest"; } } description "Pim internal interest info"; } typedef Pim-show-range-client { type enumeration { enum "no-client" { value 0; description "no client"; } enum "embedded-config" { value 1; description "embedded config"; } enum "embedded" { value 2; description "embedded"; } enum "permanent" { value 3; description "permanent"; } enum "auto-rp" { value 4; description "auto rp"; } enum "bsr" { value 5; description "bsr"; } enum "config" { value 6; description "config"; } enum "static" { value 7; description "static"; } } description "Pim show range client"; } typedef Pim-show-protocol { type enumeration { enum "no-route" { value 0; description "no route"; } enum "sm" { value 1; description "sm"; } enum "dm" { value 2; description "dm"; } enum "bidir" { value 3; description "bidir"; } enum "ssm" { value 4; description "ssm"; } enum "maximum" { value 5; description "maximum"; } enum "any" { value 6; description "any"; } } description "Pim show protocol"; } } // submodule Cisco-IOS-XR-ipv4-pim-oper-sub1
© 2024 YumaWorks, Inc. All rights reserved.