Cisco-IOS-XR-mvpn-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR mvpn package operational data. Copyright (c) 2013-202...

  • Version: 2020-04-02

    Cisco-IOS-XR-mvpn-oper-sub1@2020-04-02


    
      submodule Cisco-IOS-XR-mvpn-oper-sub1 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-mvpn-oper {
            prefix Cisco-IOS-XR-mvpn-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 mvpn package operational data.
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-04-02" {
          description
            "MVPN TreeSID information added.";
        }
    
        revision "2019-08-27" {
          description
            "Providing MVPN information.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "2.0.0";
        semver:module-version "1.0.0";
    
        typedef Pim-seg-leaf-entry {
          type enumeration {
            enum "i-pmsi" {
              value 1;
              description "Intra AS I-PMSI";
            }
            enum "inter-as-i-pmsi" {
              value 2;
              description "Inter AS I-PMSI";
            }
            enum "s-pmsi" {
              value 3;
              description "S PMSI";
            }
            enum "unsolicited-leaf-ad" {
              value 4;
              description "Unsolicited Leaf AD";
            }
            enum "unspecified-leaf-ad" {
              value 6;
              description "Unspecified Leaf AD";
            }
          }
          description "Pim seg leaf entry";
        }
    
        typedef Pim-seg-entry {
          type enumeration {
            enum "i-pmsi" {
              value 1;
              description "Intra AS I-PMSI";
            }
            enum "s-pmsi" {
              value 3;
              description "S PMSI";
            }
            enum "lib-mvpn-csc" {
              value 8;
              description "PIM LIB MVPN CSC";
            }
          }
          description "Pim seg entry";
        }
    
        typedef Pim-mgmt-mvpn-id {
          type enumeration {
            enum
              "pim-mgmt-mvpn-id-type-mldp-part-mp2mp" {
              value 0;
              description
                "MLDP Partitioned Multipoint-to-Multipoint";
            }
            enum
              "pim-mgmt-mvpn-id-type-mldp-part-p2mp" {
              value 1;
              description
                "MLDP Partitioned Point-to-Multipoint";
            }
            enum
              "pim-mgmt-mvpn-id-type-mldp-data-mdt" {
              value 2;
              description "MLDP Data MDT";
            }
            enum
              "pim-mgmt-mvpn-id-type-mldp-ctrl" {
              value 3;
              description "MLDP Control";
            }
            enum
              "pim-mgmt-mvpn-id-type-mldp-part-bidir-mp2mp" {
              value 4;
              description
                "MLDP Partitioned Bidirectional
               Multipoint-to-Multipoint";
            }
            enum
              "pim-mgmt-mvpn-id-type-mldp-def" {
              value 5;
              description "MLDP Default";
            }
            enum "p2mp-rsvp-te-default" {
              value 6;
              description "RSVP TE Default";
            }
            enum "p2mp-rsvp-te-partitioned" {
              value 7;
              description "RSVP TE Partitioned";
            }
            enum "p2mp-rsvp-te-data-mdt" {
              value 8;
              description "RSVP TE Data MDT";
            }
            enum "ingress-replication-default" {
              value 9;
              description "IR Default";
            }
            enum
              "ingress-replication-partitioned" {
              value 10;
              description "IR Partitioned";
            }
            enum "ingress-replication-data-mdt" {
              value 11;
              description "IR Data MDT";
            }
            enum "ingress-replication-control" {
              value 12;
              description "IR Control";
            }
            enum "segment-mdt" {
              value 13;
              description "Segment MDT";
            }
          }
          description "MVPN ID type";
        }
    
        typedef Pim-bag-mdt {
          type enumeration {
            enum "in-band" {
              value 0;
              description "Inband type MDT";
            }
            enum "gre" {
              value 1;
              description "GRE type MDT";
            }
            enum "mldp" {
              value 2;
              description "MLDP type MDT";
            }
            enum "p2mp" {
              value 3;
              description "P2MP type MDT";
            }
            enum "ir" {
              value 4;
              description "IR type MDT";
            }
            enum "vxlan" {
              value 5;
              description "VXLAN type MDT";
            }
            enum "gin-band" {
              value 6;
              description "GInband type MDT";
            }
            enum "tree-sid" {
              value 7;
              description "Tree-SID type MDT";
            }
          }
          description "MDT type";
        }
    
        typedef Pim-bag-mldp-opaque {
          type enumeration {
            enum "opaque-global-identifier" {
              value 1;
              description
                "Global-ID Opaque Type";
            }
            enum "opaque-vpn-identifier" {
              value 2;
              description "VPN-ID Opaque Type";
            }
          }
          description "MLDP Opaque type";
        }
    
        typedef Pim-bag-mldp-tree {
          type enumeration {
            enum "p2m-ptree" {
              value 6;
              description "MLDP P2MP Tree";
            }
            enum "mp2m-ptree" {
              value 8;
              description "MLDP MP2MP Tree";
            }
          }
          description "MLDP Tree type";
        }
    
        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";
        }
      }  // submodule Cisco-IOS-XR-mvpn-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.