This submodule contains a collection of YANG definitions for Cisco IOS-XR pim package operational data. Copyright (c) 2013-2021...
Version: 2021-02-17
submodule Cisco-IOS-XR-pim-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-pim-oper { prefix Cisco-IOS-XR-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-pim-oper-sub2 { revision-date "2021-02-17"; } 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 pim package operational data. Copyright (c) 2013-2021 by Cisco Systems, Inc. All rights reserved."; revision "2021-02-17" { description "Addition made for Sticky DR neighbor tracking 2020-10-11 Changes to IOS-XR PIM oper"; } revision "2019-12-24" { description "Fixed CSCvr52977."; } revision "2019-08-27" { description "Providing PIM 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 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-pim-oper-sub1
© 2023 YumaWorks, Inc. All rights reserved.