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-sub2 { 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 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 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 Ipv6-address { type inet:ipv6-address; description "IPV6 Address type"; } typedef Pim-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 Pim-interface { type enumeration { enum "encap-interface" { value 0; description "Encap Interface"; } enum "decap-interface" { value 1; description "Decap Interface"; } enum "mdt-interface" { value 2; description "MDT Interface"; } } description "Interface Type"; } } // submodule Cisco-IOS-XR-ipv4-pim-oper-sub2
© 2024 YumaWorks, Inc. All rights reserved.