ietf-igmp-mld-proxy

This module defines a collection of YANG definitions common for all Internet Group Management Protocol (IGMP) and Multicast List...

  • Version: 2023-05-30

    ietf-igmp-mld-proxy@2023-05-30


    
      module ietf-igmp-mld-proxy {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-igmp-mld-proxy";
    
        prefix igmp-mld-proxy;
    
        import ietf-inet-types {
          prefix inet;
          reference
            "RFC 6991: Common YANG Data Types";
    
    
        }
        import ietf-interfaces {
          prefix if;
          reference
            "RFC 8343: A YANG Data Model for Interface Management";
    
    
        }
        import ietf-routing {
          prefix rt;
          reference
            "RFC 8349: A YANG Data Model for Routing Management (NMDA
            Version)";
    
    
        }
        import ietf-routing-types {
          prefix rt-types;
          reference
            "RFC 8294: Common YANG Data Types for the Routing Area";
    
    
        }
        import ietf-pim-base {
          prefix pim-base;
          reference
            "RFC 9128: YANG Data Model for Protocol Independent Multicast
            (PIM)";
    
    
        }
    
        organization "IETF PIM Working Group";
    
        contact
          "WG Web:   <https://datatracker.ietf.org/wg/pim/>
         WG List:  <mailto:pim@ietf.org>
    
         Editors:  Hongji Zhao
                   <mailto:hongji.zhao@ericsson.com>
    
                   Xufeng Liu
                   <mailto:xufeng.liu.ietf@gmail.com>
    
                   Yisong Liu
                   <mailto:liuyisong@chinamobile.com>
    
                   Mani Panchanathan
                   <mailto:mapancha@cisco.com>
    
                   Mahesh Sivakumar
                   <mailto:sivakumar.mahesh@gmail.com>";
    
        description
          "This module defines a collection of YANG definitions common for
         all Internet Group Management Protocol (IGMP) and Multicast
         Listener Discovery (MLD) Proxy devices.
    
         Copyright (c) 2023 IETF Trust and the persons identified as
         authors of the code.  All rights reserved.
    
         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject to
         the license terms contained in, the Revised BSD License set
         forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (https://trustee.ietf.org/license-info).
    
         This version of this YANG module is part of RFC 9398; see the
         RFC itself for full legal notices.";
    
        revision "2023-05-30" {
          description "Initial revision.";
          reference
            "RFC 9398: A YANG Data Model for Internet Group Management
            Protocol (IGMP) and Multicast Listener Discovery (MLD)
            Proxy Devices";
    
        }
    
    
        feature igmp-proxy {
          description
            "Support for the IGMP Proxy protocol.";
          reference
            "RFC 4605: Internet Group Management Protocol (IGMP) /
            Multicast Listener Discovery (MLD)-Based Multicast Forwarding
            ('IGMP/MLD Proxying')";
    
        }
    
        feature mld-proxy {
          description
            "Support for the MLD Proxy protocol.";
          reference
            "RFC 4605: Internet Group Management Protocol (IGMP) /
            Multicast Listener Discovery (MLD)-Based Multicast Forwarding
            ('IGMP/MLD Proxying')";
    
        }
    
        identity igmp-proxy {
          base rt:control-plane-protocol;
          description "IGMP Proxy protocol.";
        }
    
        identity mld-proxy {
          base rt:control-plane-protocol;
          description "MLD Proxy protocol.";
        }
      }  // module ietf-igmp-mld-proxy
    

© 2023 YumaWorks, Inc. All rights reserved.