openconfig-pim

An OpenConfig model for Protocol Independent Multicast (PIM).

  • Version: 2023-03-06

    openconfig-pim@2023-03-06


    
      module openconfig-pim {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/pim";
    
        prefix oc-pim;
    
        import openconfig-pim-types {
          prefix oc-pim-types;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-acl {
          prefix oc-acl;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
        import ietf-inet-types {
          prefix inet;
        }
        import openconfig-bfd {
          prefix oc-bfd;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "An OpenConfig model for Protocol Independent Multicast (PIM).";
    
        revision "2023-03-06" {
          description
            "Clarify use of interface-ref.";
          reference
            "0.4.3";
    
        }
    
        revision "2021-06-16" {
          description
            "Remove trailing whitespace";
          reference
            "0.4.2";
    
        }
    
        revision "2021-04-21" {
          description
            "Reindent to two spaces and remove trailing whitespace ";
          reference
            "0.4.1";
    
        }
    
        revision "2021-04-21" {
          description
            "Allow to limit the maximum number of groups to join
    via PIM protocol. It can be configured at two levels,
    depending on hardware implementation:
    1. Network-instance level, the limit will apply
    to all PIM sessions/joins ending in that network-instance.
    2. Interface level, the limit would be discriminated per interface.";
          reference
            "0.4.0";
    
        }
    
        revision "2021-03-17" {
          description
            "Add bfd support without augmentation.";
          reference
            "0.3.0";
    
        }
    
        revision "2019-07-09" {
          description
            "Reindent to two spaces.
    Ensure that timeticks64 is consistently expressed in nanoseconds.";
          reference
            "0.2.0";
    
        }
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.1.1";
    
        }
    
        revision "2018-02-09" {
          description "Initial revision.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.4.3";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-pim
    

© 2023 YumaWorks, Inc. All rights reserved.