<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-netmod-acl-extensions-11" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="Enhanced ACLs">Extensions to the Access Control Lists (ACLs) YANG Model</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-acl-extensions-11"/>
    <author fullname="Oscar Gonzalez de Dios">
      <organization>Telefonica</organization>
      <address>
        <email>oscar.gonzalezdedios@telefonica.com</email>
      </address>
    </author>
    <author fullname="Samier Barguil">
      <organization>Nokia</organization>
      <address>
        <email>samier.barguil_giraldo@nokia.com</email>
      </address>
    </author>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <date year="2024" month="October" day="21"/>
    <area>Operations and Management</area>
    <workgroup>netmod</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 81?>

<t>RFC 8519 defines a YANG data model for Access Control Lists
(ACLs). This document discusses a set of extensions that fix many of
the limitations of the ACL model as initially defined in RFC 8519.</t>
      <t>The document also defines IANA-maintained modules for ICMP types and IPv6 extension headers.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Network Modeling Working Group mailing list (netmod@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/netmod/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/enhanced-acl-netmod"/>.</t>
    </note>
  </front>
  <middle>
    <?line 89?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC8519"/> defines Access Control Lists (ACLs) as a
user-ordered set of filtering rules. The model targets the
configuration of the filtering behavior of a device. However, the
model structure, as defined in <xref target="RFC8519"/>, suffers from a set of limitations. This
document describes these limitations and specifies an enhanced ACL
structure (<xref target="sec-module"/>). The motivation of such enhanced ACL structure is discussed in detail in <xref target="ps"/>.</t>
      <t>When managing ACLs, it is common for network operators to group
match elements in pre-defined sets. The consolidation into group matches
allows for reducing the number of rules, especially in large scale
networks. If, for example, it is needed to find a match against 100
IP addresses (or prefixes), a single rule will suffice rather than creating
individual Access Control Entries (ACEs) for each IP address (or prefix). In
doing so, implementations would optimize the performance of matching
lists vs multiple rules matching.</t>
      <t>The enhanced ACL structure (<xref target="sec-module"/>) is also meant to facilitate the management of
network operators. Instead of entering the IP address or port number
literals, using user-named lists decouples the creation of the rule
from the management of the sets. Hence, it is possible to remove/add
 entries to the list without redefining the (parent) ACL rule.</t>
      <t>In addition, the notion of Access Control List (ACL) and defined sets
is generalized so that it is not device-specific as per <xref target="RFC8519"/>.  ACLs
and defined sets may be defined at network/administrative domain level
and associated to devices. This approach facilitates the reusability across multiple
network elements. For example, managing the IP prefix sets from a network
level makes it easier to maintain by the security groups.</t>
      <t>Network operators maintain sets of IP prefixes that are related to each other,
e.g., deny-lists or accept-lists that are associated with those provided by a
 VPN customer. These lists are maintained and manipulated by security expert teams.</t>
      <t>Note that ACLs are used locally in devices but are triggered by other
tools such as DDoS mitigation <xref target="RFC9132"/> or BGP Flow Spec <xref target="RFC8955"/>
        <xref target="RFC8956"/>. Therefore, supporting means to easily map to the filtering rules conveyed in
messages triggered by  these tools is valuable from a network operation standpoint.</t>
      <t>The enhanced ACL module (<xref target="sec-module"/>) conforms to the Network
Management Datastore Architecture (NMDA) defined in <xref target="RFC8342"/>.</t>
      <t>A set of examples to illustrate the use of the enhanced ACL module are provided in <xref target="sec-examples"/>.</t>
      <t>The document also defines IANA-maintained modules for ICMP types and IPv6 extension headers. The design of the modules adheres to the recommendations
in <xref target="I-D.ietf-netmod-rfc8407bis"/>. The templates to generate the modules are available in <xref target="template"/>, <xref target="v6-template"/>, and <xref target="iana-ipv6-ext-template"/>. Readers should refer to the IANA websites <xref target="IANA_ICMPv4_YANG_URL"/>, <xref target="IANA_ICMPv6_YANG_URL"/>, and <xref target="IANA_IPV6_YANG_URL"/> to retrieve the latest version of these IANA-maintained modules.</t>
      <section anchor="editorial-note-to-be-removed-by-rfc-editor">
        <name>Editorial Note (To be removed by RFC Editor)</name>
        <t>Note to the RFC Editor: This section is to be removed prior to publication.</t>
        <t>This document contains placeholder values that need to be replaced with finalized values at the time of publication. This note summarizes all of the substitutions that are needed.</t>
        <t>(1) Please apply the following replacements:</t>
        <ul spacing="normal">
          <li>
            <t>XXXX --&gt; the assigned RFC number for this I-D</t>
          </li>
          <li>
            <t>2024-05-16 --&gt; the actual date of the publication of this document</t>
          </li>
        </ul>
        <t>(2) The modules are provided in <xref target="iana-icmp"/>, <xref target="iana-icmpv6"/>, and <xref target="iana-ipv6-ext"/> for the users convenience before publication as RFC. Please remove these appendices from the final RFC.</t>
        <t>(3) Please update  the following references:</t>
        <ul spacing="normal">
          <li>
            <t>IANA_ICMPv4_YANG_URL --&gt; The URL to retrieve the latest version of the IANA-maintained ICMPv4 module.</t>
          </li>
          <li>
            <t>IANA_ICMPv6_YANG_URL --&gt; The URL to retrieve the latest version of the IANA-maintained ICMPv6 module.</t>
          </li>
          <li>
            <t>IANA_IPV6_YANG_URL --&gt; The URL to retrieve the latest version of the IPv6 Extension Header Types IANA module.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>The terminology for describing YANG modules is defined in <xref target="RFC7950"/>.
The meaning of the symbols in the tree diagrams is defined in
<xref target="RFC8340"/>.</t>
      <t>In addition to the terms defined in <xref target="RFC8519"/>, this document makes use of the following term:</t>
      <dl>
        <dt>Defined set:</dt>
        <dd>
          <t>Refers to reusable description of one or multiple information elements (e.g., IP address, IP prefix, port number, or ICMP type).</t>
        </dd>
      </dl>
    </section>
    <section anchor="overall-structure-of-the-enhanced-acl-module">
      <name>Overall Structure of The Enhanced ACL Module</name>
      <section anchor="tree-structure">
        <name>Tree Structure</name>
        <t><xref target="enh-acl-tree"/> shows the full tree of the enhanced ACL module (<xref target="sec-module"/>):</t>
        <figure anchor="enh-acl-tree">
          <name>Enhanced ACL Tree Structure</name>
          <artwork><![CDATA[
module: ietf-acl-enh

  augment /acl:acls:
    +--rw defined-sets
       +---u defined-sets
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches:
    +--rw (payload)?
    |  +--:(prefix-pattern)
    |     +--rw prefix-pattern {match-on-payload}?
    |        +---u payload
    +--rw (alias)?
    |  +--:(alias-name)
    |     +--rw alias-name*       alias-ref
    +--rw (mpls)?
       +--:(mpls-values)
          +--rw mpls-values {match-on-mpls}?
             +---u mpls-match-parameters-config
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l2:
    +--rw vlan-filter {match-on-vlan-filter}?
    |  +--rw frame-type?         string
    |  +--rw (vlan-type)?
    |     +--:(range)
    |     |  +--rw lower-vlan    uint16
    |     |  +--rw upper-vlan    uint16
    |     +--:(operator)
    |        +--rw operator?     packet-fields:operator
    |        +--rw vlan*         uint16
    +--rw isid-filter {match-on-isid-filter}?
       +--rw (isid-type)?
          +--:(range)
          |  +--rw lower-isid    uint16
          |  +--rw upper-isid    uint16
          +--:(operator)
             +--rw operator?     packet-fields:operator
             +--rw isid*         uint16
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l3
            /acl:ipv4/acl:ipv4:
    +--rw ipv4-fragment
    |  +---u fragment-fields
    +--rw source-ipv4-prefix-list?        ipv4-prefix-set-ref
    +--rw destination-ipv4-prefix-list?   ipv4-prefix-set-ref
    +--rw next-header-set?                protocol-set-ref
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l3
            /acl:ipv6/acl:ipv6:
    +--rw ipv6-fragment
    |  +---u fragment-fields
    +--rw source-ipv6-prefix-list?        ipv6-prefix-set-ref
    +--rw destination-ipv6-prefix-list?   ipv6-prefix-set-ref
    +--rw protocol-set?                   protocol-set-ref
    +--rw extension-header?
            iana-ipv6-ext-types:ipv6-extension-header-type
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l4
            /acl:tcp/acl:tcp:
    +--rw flags-bitmask
    |  +---u tcp-flags
    +--rw source-tcp-port-set?        port-set-ref
    +--rw destination-tcp-port-set?   port-set-ref
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l4
            /acl:udp/acl:udp:
    +--rw source-udp-port-set?        port-set-ref
    +--rw destination-udp-port-set?   port-set-ref
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches/acl:l4
            /acl:icmp/acl:icmp:
    +--rw icmpv4-set?   icmpv4-type-set-ref
    +--rw icmpv6-set?   icmpv6-type-set-ref
  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:actions:
    +---u acl-complementary-actions
    +--rw rate-limit?                  decimal64
]]></artwork>
        </figure>
        <t><xref target="enh-acl-grp"/> shows the reusable groupings that are defined in the enhanced ACL module:</t>
        <figure anchor="enh-acl-grp">
          <name>Enhanced ACL Groupings</name>
          <artwork><![CDATA[
  grouping tcp-flags:
    +--rw operator?                  operator
    +-- (mode)?
       +--:(explicit)
       |  +-- explicit-tcp-flag*   identityref
       +--:(builtin)
          +-- bitmask?             uint16
  grouping fragment-fields:
    +-- operator?   operator
    +-- type?       fragment-type
  grouping mpls-match-parameters-config:
    +-- traffic-class?       uint8
    +-- label-position?      identityref
    +-- upper-label-range?   rt-types:mpls-label
    +-- lower-label-range?   rt-types:mpls-label
    +-- label-block-name?    string
    +-- ttl-value?           uint8
  grouping payload:
    +-- offset?       identityref
    +-- offset-end?   uint64
    +-- operator?     operator
    +-- prefix?       binary
  grouping alias:
    +-- vlan*         uint16
    +-- prefix*       inet:ip-prefix
    +-- port-range* [lower-port]
    |  +-- lower-port    inet:port-number
    |  +-- upper-port?   inet:port-number
    +-- protocol*     uint8
    +-- fqdn*         inet:domain-name
    +-- uri*          inet:uri
  grouping icmpv4-header-fields:
    +-- type?             iana-icmpv4-types:icmpv4-type
    +-- code?             uint8
    +-- rest-of-header?   binary
  grouping icmpv6-header-fields:
    +-- type?             iana-icmpv6-types:icmpv6-type
    +-- code?             uint8
    +-- rest-of-header?   binary
  grouping acl-complementary-actions:
    +-- log-action
    |  +-- log-type?   identityref
    |  +-- log-id?     string
    +-- counter-action
       +-- counter-type?   identityref
       +-- counter-name*   string
  grouping ipv4-prefix-sets:
    +-- prefix-set* [name]
       +-- name           string
       +-- description?   string
       +-- prefix*        inet:ipv4-prefix
  grouping ipv6-prefix-sets:
    +-- prefix-set* [name]
       +-- name           string
       +-- description?   string
       +-- prefix*        inet:ipv6-prefix
  grouping port-sets:
    +-- port-set* [name]
       +-- name    string
       +-- port* [id]
          +-- id                              string
          +-- (port)?
             +--:(port-range-or-operator)
                +-- port-range-or-operator
                   +---u packet-fields:port-range-or-operator
  grouping protocol-sets:
    +-- protocol-set* [name]
       +-- name        string
       +-- protocol*   union
  grouping icmpv4-type-sets:
    +-- set* [name]
       +-- name           string
       +-- icmpv4-type* [type]
          +---u icmpv4-header-fields
  grouping icmpv6-type-sets:
    +-- set* [name]
       +-- name           string
       +-- icmpv6-type* [type]
          +---u icmpv6-header-fields
  grouping aliases:
    +-- alias* [name]
       +-- name     string
       +---u alias
  grouping defined-sets:
    +-- ipv4-prefix-sets
    |  +---u ipv4-prefix-sets
    +-- ipv6-prefix-sets
    |  +---u ipv6-prefix-sets
    +-- port-sets
    |  +---u port-sets
    +-- protocol-sets
    |  +---u protocol-sets
    +-- icmpv4-type-sets
    |  +---u icmpv4-type-sets
    +-- icmpv6-type-sets
    |  +---u icmpv6-type-sets
    +-- aliases
       +---u aliases
]]></artwork>
        </figure>
      </section>
      <section anchor="defined-sets">
        <name>Defined Sets</name>
        <t>The augmented ACL structure includes several containers to manage reusable sets of elements that can be matched in an ACL entry.
Each set is uniquely identified by a name and can be called from the relevant entry. The following sets are defined (<xref target="enh-acl-tree"/>):</t>
        <dl>
          <dt>IPv4 prefix sets:</dt>
          <dd>
            <t>An IPv4 prefix set contains a list of IPv4 prefixes. A match will be considered if the IP address (source or destination, depending on the ACL entry) is contained in any of the prefixes in the set.</t>
          </dd>
          <dt>IPv6 prefix sets:</dt>
          <dd>
            <t>An IPv6 prefix contains a list of IPv6 prefixes. A match will be considered if the IP address (source or destination, depending on the ACL entry) is contained in any of the prefixes in the set.</t>
          </dd>
          <dt>Port sets:</dt>
          <dd>
            <t>A port set contains a list of port numbers to be used in transpot protocol entries (e.g., TCP and UDP).</t>
          </dd>
          <dt/>
          <dd>
            <t>The port numbers can be individual port numbers, a range of port numbers, and an operation.</t>
          </dd>
          <dt>Protocol sets:</dt>
          <dd>
            <t>A protocol set contains a list of protocol values. Each protocol can be identified either by a number (e.g., 17) or a name (e.g., UDP).</t>
          </dd>
          <dt>ICMP sets:</dt>
          <dd>
            <t>An ICMP set contains a list of ICMPv4 <xref target="RFC0792"/> or ICMPv6 <xref target="RFC4443"/> types, each of them identified by a type value, optionally the code and the rest of the header.</t>
          </dd>
          <dt/>
          <dd>
            <t>New IANA-maintained modules for ICMP types are defined in this document.</t>
          </dd>
          <dt>Aliases:</dt>
          <dd>
            <t>An alias is defined by a combination of various parameters (e.g., IP prefix, protocol, port number, or VLAN <xref target="IEEE802.1Qcp"/>). Sets of aliases can be defined and referred to in ACL match criteria.</t>
          </dd>
        </dl>
      </section>
      <section anchor="ipv6-extension-headers">
        <name>IPv6 Extension Headers</name>
        <t>The module can be used to manage ACLs that require matching against IPv6 extension headers <xref target="RFC8200"/>. To that aim, a new IANA-maintained module for IPv6 extension header types "iana-ipv6-ext-types" is defined in this document.</t>
      </section>
      <section anchor="tcp-flags-handling">
        <name>TCP Flags Handling</name>
        <t>The augmented ACL structure (<xref target="enh-acl-tree"/>) includes a new container 'flags-bitmask' to better handle TCP flags <xref target="RFC9293"/>.</t>
        <t>Clients that support both 'flags-bitmask' and 'flags' <xref target="RFC8519"/> matching fields <bcp14>MUST NOT</bcp14> set these fields in the same request.</t>
      </section>
      <section anchor="fragments-handling">
        <name>Fragments Handling</name>
        <t>The augmented ACL structure (<xref target="enh-acl-tree"/>) includes new leafs 'ipv4-fragment' and 'ipv6-fragment' to better handle fragments.</t>
        <t>Clients that support both 'ipv4-fragment' and 'flags' <xref target="RFC8519"/> matching fields <bcp14>MUST NOT</bcp14> set these fields in the same request.</t>
      </section>
      <section anchor="payload-based-filtering">
        <name>Payload-based Filtering</name>
        <t>Some transport protocols use existing protocols (e.g., TCP or UDP) as substrate. The match criteria for such protocols may rely upon the 'protocol' under 'l3', TCP/UDP match criteria, part of the TCP/UDP payload, or a combination thereof.</t>
        <t>A new feature, called 'match-on-payload', is defined in the document. This can be used, for example, for QUIC <xref target="RFC9000"/> or for tunneling protocols.</t>
      </section>
      <section anchor="match-on-mpls-headers">
        <name>Match on MPLS Headers</name>
        <t>The enhanced ACL module (<xref target="sec-module"/>) can be used to create rules to match against MPLS fields of a packet. The MPLS header defined in <xref target="RFC3032"/> and <xref target="RFC5462"/> contains the following fields:</t>
        <ul spacing="normal">
          <li>
            <t>Traffic Class: The 3-bit "Exp" field <xref target="RFC3032"/> which is renamed to "Traffic Class field" ("TC field") <xref target="RFC5462"/>.</t>
          </li>
          <li>
            <t>Label Value: A 20-bit field that carries the actual value of the MPLS label.</t>
          </li>
          <li>
            <t>TTL: A 8-bit field used to encode Time to Live (TTL) value.</t>
          </li>
        </ul>
        <t>The augmented ACL structure (<xref target="enh-acl-tree"/>) allows an operator to configure ACLs that match based upon the following data nodes:</t>
        <ul spacing="normal">
          <li>
            <t>'traffic-class'</t>
          </li>
          <li>
            <t>'label-position' (e.g., top or bottom)</t>
          </li>
          <li>
            <t>'upper-label-range'</t>
          </li>
          <li>
            <t>'lower-label-range'</t>
          </li>
          <li>
            <t>'label-block-name'</t>
          </li>
          <li>
            <t>'ttl-value'</t>
          </li>
        </ul>
      </section>
      <section anchor="vlan-filtering">
        <name>VLAN Filtering</name>
        <t>Being able to filter all packets that are bridged within a VLAN or that
are routed into or out of a bridge domain is part of the VPN control
requirements for Ethernet VPN (EVPN) <xref target="RFC7209"/>.
All packets that are bridged within a VLAN or that are routed into or
out of a VLAN can be captured, forwarded, translated, or discarded based
on the network policy.</t>
      </section>
      <section anchor="instance-service-identifier-i-sid-filtering">
        <name>Instance Service Identifier (I-SID) Filtering</name>
        <t>Provider backbone bridging (PBB) was originally defined as Virtual
Bridged Local Area Networks <xref target="IEEE-802-1ah"/>
standard. However, instead of multiplexing VLANs, PBB
duplicates the MAC layer of the customer frame and separates it from
the provider domain, by encapsulating it in a 24-bit instance service
identifier (I-SID). This provides more transparency between the
customer network and the provider network.</t>
        <t>The I-component forms the customer or access facing interface or
routing instance. The I-component is responsible for mapping customer
Ethernet traffic to the appropriate I-SID. It is
mandatory to configure the default service identifier in the network.</t>
        <t>Being able to filter by I-component Service identifier is a feature of
the EVNP-PBB configuration.</t>
      </section>
      <section anchor="additional-actions">
        <name>Additional Actions</name>
        <t>In order to support rate-limiting (see <xref target="ps-rate"/>), a new action called 'rate-limit' is defined in this document. Also, the "ietf-acl-enh" module supports new actions to complement existing ones: Log ('log-action') and write a counter ('counter-action'). The version of the module defined in this document supports only local actions.</t>
      </section>
    </section>
    <section anchor="sec-module">
      <name>Enhanced ACL YANG Module</name>
      <t>This model imports types from <xref target="RFC6991"/>, <xref target="RFC8519"/>, and <xref target="RFC8294"/>.</t>
      <sourcecode markers="true" name="ietf-acl-enh@2024-05-16.yang"><![CDATA[
module ietf-acl-enh {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-acl-enh";
  prefix acl-enh;

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common YANG Data Types";
  }
  import ietf-access-control-list {
    prefix acl;
    reference
      "RFC 8519: YANG Data Model for Network Access
                 Control Lists (ACLs), Section 4.1";
  }
  import ietf-packet-fields {
    prefix packet-fields;
    reference
      "RFC 8519: YANG Data Model for Network Access
                 Control Lists (ACLs), Section 4.2";
  }
  import ietf-routing-types {
    prefix rt-types;
    reference
      "RFC 8294: Common YANG Data Types for the Routing Area";
  }
  import iana-icmpv4-types {
    prefix iana-icmpv4-types;
    reference
      "RFC XXXX: Extensions to the Access Control Lists (ACLs)
                 YANG Model";
  }
  import iana-icmpv6-types {
    prefix iana-icmpv6-types;
    reference
      "RFC XXXX: Extensions to the Access Control Lists (ACLs)
                 YANG Model";
  }
  import iana-ipv6-ext-types {
    prefix iana-ipv6-ext-types;
    reference
      "RFC XXXX: Extensions to the Access Control Lists (ACLs)
                 YANG Model";
  }

  organization
    "IETF NETMOD Working Group";
  contact
    "WG Web:   https://datatracker.ietf.org/wg/netmod/
     WG List:  mailto:netmod@ietf.org

     Author:   Mohamed Boucadair
               mailto:mohamed.boucadair@orange.com
     Author:   Samier Barguil
               mailto:samier.barguil_giraldo@nokia.com
     Author:   Oscar Gonzalez de Dios
               mailto:oscar.gonzalezdedios@telefonica.com";
  description
    "This module contains YANG definitions for enhanced ACLs.

     Copyright (c) 2024 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
     (http://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX; see
     the RFC itself for full legal notices.";

  revision 2024-05-16 {
    description
      "Initial revision.";
    reference
      "RFC XXXX: Extensions to the Access Control Lists (ACLs)
                 YANG Model";
  }

  feature match-on-payload {
    description
      "Match based on a pattern is supported.";
  }

  feature match-on-vlan-filter {
    description
      "Match based on a VLAN range of vlan list is supported.";
  }

  feature match-on-isid-filter {
    description
      "Match based on an I-SID range of VLAN list is supported.";
  }

  feature match-on-alias {
    description
      "Match based on aliases.";
  }

  feature match-on-mpls {
    description
      "Match based on MPLS headers.";
  }

  identity offset-type {
    description
      "Base identity for payload offset type.";
  }

  identity layer2 {
    base offset-type;
    description
      "The offset starts at the beginning of the Data Link layer
       header.";
  }

  identity layer3 {
    base offset-type;
    description
      "The offset starts at the beginning of the IP header.";
  }

  identity layer4 {
    base offset-type;
    description
      "The offset start right after the IP header. This can be
       typically the beginning of transport header (e.g., TCP
       or UDP).";
  }

  identity payload {
    base offset-type;
    description
      "The offset start right after the end of the transport
       payload. For example, this represents the beginning of the
       TCP data right after any TCP options or the beginning of
       the UDP payload right after the UDP header.";
  }

  identity tcp-flag {
    description
      "Base Identity for the TCP Flags.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity ack {
    base tcp-flag;
    description
      "Acknowledgment TCP flag bit.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity syn {
    base tcp-flag;
    description
      "Synchronize sequence numbers.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity fin {
    base tcp-flag;
    description
      "No more data from the sender.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity urg {
    base tcp-flag;
    description
      "Urgent pointer TCP flag bit.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity psh {
    base tcp-flag;
    description
      "The Push function flag is similar to the URG flag and tells
       the receiver to process these packets as they are received
       instead of buffering them.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity rst {
    base tcp-flag;
    description
      "Reset TCP flag bit.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity ece {
    base tcp-flag;
    description
      "ECN-Echo TCP flag bit.";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity cwr {
    base tcp-flag;
    description
      "Congestion Window Reduced flag bit";
    reference
      "RFC 9293: Transmission Control Protocol (TCP), Section 3.1";
  }

  identity mpls-acl-type {
    base acl:acl-base;
    description
      "An ACL that matches on fields from the MPLS header.";
  }

  identity label-position {
    description
      "Base identity for deriving MPLS label position.";
  }

  identity top {
    base label-position;
    description
      "Top of the label stack.";
  }

  identity bottom {
    base label-position;
    description
      "Bottom of the label stack.";
  }

  identity log-types {
    description
      "Base identity for deriving the Log actions.";
  }

  identity local-log {
    base log-types;
    description
      "A local log is used to record the ACL results.";
  }

  identity counter-type {
    description
      "Base identity for deriving the counter actions.";
  }

  identity counter-name {
    base counter-type;
    description
      "Identity for counter name to be updated based on
        the ACL match actions.";
  }

  typedef operator {
    type bits {
      bit not {
        position 0;
        description
          "If set, logical negation of operation.";
      }
      bit match {
        position 1;
        description
          "Match bit. This is a bitwise match operation defined as
           '(data & value) == value'.";
      }
      bit any {
        position 2;
        description
          "Any bit. This is a match on any of the bits in  bitmask.
           It evaluates to 'true' if any of the bits in the
           value mask are set in the data,  i.e.,
           '(data & value) != 0'.";
      }
    }
    description
      "Specifies how to apply the defined bitmask.
       'any' and 'match' bits must not be set simultaneously.";
  }

  typedef fragment-type {
    type bits {
      bit df {
        position 0;
        description
          "Don't fragment bit for IPv4.
           Must be set to 0 when it appears in an IPv6 filter.";
      }
      bit isf {
        position 1;
        description
          "Is a fragment.";
      }
      bit ff {
        position 2;
        description
          "First fragment.";
      }
      bit lf {
        position 3;
        description
          "Last fragment.";
      }
    }
    description
      "Different fragment types to match against.";
  }

  typedef ipv4-prefix-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:ipv4-prefix-sets"
         + "/acl-enh:prefix-set/acl-enh:name";
    }
    description
      "Defines a reference to an IPv4 prefix set.";
  }

  typedef ipv6-prefix-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:ipv6-prefix-sets"
         + "/acl-enh:prefix-set/acl-enh:name";
    }
    description
      "Defines a reference to an IPv6 prefix set.";
  }

  typedef port-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:port-sets"
         + "/acl-enh:port-set/acl-enh:name";
    }
    description
      "Defines a reference to a port set.";
  }

  typedef protocol-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:protocol-sets"
         + "/acl-enh:protocol-set/acl-enh:name";
    }
    description
      "Defines a reference to a protocol set.";
  }

  typedef icmpv4-type-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:icmpv4-type-sets"
         + "/acl-enh:set/acl-enh:name";
    }
    description
      "Defines a reference to an ICMPv4 type set.";
  }

  typedef icmpv6-type-set-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:icmpv6-type-sets"
         + "/acl-enh:set/acl-enh:name";
    }
    description
      "Defines a reference to an ICMPv6 type set.";
  }

  typedef alias-ref {
    type leafref {
      path "/acl:acls/acl-enh:defined-sets/acl-enh:aliases"
         + "/acl-enh:alias/acl-enh:name";
    }
    description
      "Defines a reference to an alias.";
  }

  grouping tcp-flags {
    description
      "Operations on TCP flags.";
    leaf operator {
      type operator;
      description
        "How to interpret the TCP flags.";
    }
    choice mode {
      description
        "Choice of how flags are indicated.";
      case explicit {
        leaf-list explicit-tcp-flag {
          type identityref {
            base tcp-flag;
          }
          description
            "An explicit list of the TCP flags that are to be
             matched.";
        }
      }
      case builtin {
        leaf bitmask {
          type uint16;
          description
            "The bitmask matches the last 4 bits of byte 12 and 13 of
             the TCP header.  For clarity, the 4 bits of byte 12
             corresponding to the TCP data offset field are not
             included in any matching.";
          reference
            "RFC 9293: Transmission Control Protocol (TCP),
                       Section 3.1";
        }
      }
    }
  }

  grouping fragment-fields {
    description
      "Operations on fragment types.";
    leaf operator {
      type operator;
      default "match";
      description
        "How to interpret the fragment type.";
    }
    leaf type {
      type fragment-type;
      description
        "What fragment type to look for.";
    }
  }

  grouping mpls-match-parameters-config {
    description
      "Parameters for the configuration of MPLS match rules.";
    leaf traffic-class {
      type uint8 {
        range "0..7";
      }
      description
        "The value of the MPLS traffic class (TC) bits,
         formerly known as the EXP bits.";
    }
    leaf label-position {
      type identityref {
        base label-position;
      }
      description
        "Position of the label.";
    }
    leaf upper-label-range {
      type rt-types:mpls-label;
      description
        "Match MPLS label value on the MPLS header.
         The usage of this field indicated the upper
         range value in the top of the stack.
         This label value does not include the
         encodings of Traffic Class and TTL.";
      reference
        "RFC 3032: MPLS Label Stack Encoding";
    }
    leaf lower-label-range {
      type rt-types:mpls-label;
      description
        "Match MPLS label value on the MPLS header.
         The usage of this field indicated the lower
         range value in the top of the stack.
         This label value does not include the
         encodings of Traffic Class and TTL.";
      reference
        "RFC 3032: MPLS Label Stack Encoding";
    }
    leaf label-block-name {
      type string;
      description
        "Reference to a label block predefiend in the
         implementation.";
    }
    leaf ttl-value {
      type uint8;
      description
        "Time-to-live MPLS packet value match.";
      reference
        "RFC 3032: MPLS Label Stack Encoding";
    }
  }

  grouping payload {
    description
      "Operations on payload match.";
    leaf offset {
      type identityref {
        base offset-type;
      }
      description
        "Indicates the payload offset. This will indicate
         the position of the data in packet to use for
         the match.";
    }
    leaf offset-end {
      type uint64;
      units "bytes";
      description
        "Indicates the number of bytes, starting from the offset to
         cover when performing the prefix match.";
    }
    leaf operator {
      type operator;
      default "match";
      description
        "How to interpret the prefix match.";
    }
    leaf prefix {
      type binary;
      description
        "The binary pattern to match against.";
    }
  }

  grouping alias {
    description
      "Specifies an alias.";
    leaf-list vlan {
      type uint16;
      description
        "VLAN of the alias.";
      reference
        "IEEE Std 802.1Q: Bridges and Bridged Networks";
    }
    leaf-list prefix {
      type inet:ip-prefix;
      description
        "IPv4 or IPv6 prefix of the alias.";
    }
    list port-range {
      key "lower-port";
      description
        "Port range.  When only lower-port is
         present, it represents a single port number.";
      leaf lower-port {
        type inet:port-number;
        mandatory true;
        description
          "Lower port number of the port range.";
      }
      leaf upper-port {
        type inet:port-number;
        must '. >= ../lower-port' {
          error-message
            "The upper-port number must be greater than
             or equal to the lower-port number.";
        }
        description
          "Upper port number of the port range.";
      }
    }
    leaf-list protocol {
      type uint8;
      description
        "Identifies the target protocol number.
         For example, 6 for TCP or 17 for UDP.";
    }
    leaf-list fqdn {
      type inet:domain-name;
      description
        "FQDN identifying the target.";
    }
    leaf-list uri {
      type inet:uri;
      description
        "URI identifying the target.";
    }
  }

  grouping icmpv4-header-fields {
    description
      "Collection of ICMPv4 header fields that can be
       used to set up a match filter.";
    leaf type {
      type iana-icmpv4-types:icmpv4-type;
      description
        "Also known as control messages.";
      reference
        "RFC 792: Internet Control Message Protocol.";
    }
    leaf code {
      type uint8;
      description
        "ICMP subtype.";
      reference
        "RFC 792: Internet Control Message Protocol.";
    }
    leaf rest-of-header {
      type binary;
      description
        "Unbounded in length, the contents vary based on the
         ICMP type and code.";
      reference
        "RFC 792: Internet Control Message Protocol";
    }
  }

  grouping icmpv6-header-fields {
    description
      "Collection of ICMPv6 header fields that can be
       used to set up a match filter.";
    leaf type {
      type iana-icmpv6-types:icmpv6-type;
      description
        "Also known as control messages.";
      reference
        "RFC 4443: Internet Control Message Protocol (ICMPv6)
                   for Internet Protocol Version 6 (IPv6)
                   Specification.";
    }
    leaf code {
      type uint8;
      description
        "ICMP code.";
      reference
        "RFC 4443: Internet Control Message Protocol (ICMPv6)
                   for Internet Protocol Version 6 (IPv6)
                   Specification.";
    }
    leaf rest-of-header {
      type binary;
      description
        "Unbounded in length, the contents vary based on the
         ICMP type and code. Also referred to as 'Message Body'
         in ICMPv6.";
      reference
        "RFC 4443: Internet Control Message Protocol (ICMPv6)
                   for Internet Protocol Version 6 (IPv6)
                   Specification.";
    }
  }

  grouping acl-complementary-actions {
    description
      "Collection of complementary ACL actions.";
    container log-action {
      description
        "Container for defining log actions.";
      leaf log-type {
        type identityref {
          base acl-enh:log-types;
        }
        description
          "The type of log action to be performed.";
      }
      leaf log-id {
        when "derived-from-or-self(../log-type, "
           + "'acl-enh:local-log')" {
          description
            "Name of the log file updated when type is 'local-log'.";
        }
        type string;
        description
          "The name of the counter action.";
      }
    }
    container counter-action {
      description
        "Container for defining counter actions.";
      leaf counter-type {
        type identityref {
          base acl-enh:counter-type;
        }
        description
          "The type of counter action to be performed.";
      }
      leaf-list counter-name {
        when "derived-from-or-self(../counter-type, "
           + "'acl-enh:counter-name')" {
          description
            "Name for the counter or variable to update when
             'counter-type' is 'counter-name'.";
        }
        type string;
        description
          "List of possible variables or counter names to
           update based on match critieria.";
      }
    }
  }

  grouping ipv4-prefix-sets {
    description
      "Data definitions for a list of IPv4 prefixes
       prefixes which are matched as part of a policy.";
    list prefix-set {
      key "name";
      description
        "List of the defined prefix sets.";
      leaf name {
        type string;
        description
          "Name of the prefix set -- this is used as a label to
           reference the set in match conditions.";
      }
      leaf description {
        type string;
        description
          "Defined Set description.";
      }
      leaf-list prefix {
        type inet:ipv4-prefix;
        description
          "List of IPv4 prefixes to be used in match
           conditions.";
      }
    }
  }

  grouping ipv6-prefix-sets {
    description
      "Data definitions for a list of IPv6 prefixes which are
       matched as part of a policy.";
    list prefix-set {
      key "name";
      description
        "List of the defined prefix sets.";
      leaf name {
        type string;
        description
          "Name of the prefix set -- this is used as a label to
           reference the set in match conditions.";
      }
      leaf description {
        type string;
        description
          "A textual description of the prefix list.";
      }
      leaf-list prefix {
        type inet:ipv6-prefix;
        description
          "List of IPv6 prefixes to be used in match conditions.";
      }
    }
  }

  grouping port-sets {
    description
      "Data definitions for a list of ports which can
       be matched in policies.";
    list port-set {
      key "name";
      description
        "List of port set definitions.";
      leaf name {
        type string;
        description
          "Name of the port set -- this is used as a label to
           reference the set in match conditions.";
      }
      list port {
        key "id";
        description
          "Port numbers along with the operator on which to
           match.";
        leaf id {
          type string;
          description
            "Identifier of the list of port numbers.";
        }
        choice port {
          description
            "Choice of specifying the port number or referring to a
             group of port numbers.";
          container port-range-or-operator {
            description
              "Indicates a set of ports.";
            uses packet-fields:port-range-or-operator;
          }
        }
      }
    }
  }

  grouping protocol-sets {
    description
      "Data definitions for a list of protocols which can be
       matched in policies.";
    list protocol-set {
      key "name";
      description
        "List of protocol set definitions.";
      leaf name {
        type string;
        description
          "Name of the protocols set -- this is used as a
           label to reference the set in match conditions.";
      }
      leaf-list protocol {
        type union {
          type uint8;
          type string;
        }
        description
          "Value of the protocol set.";
      }
    }
  }

  grouping icmpv4-type-sets {
    description
      "Data definitions for a list of ICMPv4 types which can be
       matched in policies.";
    list set {
      key "name";
      description
        "List of ICMPv4 type set definitions.";
      leaf name {
        type string;
        description
          "Name of the ICMPv4 type set -- this is used as a label
           to reference the set in match conditions.";
      }
      list icmpv4-type {
        key "type";
        description
          "Includes a list of ICMPv4 types.";
        uses icmpv4-header-fields;
      }
    }
  }

  grouping icmpv6-type-sets {
    description
      "Data definitions for a list of ICMPv6 types which can be
       matched in policies.";
    list set {
      key "name";
      description
        "List of ICMP type set definitions.";
      leaf name {
        type string;
        description
          "Name of the ICMPv6 type set -- this is used as a label
           to reference the set in match conditions.";
      }
      list icmpv6-type {
        key "type";
        description
          "Includes a list of ICMPv6 types.";
        uses icmpv6-header-fields;
      }
    }
  }

  grouping aliases {
    description
      "Grpuing for a set of aliases.";
    list alias {
      key "name";
      description
        "List of aliases.";
      leaf name {
        type string;
        description
          "The name of the alias.";
      }
      uses alias;
    }
  }

  grouping defined-sets {
    description
      "Predefined sets of attributes used in policy match
       statements.";
    container ipv4-prefix-sets {
      description
        "Data definitions for a list of IPv4 or IPv6
         prefixes which are matched as part of a policy.";
      uses ipv4-prefix-sets;
    }
    container ipv6-prefix-sets {
      description
        "Data definitions for a list of IPv6 prefixes which are
         matched as part of a policy.";
      uses ipv6-prefix-sets;
    }
    container port-sets {
      description
        "Data definitions for a list of ports which can
         be matched in policies.";
      uses port-sets;
    }
    container protocol-sets {
      description
        "Data definitions for a list of protocols which can be
         matched in policies.";
      uses protocol-sets;
    }
    container icmpv4-type-sets {
      description
        "Data definitions for a list of ICMPv4 types which can be
         matched in policies.";
      uses icmpv4-type-sets;
    }
    container icmpv6-type-sets {
      description
        "Data definitions for a list of ICMPv6 types which can be
         matched in policies.";
      uses icmpv6-type-sets;
    }
    container aliases {
      description
        "Top-level container for aliases.";
      uses aliases;
    }
  }

  augment "/acl:acls" {
    description
      "predefined sets.";
    container defined-sets {
      description
        "Predefined sets of attributes used in policy match
         statements.";
      uses defined-sets;
    }
  }

  augment "/acl:acls/acl:acl/acl:aces/acl:ace"
        + "/acl:matches" {
    description
      "Adds a match type based on the payload.";
    choice payload {
      description
        "Matches based upon a prefix pattern.";
      container prefix-pattern {
        if-feature "match-on-payload";
        description
          "Indicates the rule to perform the payload-based match.";
        uses payload;
      }
    }
    choice alias {
      description
        "Matches based upon aliases.";
      leaf-list alias-name {
        type alias-ref;
        description
          "Indicates one or more aliases.";
      }
    }
    choice mpls {
      description
        "Matches against MPLS headers, for example, label
         values";
      container mpls-values {
        if-feature "match-on-mpls";
        description
          "Provides the rule set that matches MPLS headers.";
        uses mpls-match-parameters-config;
      }
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l2" {
    description
      "Adds a match type based on MAC VLAN and I-SID filters.";
    container vlan-filter {
      if-feature "match-on-vlan-filter";
      description
        "Indicates how to handle MAC VLANs.";
      leaf frame-type {
        type string;
        description
          "Entering the frame type allows the
           filter to match a specific type of frame format";
      }
      choice vlan-type {
        description
          "VLAN definition from range or operator.";
        case range {
          leaf lower-vlan {
            type uint16;
            must '. <= ../upper-vlan' {
              error-message
                "The lower-vlan must be less than or equal to
                 the upper-vlan.";
            }
            mandatory true;
            description
              "Lower boundary for a VLAN.";
          }
          leaf upper-vlan {
            type uint16;
            mandatory true;
            description
              "Upper boundary for a VLAN.";
          }
        }
        case operator {
          leaf operator {
            type packet-fields:operator;
            default "eq";
            description
              "Operator to be applied on the VLAN below.";
          }
          leaf-list vlan {
            type uint16;
            description
              "VLAN number along with the operator on which to
               match.";
            reference
              "IEEE Std 802.1Q: Bridges and Bridged Networks";
          }
        }
      }
    }
    container isid-filter {
      if-feature "match-on-isid-filter";
      description
        "Indicates how to handle I-SID filters.
         The I-component is responsible for mapping customer
         Ethernet traffic to the appropriate I-SID.";
      choice isid-type {
        description
          "I-SID definition from range or operator.";
        case range {
          leaf lower-isid {
            type uint16;
            must '. <= ../upper-isid' {
              error-message
                "The lower-isid must be less than or equal to
                 the upper-isid.";
            }
            mandatory true;
            description
              "Lower boundary for an I-SID.";
          }
          leaf upper-isid {
            type uint16;
            mandatory true;
            description
              "Upper boundary for an I-SID.";
          }
        }
        case operator {
          leaf operator {
            type packet-fields:operator;
            default "eq";
            description
              "Operator to be applied on the I-SID below.";
          }
          leaf-list isid {
            type uint16;
            description
              "I-SID number along with the operator on which to
               match.";
            reference
              "IEEE 802.1ah: Provider Backbone Bridges";
          }
        }
      }
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l3/acl:ipv4/acl:ipv4" {
    description
      "Handle non-initial and initial fragments for IPv4 packets.";
    container ipv4-fragment {
      must 'not(../acl:flags)' {
        error-message
          "Either flags or fragment should be provided, but not
           both.";
      }
      description
        "Indicates how to handle IPv4 fragments.";
      uses fragment-fields;
    }
    leaf source-ipv4-prefix-list {
      type ipv4-prefix-set-ref;
      description
        "A reference to an IPv4 prefix list to match the source
         address.";
    }
    leaf destination-ipv4-prefix-list {
      type ipv4-prefix-set-ref;
      description
        "A reference to a prefix list to match the destination
         address.";
    }
    leaf next-header-set {
      type protocol-set-ref;
      description
        "A reference to a protocol set to match the next-header
         field.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l3/acl:ipv6/acl:ipv6" {
    description
      "Handles non-initial and initial fragments for IPv6 packets.";
    container ipv6-fragment {
      description
        "Indicates how to handle IPv6 fragments.";
      uses fragment-fields;
    }
    leaf source-ipv6-prefix-list {
      type ipv6-prefix-set-ref;
      description
        "A reference to a prefix list to match the source address.";
    }
    leaf destination-ipv6-prefix-list {
      type ipv6-prefix-set-ref;
      description
        "A reference to a prefix list to match the destination
         address.";
    }
    leaf protocol-set {
      type protocol-set-ref;
      description
        "A reference to a protocol set to match the protocol field.";
    }
    leaf extension-header {
      type iana-ipv6-ext-types:ipv6-extension-header-type;
      description
        "IPv6 extension header value.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l4/acl:tcp/acl:tcp" {
    description
      "Handles TCP flags and port sets.";
    container flags-bitmask {
      must 'not(../acl:flags)' {
        error-message
          "Either flags or flags-bitmask should be provided, but not
           both.";
      }
      description
        "Indicates how to handle TCP flags.";
      uses tcp-flags;
    }
    leaf source-tcp-port-set {
      type port-set-ref;
      description
        "A reference to a port set to match the source port.";
    }
    leaf destination-tcp-port-set {
      type port-set-ref;
      description
        "A reference to a port set to match the destination port.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l4/acl:udp/acl:udp" {
    description
      "Handle UDP port sets.";
    leaf source-udp-port-set {
      type port-set-ref;
      description
        "A reference to a port set to match the source port.";
    }
    leaf destination-udp-port-set {
      type port-set-ref;
      description
        "A reference to a port set to match the destination port.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:matches/acl:l4/acl:icmp/acl:icmp" {
    description
      "Handle ICMP type sets.";
    leaf icmpv4-set {
      type icmpv4-type-set-ref;
      description
        "A reference to an ICMPv4 type set to match the ICMPv4 type
         field.";
    }
    leaf icmpv6-set {
      type icmpv6-type-set-ref;
      description
        "A reference to an ICMPv6 type set to match the ICMPv6 type
         field.";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces"
        + "/acl:ace/acl:actions" {
    description
      "Complementary actions including Rate-limit action.";
    uses acl-complementary-actions;
    leaf rate-limit {
      when "../acl:forwarding = 'acl:accept'" {
        description
          "Rate-limit valid only when accept action is used.";
      }
      type decimal64 {
        fraction-digits 2;
      }
      units "bytes per second";
      description
        "Indicates a rate-limit for the matched traffic.";
    }
  }
}
]]></sourcecode>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The YANG modules specified in this document define a schema for data
 that is designed to be accessed via network management protocol such
 as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>.  The lowest NETCONF layer
 is the secure transport layer, and the mandatory-to-implement secure
 transport is Secure Shell (SSH) <xref target="RFC6242"/>.  The lowest RESTCONF layer
 is HTTPS, and the mandatory-to-implement secure transport is TLS
 <xref target="RFC8446"/>.</t>
      <t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/> provides the means to restrict access for particular NETCONF or RESTCONF users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content.</t>
      <t>There are a number of data nodes defined in the "ietf-acl-enh" YANG module that are writable/creatable/deletable (i.e., config true, which is the default). These data nodes may be considered sensitive or vulnerable in some network environments. Write operations (e.g., edit-config) to these data nodes without proper protection can have a negative effect on network operations. These are the subtrees and data nodes and their sensitivity/vulnerability:</t>
      <dl>
        <dt>'defined-sets':</dt>
        <dd>
          <t>These lists specify a set of sets and aliases. Similar to <xref target="RFC8519"/>, unauthorized write access to these
   list can allow intruders to modify the entries so as to permit
   traffic that should not be permitted, or deny traffic that should
   be permitted.  The former may result in a DoS attack, or
   compromise a device.  The latter may result in a DoS attack.</t>
        </dd>
      </dl>
      <t>Some of the readable data nodes in the "ietf-acl-enh" YANG module may be considered sensitive or vulnerable in some network environments. It is thus important to control read access (e.g., via get, get-config, or notification) to these data nodes. These are the subtrees and data nodes and their sensitivity/vulnerability:</t>
      <dl>
        <dt>'defined-sets':</dt>
        <dd>
          <t>Unauthorized read access of these lists will allow
an attacker to identify the actual resources that are bound
to ACLs.</t>
        </dd>
      </dl>
      <t>The YANG modules "iana-icmpv4-types", "iana-icmpv6-types", and "iana-ipv6-ext-types defines" a set of types. These nodes are intended to be reused by other YANG
modules. Each of these modules by itself does not expose any data nodes that
are writable, data nodes that contain read-only state, or RPCs.
As such, there are no additional security issues related to
these YANG modules that need to be considered.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="uri-registrations">
        <name>URI Registrations</name>
        <t>This document requests IANA to register the following URIs in the "ns"
   subregistry within the "IETF XML Registry" <xref target="RFC3688"/>:</t>
        <artwork><![CDATA[
URI: urn:ietf:params:xml:ns:yang:ietf-acl-enh
Registrant Contact: The IESG.
XML: N/A; the requested URI is an XML namespace.

URI: urn:ietf:params:xml:ns:yang:iana-icmpv4-types
Registrant Contact: The IESG.
XML: N/A; the requested URI is an XML namespace.

URI: urn:ietf:params:xml:ns:yang:iana-icmpv6-types
Registrant Contact: The IESG.
XML: N/A; the requested URI is an XML namespace.

URI: urn:ietf:params:xml:ns:yang:iana-ipv6-ext-types
Registrant Contact: The IESG.
XML: N/A; the requested URI is an XML namespace.
]]></artwork>
      </section>
      <section anchor="yang-module-name-registrations">
        <name>YANG Module Name Registrations</name>
        <t>This document requests IANA to register the following YANG modules in
   the "YANG Module Names" subregistry <xref target="RFC6020"/> within the "YANG
   Parameters" registry.</t>
        <artwork><![CDATA[
name: ietf-acl-enh
namespace: urn:ietf:params:xml:ns:yang:ietf-acl-enh
maintained by IANA: N
prefix: acl-enh
reference: RFC XXXX

name: iana-icmpv4-types
namespace: urn:ietf:params:xml:ns:yang:iana-icmpv4-types
maintained by IANA: Y
prefix: iana-icmpv4-types
reference: RFC XXXX

name: iana-icmpv6-types
namespace: urn:ietf:params:xml:ns:yang:iana-icmpv6-types
maintained by IANA: Y
prefix: iana-icmpv6-types
reference: RFC XXXX

name: iana-ipv6-ext-types
namespace: urn:ietf:params:xml:ns:yang:iana-ipv6-ext-types
maintained by IANA: Y
prefix: iana-ipv6-ext-types
reference: RFC XXXX
]]></artwork>
      </section>
      <section anchor="considerations-for-iana-maintained-modules">
        <name>Considerations for IANA-Maintained Modules</name>
        <section anchor="icmpv4-types-iana-module">
          <name>ICMPv4 Types IANA Module</name>
          <t>IANA is requested to create and post
the initial version of the "iana-icmpv4-types" YANG module by
applying the XSLT stylesheet from <xref target="template"/> to the XML version of
<xref target="IANA-ICMPv4"/>.</t>
          <t>This document defines the initial version of the IANA-maintained
"iana-icmpv4-types" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
<xref target="IANA-YANG-PARAMETERS"/>.</t>
          <t>IANA is requested to add this note to the registry <xref target="IANA-YANG-PARAMETERS"/>:</t>
          <ul empty="true">
            <li>
              <t>New values must not be directly added to the "iana-icmpv4-types" YANG module.  They must instead be added to the "ICMP Type Numbers" registry <xref target="IANA-ICMPv4"/>.</t>
            </li>
          </ul>
          <t>When a value is added to the "ICMP Type Numbers" registry, a new "enum" statement
must be added to the "iana-icmpv4-types" YANG module.  The "enum" statement,
and sub-statements thereof, should be defined:</t>
          <dl>
            <dt>"enum":</dt>
            <dd>
              <t>Replicates a name from the registry.</t>
            </dd>
            <dt>"value":</dt>
            <dd>
              <t>Contains the decimal value of the IANA-assigned value.</t>
            </dd>
            <dt>"status":</dt>
            <dd>
              <t>Is included only if a registration has been deprecated
or obsoleted.  IANA "deprecated" maps to YANG status
"deprecated", and IANA "obsolete" maps to YANG status
"obsolete".</t>
            </dd>
            <dt>"description":</dt>
            <dd>
              <t>Replicates the description from the registry.</t>
            </dd>
            <dt>"reference":</dt>
            <dd>
              <t>Replicates the reference(s) from the registry with the
title of the document(s) added.</t>
            </dd>
          </dl>
          <t>Unassigned or reserved values are not present in the module.</t>
          <t>When the "iana-icmpv4-types" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements.</t>
          <t>IANA is requested to add this note to "ICMP Type Numbers" <xref target="IANA-ICMPv4"/>:</t>
          <artwork><![CDATA[
When this registry is modified, the YANG module "iana-icmpv4-types"
[IANA_ICMPv4_YANG_URL] must be updated as defined in RFC XXXX.
]]></artwork>
          <t>IANA is requested to updated the "Reference" in the "ICMP Type Numbers" registry
as follows:</t>
          <dl>
            <dt>OLD:</dt>
            <dd>
              <t><xref target="RFC2780"/></t>
            </dd>
            <dt>NEW:</dt>
            <dd>
              <t><xref target="RFC2780"/>[RFCXXXX]</t>
            </dd>
          </dl>
        </section>
        <section anchor="icmpv6-types-iana-module">
          <name>ICMPv6 Types IANA Module</name>
          <t>IANA is requested to create and post
the initial version of the "iana-icmpv6-types" YANG module by
applying the XSLT stylesheet from <xref target="v6-template"/> to the XML version of
<xref target="IANA-ICMPv4"/>.</t>
          <t>This document defines the initial version of the IANA-maintained
"iana-icmpv6-types" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
<xref target="IANA-YANG-PARAMETERS"/>.</t>
          <t>IANA is requested to add this note to the registry <xref target="IANA-YANG-PARAMETERS"/>:</t>
          <ul empty="true">
            <li>
              <t>New values must not be directly added to the "iana-icmpv6-types" YANG module. They must instead be added to the "ICMPv6 "type" Numbers" registry <xref target="IANA-ICMPv6"/>.</t>
            </li>
          </ul>
          <t>When a value is added to the "ICMPv6 "type" Numbers" registry, a new "enum" statement
must be added to the "iana-icmpv6-types" YANG module.  The "enum" statement,
and sub-statements thereof, should be defined:</t>
          <dl>
            <dt>"enum":</dt>
            <dd>
              <t>Replicates a name from the registry.</t>
            </dd>
            <dt>"value":</dt>
            <dd>
              <t>Contains the decimal value of the IANA-assigned value.</t>
            </dd>
            <dt>"status":</dt>
            <dd>
              <t>Is included only if a registration has been deprecated
or obsoleted.  IANA "deprecated" maps to YANG status
"deprecated", and IANA "obsolete" maps to YANG status
"obsolete".</t>
            </dd>
            <dt>"description":</dt>
            <dd>
              <t>Replicates the description from the registry.</t>
            </dd>
            <dt>"reference":</dt>
            <dd>
              <t>Replicates the reference(s) from the registry with the
title of the document(s) added.</t>
            </dd>
          </dl>
          <t>Unassigned or reserved values are not present in the module.</t>
          <t>When the "iana-icmpv6-types" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements.</t>
          <t>IANA is requested to add this note to "ICMPv6 "type" Numbers" <xref target="IANA-ICMPv6"/>:</t>
          <artwork><![CDATA[
When this registry is modified, the YANG module "iana-icmpv6-types"
[IANA_ICMPv6_YANG_URL] must be updated as defined in RFC XXXX.
]]></artwork>
          <t>IANA is requested to updated the "Reference" in the "ICMPv6 "type" Numbers" registry
as follows:</t>
          <dl>
            <dt>OLD:</dt>
            <dd>
              <t><xref target="RFC4443"/></t>
            </dd>
            <dt>NEW:</dt>
            <dd>
              <t><xref target="RFC4443"/>[RFCXXXX]</t>
            </dd>
          </dl>
        </section>
        <section anchor="ipv6-extension-header-types-iana-module">
          <name>IPv6 Extension Header Types IANA Module</name>
          <t>IANA is requested to create and post
the initial version of the "iana-ipv6-ext-types" YANG module by
applying the XSLT stylesheet from <xref target="iana-ipv6-ext-template"/> to the XML version of
<xref target="IANA-IPv6"/>.</t>
          <t>This document defines the initial version of the IANA-maintained
"iana-ipv6-ext-types" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
<xref target="IANA-YANG-PARAMETERS"/>.</t>
          <t>IANA is requested to add this note to the registry <xref target="IANA-YANG-PARAMETERS"/>:</t>
          <ul empty="true">
            <li>
              <t>New values must not be directly added to the "iana-ipv6-ext-types" YANG module.  They must instead be added to the "IPv6 Extension Header Types" registry <xref target="IANA-ICMPv6"/>.</t>
            </li>
          </ul>
          <t>When a value is added to the "IPv6 Extension Header Types" registry, a new "enum" statement
must be added to the "iana-ipv6-ext-types" YANG module.  The "enum" statement,
and sub-statements thereof, should be defined:</t>
          <dl>
            <dt>"enum":</dt>
            <dd>
              <t>Replicates a name from the registry.</t>
            </dd>
            <dt>"value":</dt>
            <dd>
              <t>Contains the decimal value of the IANA-assigned value.</t>
            </dd>
            <dt>"status":</dt>
            <dd>
              <t>Is included only if a registration has been deprecated
or obsoleted.  IANA "deprecated" maps to YANG status
"deprecated", and IANA "obsolete" maps to YANG status
"obsolete".</t>
            </dd>
            <dt>"description":</dt>
            <dd>
              <t>Replicates the description from the registry.</t>
            </dd>
            <dt>"reference":</dt>
            <dd>
              <t>Replicates the reference(s) from the registry with the
title of the document(s) added.</t>
            </dd>
          </dl>
          <t>Unassigned or reserved values are not present in the module.</t>
          <t>When the "iana-ipv6-ext-types" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements.</t>
          <t>IANA is requested to add this note to the "IPv6 Extension Header Types" registry <xref target="IANA-IPv6"/>:</t>
          <artwork><![CDATA[
When this registry is modified, the YANG module "iana-ipv6-ext-types"
[IANA_IPV6_YANG_URL] must be updated as defined in RFC XXXX.
]]></artwork>
          <t>IANA is requested to updated the "Reference" in the "IPv6 Extension Header Types" registry
as follows:</t>
          <dl>
            <dt>OLD:</dt>
            <dd>
              <t><xref target="RFC2780"/><xref target="RFC5237"/><xref target="RFC7045"/></t>
            </dd>
            <dt>NEW:</dt>
            <dd>
              <t><xref target="RFC2780"/><xref target="RFC5237"/><xref target="RFC7045"/>[RFCXXXX]</t>
            </dd>
          </dl>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8519">
          <front>
            <title>YANG Data Model for Network Access Control Lists (ACLs)</title>
            <author fullname="M. Jethanandani" initials="M." surname="Jethanandani"/>
            <author fullname="S. Agarwal" initials="S." surname="Agarwal"/>
            <author fullname="L. Huang" initials="L." surname="Huang"/>
            <author fullname="D. Blair" initials="D." surname="Blair"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This document defines a data model for Access Control Lists (ACLs). An ACL is a user-ordered set of rules used to configure the forwarding behavior in a device. Each rule is used to find a match on a packet and define actions that will be performed on the packet.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8519"/>
          <seriesInfo name="DOI" value="10.17487/RFC8519"/>
        </reference>
        <reference anchor="RFC8956">
          <front>
            <title>Dissemination of Flow Specification Rules for IPv6</title>
            <author fullname="C. Loibl" initials="C." role="editor" surname="Loibl"/>
            <author fullname="R. Raszuk" initials="R." role="editor" surname="Raszuk"/>
            <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>"Dissemination of Flow Specification Rules" (RFC 8955) provides a Border Gateway Protocol (BGP) extension for the propagation of traffic flow information for the purpose of rate limiting or filtering IPv4 protocol data packets.</t>
              <t>This document extends RFC 8955 with IPv6 functionality. It also updates RFC 8955 by changing the IANA Flow Spec Component Types registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8956"/>
          <seriesInfo name="DOI" value="10.17487/RFC8956"/>
        </reference>
        <reference anchor="RFC8342">
          <front>
            <title>Network Management Datastore Architecture (NMDA)</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <author fullname="P. Shafer" initials="P." surname="Shafer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="R. Wilton" initials="R." surname="Wilton"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model. This document updates RFC 7950.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8342"/>
          <seriesInfo name="DOI" value="10.17487/RFC8342"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC0792">
          <front>
            <title>Internet Control Message Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="792"/>
          <seriesInfo name="DOI" value="10.17487/RFC0792"/>
        </reference>
        <reference anchor="RFC4443">
          <front>
            <title>Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</title>
            <author fullname="A. Conta" initials="A." surname="Conta"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="M. Gupta" initials="M." role="editor" surname="Gupta"/>
            <date month="March" year="2006"/>
            <abstract>
              <t>This document describes the format of a set of control messages used in ICMPv6 (Internet Control Message Protocol). ICMPv6 is the Internet Control Message Protocol for Internet Protocol version 6 (IPv6). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="89"/>
          <seriesInfo name="RFC" value="4443"/>
          <seriesInfo name="DOI" value="10.17487/RFC4443"/>
        </reference>
        <reference anchor="RFC8200">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="RFC3032">
          <front>
            <title>MPLS Label Stack Encoding</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen"/>
            <author fullname="D. Tappan" initials="D." surname="Tappan"/>
            <author fullname="G. Fedorkow" initials="G." surname="Fedorkow"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <author fullname="A. Conta" initials="A." surname="Conta"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This document specifies the encoding to be used by an LSR in order to transmit labeled packets on Point-to-Point Protocol (PPP) data links, on LAN data links, and possibly on other data links as well. This document also specifies rules and procedures for processing the various fields of the label stack encoding. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3032"/>
          <seriesInfo name="DOI" value="10.17487/RFC3032"/>
        </reference>
        <reference anchor="RFC5462">
          <front>
            <title>Multiprotocol Label Switching (MPLS) Label Stack Entry: "EXP" Field Renamed to "Traffic Class" Field</title>
            <author fullname="L. Andersson" initials="L." surname="Andersson"/>
            <author fullname="R. Asati" initials="R." surname="Asati"/>
            <date month="February" year="2009"/>
            <abstract>
              <t>The early Multiprotocol Label Switching (MPLS) documents defined the form of the MPLS label stack entry. This includes a three-bit field called the "EXP field". The exact use of this field was not defined by these documents, except to state that it was to be "reserved for experimental use".</t>
              <t>Although the intended use of the EXP field was as a "Class of Service" (CoS) field, it was not named a CoS field by these early documents because the use of such a CoS field was not considered to be sufficiently defined. Today a number of standards documents define its usage as a CoS field.</t>
              <t>To avoid misunderstanding about how this field may be used, it has become increasingly necessary to rename this field. This document changes the name of the field to the "Traffic Class field" ("TC field"). In doing so, it also updates documents that define the current use of the EXP field. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5462"/>
          <seriesInfo name="DOI" value="10.17487/RFC5462"/>
        </reference>
        <reference anchor="RFC6991">
          <front>
            <title>Common YANG Data Types</title>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document introduces a collection of common data types to be used with the YANG data modeling language. This document obsoletes RFC 6021.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6991"/>
          <seriesInfo name="DOI" value="10.17487/RFC6991"/>
        </reference>
        <reference anchor="RFC8294">
          <front>
            <title>Common YANG Data Types for the Routing Area</title>
            <author fullname="X. Liu" initials="X." surname="Liu"/>
            <author fullname="Y. Qu" initials="Y." surname="Qu"/>
            <author fullname="A. Lindem" initials="A." surname="Lindem"/>
            <author fullname="C. Hopps" initials="C." surname="Hopps"/>
            <author fullname="L. Berger" initials="L." surname="Berger"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>This document defines a collection of common data types using the YANG data modeling language. These derived common types are designed to be imported by other modules defined in the routing area.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8294"/>
          <seriesInfo name="DOI" value="10.17487/RFC8294"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="RFC6242">
          <front>
            <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem. This document obsoletes RFC 4742. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6242"/>
          <seriesInfo name="DOI" value="10.17487/RFC6242"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IANA-YANG-PARAMETERS" target="https://www.iana.org/assignments/yang-parameters">
          <front>
            <title>YANG Parameters</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-ICMPv4" target="https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml">
          <front>
            <title>ICMP Type Numbers</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-ICMPv6" target="https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml">
          <front>
            <title>ICMPv6 type Numbers</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-IPv6" target="https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml">
          <front>
            <title>IPv6 Extension Header Types</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA_ICMPv4_YANG_URL" target="https://www.iana.org/assignments/icmpv6-parameters/iana-icmpv6-types.xhtml">
          <front>
            <title>iana-icmpv6-types YANG Module</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA_ICMPv6_YANG_URL" target="https://www.iana.org/assignments/icmp-parameters/iana-ipv6-ext-types.xhtml">
          <front>
            <title>iana-icmpv4-types YANG Module</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA_IPV6_YANG_URL" target="https://www.iana.org/assignments/ipv6-parameters/iana-icmpv6-types.xhtml">
          <front>
            <title>iana-ipv6-ext-types YANG Module</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IEEE-802-1ah" target="https://standards.ieee.org/standard/802_1ah-2008.html">
          <front>
            <title>IEEE Standard for Local and metropolitan area networks -- Virtual Bridged Local Area Networks Amendment 7: Provider Backbone Bridges</title>
            <author initials="" surname="IEEE" fullname="IEEE">
              <organization/>
            </author>
            <date year="2008" month="August"/>
          </front>
        </reference>
        <reference anchor="IEEE802.1Qcp" target="https://doi.org/10.1109/IEEESTD.2018.8467507">
          <front>
            <title>IEEE Standard for Local and metropolitan area networks--Bridges and Bridged Networks--Amendment 30: YANG Data Model</title>
            <author initials="" surname="IEEE" fullname="IEEE">
              <organization/>
            </author>
            <date year="2018" month="September"/>
          </front>
        </reference>
        <reference anchor="RFC9132">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Specification</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document specifies the Distributed Denial-of-Service Open Threat Signaling (DOTS) signal channel, a protocol for signaling the need for protection against Distributed Denial-of-Service (DDoS) attacks to a server capable of enabling network traffic mitigation on behalf of the requesting client.</t>
              <t>A companion document defines the DOTS data channel, a separate reliable communication layer for DOTS management and configuration purposes.</t>
              <t>This document obsoletes RFC 8782.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9132"/>
          <seriesInfo name="DOI" value="10.17487/RFC9132"/>
        </reference>
        <reference anchor="RFC8955">
          <front>
            <title>Dissemination of Flow Specification Rules</title>
            <author fullname="C. Loibl" initials="C." surname="Loibl"/>
            <author fullname="S. Hares" initials="S." surname="Hares"/>
            <author fullname="R. Raszuk" initials="R." surname="Raszuk"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="M. Bacher" initials="M." surname="Bacher"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>This document defines a Border Gateway Protocol Network Layer Reachability Information (BGP NLRI) encoding format that can be used to distribute (intra-domain and inter-domain) traffic Flow Specifications for IPv4 unicast and IPv4 BGP/MPLS VPN services. This allows the routing system to propagate information regarding more specific components of the traffic aggregate defined by an IP destination prefix.</t>
              <t>It also specifies BGP Extended Community encoding formats, which can be used to propagate Traffic Filtering Actions along with the Flow Specification NLRI. Those Traffic Filtering Actions encode actions a routing system can take if the packet matches the Flow Specification.</t>
              <t>This document obsoletes both RFC 5575 and RFC 7674.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8955"/>
          <seriesInfo name="DOI" value="10.17487/RFC8955"/>
        </reference>
        <reference anchor="I-D.ietf-netmod-rfc8407bis">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="Andy Bierman" initials="A." surname="Bierman">
              <organization>YumaWorks</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="21" month="October" year="2024"/>
            <abstract>
              <t>   This memo provides guidelines for authors and reviewers of
   specifications containing YANG modules, including IANA-maintained
   modules.  Recommendations and procedures are defined, which are
   intended to increase interoperability and usability of Network
   Configuration Protocol (NETCONF) and RESTCONF protocol
   implementations that utilize YANG modules.  This document obsoletes
   RFC 8407.

   Also, this document updates RFC 8126 by providing additional
   guidelines for writing the IANA considerations for RFCs that specify
   IANA-maintained modules.  The document also updates RFC 6020 by
   clarifying how modules and their revisions are handled by IANA.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-19"/>
        </reference>
        <reference anchor="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC7209">
          <front>
            <title>Requirements for Ethernet VPN (EVPN)</title>
            <author fullname="A. Sajassi" initials="A." surname="Sajassi"/>
            <author fullname="R. Aggarwal" initials="R." surname="Aggarwal"/>
            <author fullname="J. Uttaro" initials="J." surname="Uttaro"/>
            <author fullname="N. Bitar" initials="N." surname="Bitar"/>
            <author fullname="W. Henderickx" initials="W." surname="Henderickx"/>
            <author fullname="A. Isaac" initials="A." surname="Isaac"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The widespread adoption of Ethernet L2VPN services and the advent of new applications for the technology (e.g., data center interconnect) have culminated in a new set of requirements that are not readily addressable by the current Virtual Private LAN Service (VPLS) solution. In particular, multihoming with all-active forwarding is not supported, and there's no existing solution to leverage Multipoint-to-Multipoint (MP2MP) Label Switched Paths (LSPs) for optimizing the delivery of multi-destination frames. Furthermore, the provisioning of VPLS, even in the context of BGP-based auto-discovery, requires network operators to specify various network parameters on top of the access configuration. This document specifies the requirements for an Ethernet VPN (EVPN) solution, which addresses the above issues.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7209"/>
          <seriesInfo name="DOI" value="10.17487/RFC7209"/>
        </reference>
        <reference anchor="RFC2780">
          <front>
            <title>IANA Allocation Guidelines For Values In the Internet Protocol and Related Headers</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <author fullname="V. Paxson" initials="V." surname="Paxson"/>
            <date month="March" year="2000"/>
            <abstract>
              <t>This memo provides guidance for the IANA to use in assigning parameters for fields in the IPv4, IPv6, ICMP, UDP and TCP protocol headers. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="37"/>
          <seriesInfo name="RFC" value="2780"/>
          <seriesInfo name="DOI" value="10.17487/RFC2780"/>
        </reference>
        <reference anchor="RFC5237">
          <front>
            <title>IANA Allocation Guidelines for the Protocol Field</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="February" year="2008"/>
            <abstract>
              <t>This document revises the IANA guidelines for allocating new Protocol field values in IPv4 header. It modifies the rules specified in RFC 2780 by removing the Expert Review option. The change will also affect the allocation of Next Header field values in IPv6. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="37"/>
          <seriesInfo name="RFC" value="5237"/>
          <seriesInfo name="DOI" value="10.17487/RFC5237"/>
        </reference>
        <reference anchor="RFC7045">
          <front>
            <title>Transmission and Processing of IPv6 Extension Headers</title>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
            <author fullname="S. Jiang" initials="S." surname="Jiang"/>
            <date month="December" year="2013"/>
            <abstract>
              <t>Various IPv6 extension headers have been standardised since the IPv6 standard was first published. This document updates RFC 2460 to clarify how intermediate nodes should deal with such extension headers and with any that are defined in the future. It also specifies how extension headers should be registered by IANA, with a corresponding minor update to RFC 2780.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7045"/>
          <seriesInfo name="DOI" value="10.17487/RFC7045"/>
        </reference>
      </references>
    </references>
    <?line 1953?>

<section anchor="icmpv4-types">
      <name>ICMPv4 Types</name>
      <section anchor="template">
        <name>XSLT Template to Generate The ICMPv4 Types IANA-Maintained Module</name>
        <sourcecode markers="true"><![CDATA[

<?xml version="1.0" encoding="utf-8"?>
<stylesheet
    xmlns="http://www.w3.org/1999/XSL/Transform"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:iana="http://www.iana.org/assignments"
    xmlns:yin="urn:ietf:params:xml:ns:yang:yin:1"
    version="1.0">
  <import href="../../../xslt/iana-yinx.xsl"/>
  <output method="xml" encoding="utf-8"/>
  <strip-space elements="*"/>

  <template match="iana:registry[@id='icmp-parameters-types']">
    <element name="yin:typedef">
      <attribute name="name">icmpv4-type-name</attribute>
      <element name="yin:type">
        <attribute name="name">enumeration</attribute>
        <apply-templates
          select="iana:record[not(iana:description = 'Unassigned' or
                    starts-with(iana:description, 'Reserved') or 
                    starts-with(iana:description, 'RFC3692')) or 
                    contains(iana:description, 'experimental')]"/>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This enumeration type defines mnemonic names and
          corresponding numeric values of ICMPv4 types.
        </element>
      </element>
      <element name="yin:reference">
        <element name="yin:text">
          RFC 2708: IANA Allocation Guidelines For Values In
                    the Internet Protocol and Related Headers
        </element>
      </element>
    </element>
    <element name="yin:typedef">
      <attribute name="name">icmpv4-type</attribute>
      <element name="yin:type">
        <attribute name="name">union</attribute>
        <element name="yin:type">
          <attribute name="name">uint8</attribute>
        </element>
        <element name="yin:type">
          <attribute name="name">icmpv4-type-name</attribute>
        </element>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This type allows reference to an ICMPv4 type using either
          the assigned mnemonic name or numeric value.
        </element>
      </element>
    </element>
  </template>

  <template match="iana:record">
    <call-template name="enum">
      <with-param name="id">
        <choose>
          <when test="contains(iana:description, '(Deprecated)')">
            <value-of select="translate(normalize-space( 
                  substring-before(iana:description, 
                  '(Deprecated)')),' ','')"/>
          </when>
          <otherwise>
            <value-of select="translate(normalize-space
                    (iana:description),' ','')"/>
          </otherwise>
        </choose>
      </with-param>
      <with-param name="deprecated"
                  select="contains(iana:description, 
                  '(Deprecated)')"/>
    </call-template>
  </template>

</stylesheet>

]]></sourcecode>
      </section>
      <section anchor="iana-icmp">
        <name>Initial Version of the ICMPv4 Types IANA-Maintained Module</name>
        <sourcecode markers="true" name="iana-icmpv4-types@2020-09-25.yang"><![CDATA[

module iana-icmpv4-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:iana-icmpv4-types";
  prefix iana-icmpv4-types;

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094
     

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>";

  description
    "This YANG module translates IANA registry 'ICMP Type Numbers' to
     YANG derived types.

     Copyright (c) 2020 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).

     The initial version of this YANG module is part of RFC XXXX;
     see the RFC itself for full legal notices.

     This version of this YANG module was generated from the
     corresponding IANA registry using an XSLT stylesheet from the
     'iana-yang' project (https://github.com/llhotka/iana-yang).";

  reference
    "Internet Control Message Protocol (ICMP) Parameters
     (https://www.iana.org/assignments/icmp-parameters/)";

  revision 2020-09-25 {
    description
      "Current revision as of the revision date specified in the XML
       representation of the registry page.";
    reference
      "https://www.iana.org/assignments/icmp-parameters/
       icmp-parameters.xml";
  }

  /* Typedefs */

  typedef icmpv4-type-name {
    type enumeration {
      enum EchoReply {
        value 0;
        description
          "Echo Reply";
        reference
          "RFC 792";
      }
      enum DestinationUnreachable {
        value 3;
        description
          "Destination Unreachable";
        reference
          "RFC 792";
      }
      enum SourceQuench {
        value 4;
        status deprecated;
        description
          "Source Quench (Deprecated)";
        reference
          "- RFC 792
           - RFC 6633";
      }
      enum Redirect {
        value 5;
        description
          "Redirect";
        reference
          "RFC 792";
      }
      enum AlternateHostAddress {
        value 6;
        status deprecated;
        description
          "Alternate Host Address (Deprecated)";
        reference
          "RFC 6918";
      }
      enum Echo {
        value 8;
        description
          "Echo";
        reference
          "RFC 792";
      }
      enum RouterAdvertisement {
        value 9;
        description
          "Router Advertisement";
        reference
          "RFC 1256";
      }
      enum RouterSolicitation {
        value 10;
        description
          "Router Solicitation";
        reference
          "RFC 1256";
      }
      enum TimeExceeded {
        value 11;
        description
          "Time Exceeded";
        reference
          "RFC 792";
      }
      enum ParameterProblem {
        value 12;
        description
          "Parameter Problem";
        reference
          "RFC 792";
      }
      enum Timestamp {
        value 13;
        description
          "Timestamp";
        reference
          "RFC 792";
      }
      enum TimestampReply {
        value 14;
        description
          "Timestamp Reply";
        reference
          "RFC 792";
      }
      enum InformationRequest {
        value 15;
        status deprecated;
        description
          "Information Request (Deprecated)";
        reference
          "- RFC 792
           - RFC 6918";
      }
      enum InformationReply {
        value 16;
        status deprecated;
        description
          "Information Reply (Deprecated)";
        reference
          "- RFC 792
           - RFC 6918";
      }
      enum AddressMaskRequest {
        value 17;
        status deprecated;
        description
          "Address Mask Request (Deprecated)";
        reference
          "- RFC 950
           - RFC 6918";
      }
      enum AddressMaskReply {
        value 18;
        status deprecated;
        description
          "Address Mask Reply (Deprecated)";
        reference
          "- RFC 950
           - RFC 6918";
      }
      enum Traceroute {
        value 30;
        status deprecated;
        description
          "Traceroute (Deprecated)";
        reference
          "- RFC 1393
           - RFC 6918";
      }
      enum DatagramConversionError {
        value 31;
        status deprecated;
        description
          "Datagram Conversion Error (Deprecated)";
        reference
          "- RFC 1475
           - RFC 6918";
      }
      enum MobileHostRedirect {
        value 32;
        status deprecated;
        description
          "Mobile Host Redirect (Deprecated)";
        reference
          "- David Johnson <>
           - RFC 6918";
      }
      enum IPv6Where-Are-You {
        value 33;
        status deprecated;
        description
          "IPv6 Where-Are-You (Deprecated)";
        reference
          "- Bill Simpson <mailto:Bill.Simpson&um.cc.umich.edu>
           - RFC 6918";
      }
      enum IPv6I-Am-Here {
        value 34;
        status deprecated;
        description
          "IPv6 I-Am-Here (Deprecated)";
        reference
          "- Bill Simpson <mailto:Bill.Simpson&um.cc.umich.edu>
           - RFC 6918";
      }
      enum MobileRegistrationRequest {
        value 35;
        status deprecated;
        description
          "Mobile Registration Request (Deprecated)";
        reference
          "- Bill Simpson <mailto:Bill.Simpson&um.cc.umich.edu>
           - RFC 6918";
      }
      enum MobileRegistrationReply {
        value 36;
        status deprecated;
        description
          "Mobile Registration Reply (Deprecated)";
        reference
          "- Bill Simpson <mailto:Bill.Simpson&um.cc.umich.edu>
           - RFC 6918";
      }
      enum DomainNameRequest {
        value 37;
        status deprecated;
        description
          "Domain Name Request (Deprecated)";
        reference
          "- RFC 1788
           - RFC 6918";
      }
      enum DomainNameReply {
        value 38;
        status deprecated;
        description
          "Domain Name Reply (Deprecated)";
        reference
          "- RFC 1788
           - RFC 6918";
      }
      enum SKIP {
        value 39;
        status deprecated;
        description
          "SKIP (Deprecated)";
        reference
          "- Tom Markson <mailto:markson&osmosys.incog.com>
           - RFC 6918";
      }
      enum Photuris {
        value 40;
        description
          "Photuris";
        reference
          "RFC 2521";
      }
      enum \
ICMPmessagesutilizedbyexperimentalmobilityprotocolssuchasSeamoby {
        value 41;
        description
          "ICMP messages utilized by experimental mobility protocols
           such as Seamoby";
        reference
          "RFC 4065";
      }
      enum ExtendedEchoRequest {
        value 42;
        description
          "Extended Echo Request";
        reference
          "RFC 8335";
      }
      enum ExtendedEchoReply {
        value 43;
        description
          "Extended Echo Reply";
        reference
          "RFC 8335";
      }
    }
    description
      "This enumeration type defines mnemonic names and corresponding
       numeric values of ICMPv4 types.";
    reference
      "RFC 2708: IANA Allocation Guidelines For Values In the
       Internet Protocol and Related Headers";
  }

  typedef icmpv4-type {
    type union {
      type uint8;
      type icmpv4-type-name;
    }
    description
      "This type allows reference to an ICMPv4 type using either the
       assigned mnemonic name or numeric value.";
  }
}

]]></sourcecode>
      </section>
    </section>
    <section anchor="icmpv6-types">
      <name>ICMPv6 Types</name>
      <section anchor="v6-template">
        <name>XSLT Template to Generate the ICMPv6 Types IANA-Maintained Module</name>
        <sourcecode markers="true"><![CDATA[

<?xml version="1.0" encoding="utf-8"?>
<stylesheet
    xmlns="http://www.w3.org/1999/XSL/Transform"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:iana="http://www.iana.org/assignments"
    xmlns:yin="urn:ietf:params:xml:ns:yang:yin:1"
    version="1.0">
  <import href="../../../xslt/iana-yinx.xsl"/>
  <output method="xml" encoding="utf-8"/>
  <strip-space elements="*"/>

  <template match="iana:registry[@id='icmpv6-parameters-2']">
    <element name="yin:typedef">
      <attribute name="name">icmpv6-type-name</attribute>
      <element name="yin:type">
        <attribute name="name">enumeration</attribute>
        <apply-templates
           select="iana:record[not(iana:name = 'Unassigned' or
                    starts-with(iana:name, 'Reserved') or 
                    starts-with(iana:name, 'Private'))]"/>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This enumeration type defines mnemonic names and
          corresponding numeric values of ICMPv6 types.
        </element>
      </element>
      <element name="yin:reference">
        <element name="yin:text">
          RFC 2708: IANA Allocation Guidelines For Values In
                    the Internet Protocol and Related Headers
        </element>
      </element>
    </element>
    <element name="yin:typedef">
      <attribute name="name">icmpv6-type</attribute>
      <element name="yin:type">
        <attribute name="name">union</attribute>
        <element name="yin:type">
          <attribute name="name">uint8</attribute>
        </element>
        <element name="yin:type">
          <attribute name="name">icmpv6-type-name</attribute>
        </element>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This type allows reference to an ICMPv6 type using either
          the assigned mnemonic name or numeric value.
        </element>
      </element>
    </element>
  </template>

  <template match="iana:record">
    <call-template name="enum">
      <with-param name="id">
        <choose>
          <when test="contains(iana:name, '(Deprecated)')">
            <value-of select="translate(normalize-space(
                   substring-before(iana:name,  
                  '(Deprecated)')),' ','')"/>
          </when>
          <otherwise>
            <value-of select="translate(\
                    normalize-space(iana:name),' ','')"/>
          </otherwise>
        </choose>
      </with-param>
      <with-param name="description">
        <value-of select="concat(iana:name, '.')"/>
      </with-param>
      <with-param name="deprecated"
                  select="contains(iana:name, 
                 '(Deprecated)')"/>
    </call-template>
  </template>

</stylesheet>

]]></sourcecode>
      </section>
      <section anchor="iana-icmpv6">
        <name>Initial Version of the ICMPv6 Types IANA-Maintained Module</name>
        <sourcecode markers="true" name="iana-icmpv6-types@2023-04-28.yang"><![CDATA[

module iana-icmpv6-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:iana-icmpv6-types";
  prefix iana-icmpv6-types;

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094
     

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>";

  description
    "This YANG module translates IANA registry 'ICMPv6 \"type\"
     Numbers' to YANG derived types.

     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).

     The initial version of this YANG module is part of RFC XXXX;
     see the RFC itself for full legal notices.

     This version of this YANG module was generated from the
     corresponding IANA registry using an XSLT stylesheet from the
     'iana-yang' project (https://github.com/llhotka/iana-yang).";

  reference
    "Internet Control Message Protocol version 6 (ICMPv6) Parameters
     (https://www.iana.org/assignments/icmpv6-parameters/)";

  revision 2023-04-28 {
    description
      "Current revision as of the revision date specified in the XML
       representation of the registry page.";
    reference
      "https://www.iana.org/assignments/icmpv6-parameters
       /icmpv6-parameters.xml";
  }

  /* Typedefs */

  typedef icmpv6-type-name {
    type enumeration {
      enum DestinationUnreachable {
        value 1;
        description
          "Destination Unreachable.";
        reference
          "RFC 4443";
      }
      enum PacketTooBig {
        value 2;
        description
          "Packet Too Big.";
        reference
          "RFC 4443";
      }
      enum TimeExceeded {
        value 3;
        description
          "Time Exceeded.";
        reference
          "RFC 4443";
      }
      enum ParameterProblem {
        value 4;
        description
          "Parameter Problem.";
        reference
          "RFC 4443";
      }
      enum EchoRequest {
        value 128;
        description
          "Echo Request.";
        reference
          "RFC 4443";
      }
      enum EchoReply {
        value 129;
        description
          "Echo Reply.";
        reference
          "RFC 4443";
      }
      enum MulticastListenerQuery {
        value 130;
        description
          "Multicast Listener Query.";
        reference
          "RFC 2710";
      }
      enum MulticastListenerReport {
        value 131;
        description
          "Multicast Listener Report.";
        reference
          "RFC 2710";
      }
      enum MulticastListenerDone {
        value 132;
        description
          "Multicast Listener Done.";
        reference
          "RFC 2710";
      }
      enum RouterSolicitation {
        value 133;
        description
          "Router Solicitation.";
        reference
          "RFC 4861";
      }
      enum RouterAdvertisement {
        value 134;
        description
          "Router Advertisement.";
        reference
          "RFC 4861";
      }
      enum NeighborSolicitation {
        value 135;
        description
          "Neighbor Solicitation.";
        reference
          "RFC 4861";
      }
      enum NeighborAdvertisement {
        value 136;
        description
          "Neighbor Advertisement.";
        reference
          "RFC 4861";
      }
      enum RedirectMessage {
        value 137;
        description
          "Redirect Message.";
        reference
          "RFC 4861";
      }
      enum RouterRenumbering {
        value 138;
        description
          "Router Renumbering.";
        reference
          "RFC 2894";
      }
      enum ICMPNodeInformationQuery {
        value 139;
        description
          "ICMP Node Information Query.";
        reference
          "RFC 4620";
      }
      enum ICMPNodeInformationResponse {
        value 140;
        description
          "ICMP Node Information Response.";
        reference
          "RFC 4620";
      }
      enum InverseNeighborDiscoverySolicitationMessage {
        value 141;
        description
          "Inverse Neighbor Discovery Solicitation Message.";
        reference
          "RFC 3122";
      }
      enum InverseNeighborDiscoveryAdvertisementMessage {
        value 142;
        description
          "Inverse Neighbor Discovery Advertisement Message.";
        reference
          "RFC 3122";
      }
      enum Version2MulticastListenerReport {
        value 143;
        description
          "Version 2 Multicast Listener Report.";
        reference
          "RFC 3810";
      }
      enum HomeAgentAddressDiscoveryRequestMessage {
        value 144;
        description
          "Home Agent Address Discovery Request Message.";
        reference
          "RFC 6275";
      }
      enum HomeAgentAddressDiscoveryReplyMessage {
        value 145;
        description
          "Home Agent Address Discovery Reply Message.";
        reference
          "RFC 6275";
      }
      enum MobilePrefixSolicitation {
        value 146;
        description
          "Mobile Prefix Solicitation.";
        reference
          "RFC 6275";
      }
      enum MobilePrefixAdvertisement {
        value 147;
        description
          "Mobile Prefix Advertisement.";
        reference
          "RFC 6275";
      }
      enum CertificationPathSolicitationMessage {
        value 148;
        description
          "Certification Path Solicitation Message.";
        reference
          "RFC 3971";
      }
      enum CertificationPathAdvertisementMessage {
        value 149;
        description
          "Certification Path Advertisement Message.";
        reference
          "RFC 3971";
      }
      enum \
ICMPmessagesutilizedbyexperimentalmobilityprotocolssuchasSeamoby {
        value 150;
        description
          "ICMP messages utilized by experimental mobility protocols
           such as Seamoby.";
        reference
          "RFC 4065";
      }
      enum MulticastRouterAdvertisement {
        value 151;
        description
          "Multicast Router Advertisement.";
        reference
          "RFC 4286";
      }
      enum MulticastRouterSolicitation {
        value 152;
        description
          "Multicast Router Solicitation.";
        reference
          "RFC 4286";
      }
      enum MulticastRouterTermination {
        value 153;
        description
          "Multicast Router Termination.";
        reference
          "RFC 4286";
      }
      enum FMIPv6Messages {
        value 154;
        description
          "FMIPv6 Messages.";
        reference
          "RFC 5568";
      }
      enum RPLControlMessage {
        value 155;
        description
          "RPL Control Message.";
        reference
          "RFC 6550";
      }
      enum ILNPv6LocatorUpdateMessage {
        value 156;
        description
          "ILNPv6 Locator Update Message.";
        reference
          "RFC 6743";
      }
      enum DuplicateAddressRequest {
        value 157;
        description
          "Duplicate Address Request.";
        reference
          "RFC 6775";
      }
      enum DuplicateAddressConfirmation {
        value 158;
        description
          "Duplicate Address Confirmation.";
        reference
          "RFC 6775";
      }
      enum MPLControlMessage {
        value 159;
        description
          "MPL Control Message.";
        reference
          "RFC 7731";
      }
      enum ExtendedEchoRequest {
        value 160;
        description
          "Extended Echo Request.";
        reference
          "RFC 8335";
      }
      enum ExtendedEchoReply {
        value 161;
        description
          "Extended Echo Reply.";
        reference
          "RFC 8335";
      }
    }
    description
      "This enumeration type defines mnemonic names and corresponding
       numeric values of ICMPv6 types.";
    reference
      "RFC 2708: IANA Allocation Guidelines For Values In the
       Internet Protocol and Related Headers";
  }

  typedef icmpv6-type {
    type union {
      type uint8;
      type icmpv6-type-name;
    }
    description
      "This type allows reference to an ICMPv6 type using either the
       assigned mnemonic name or numeric value.";
  }
}

]]></sourcecode>
      </section>
    </section>
    <section anchor="ipv6-extension-header-types">
      <name>IPv6 Extension Header Types</name>
      <section anchor="iana-ipv6-ext-template">
        <name>XSLT Template to Generate The IPv6 Extension Header Types IANA-Maintained Module</name>
        <sourcecode markers="true"><![CDATA[

<?xml version="1.0" encoding="utf-8"?>
<stylesheet
    xmlns="http://www.w3.org/1999/XSL/Transform"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:iana="http://www.iana.org/assignments"
    xmlns:yin="urn:ietf:params:xml:ns:yang:yin:1"
    version="1.0">
  <import href="../../../xslt/iana-yinx.xsl"/>
  <output method="xml" encoding="utf-8"/>
  <strip-space elements="*"/>

  <template match="iana:registry[@id='extension-header']">
    <element name="yin:typedef">
      <attribute name="name">
        ipv6-extension-header-type-name
      </attribute>
      <element name="yin:type">
        <attribute name="name">enumeration</attribute>
        <apply-templates
         select="iana:record[not(iana:description = 'Unassigned' or
                    starts-with(iana:description, 'Reserved') or 
                    starts-with(iana:description, 
                    'Use for experimentation and testing')) or 
                    contains(iana:description, 'experimental')]"/>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This enumeration type defines mnemonic names and
          corresponding numeric values of IPv6 Extension header
          types.
        </element>
      </element>
      <element name="yin:reference">
        <element name="yin:text">
          RFC 2708: IANA Allocation Guidelines For Values In
                    the Internet Protocol and Related Headers
        </element>
      </element>
    </element>
    <element name="yin:typedef">
      <attribute name="name">
        ipv6-extension-header-type
      </attribute>
      <element name="yin:type">
        <attribute name="name">union</attribute>
        <element name="yin:type">
          <attribute name="name">uint8</attribute>
        </element>
        <element name="yin:type">
          <attribute name="name">
            ipv6-extension-header-type-name
          </attribute>
        </element>
      </element>
      <element name="yin:description">
        <element name="yin:text">
          This type allows reference to an IPv6 Extension
          header type using either the assigned mnemonic
          name or the numeric protocol number value.
        </element>
      </element>
    </element>
  </template>

  <template match="iana:record">
    <call-template name="enum">
      <with-param name="id">
        <choose>
          <when test="contains(iana:description, 
                  '(Deprecated)')">
            <value-of select="translate(normalize-space(
                    substring-before(iana:description, 
                  '(Deprecated)')),' ','')"/>
          </when>
          <otherwise>
            <value-of select="translate(\
                normalize-space(iana:description),' ','')"/>
          </otherwise>
        </choose>
      </with-param>
      <with-param name="deprecated"
                  select="contains(iana:description, 
                  '(Deprecated)')"/>
    </call-template>
  </template>

</stylesheet>

]]></sourcecode>
      </section>
      <section anchor="iana-ipv6-ext">
        <name>Initial Version of The IPv6 Extension Header Types IANA-Maintained Module</name>
        <sourcecode markers="true" name="iana-ipv6-ext-types@2023-09-29.yang"><![CDATA[

module iana-ipv6-ext-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:iana-ipv6-ext-types";
  prefix iana-ipv6-ext-types;

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094
     

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>";

  description
    "This YANG module translates IANA registry 'IPv6 Extension Header
     Types' to YANG derived types.

     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 was generated from the
     corresponding IANA registry using an XSLT stylesheet from the
     'iana-yang' project (https://github.com/llhotka/iana-yang).";

  reference
    "Internet Protocol Version 6 (IPv6) Parameters
     (https://www.iana.org/assignments/ipv6-parameters/)";

  revision 2023-09-29 {
    description
      "Current revision as of the revision date specified in the XML
       representation of the registry page.";
    reference
      "https://www.iana.org/assignments/ipv6-parameters
       /ipv6-parameters.xml";
  }

  /* Typedefs */

  typedef ipv6-extension-header-type-name {
    type enumeration {
      enum IPv6Hop-by-HopOption {
        value 0;
        description
          "IPv6 Hop-by-Hop Option";
        reference
          "RFC 8200";
      }
      enum RoutingHeaderforIPv6 {
        value 43;
        description
          "Routing Header for IPv6";
        reference
          "- RFC 8200
           - RFC 5095";
      }
      enum FragmentHeaderforIPv6 {
        value 44;
        description
          "Fragment Header for IPv6";
        reference
          "RFC 8200";
      }
      enum EncapsulatingSecurityPayload {
        value 50;
        description
          "Encapsulating Security Payload";
        reference
          "RFC 4303";
      }
      enum AuthenticationHeader {
        value 51;
        description
          "Authentication Header";
        reference
          "RFC 4302";
      }
      enum DestinationOptionsforIPv6 {
        value 60;
        description
          "Destination Options for IPv6";
        reference
          "RFC 8200";
      }
      enum MobilityHeader {
        value 135;
        description
          "Mobility Header";
        reference
          "RFC 6275";
      }
      enum HostIdentityProtocol {
        value 139;
        description
          "Host Identity Protocol";
        reference
          "RFC 7401";
      }
      enum Shim6Protocol {
        value 140;
        description
          "Shim6 Protocol";
        reference
          "RFC 5533";
      }
    }
    description
      "This enumeration type defines mnemonic names and 
       corresponding numeric values of IPv6 Extension header
       types.";
    reference
      "RFC 2708: IANA Allocation Guidelines For Values In the
       Internet Protocol and Related Headers";
  }

  typedef ipv6-extension-header-type {
    type union {
      type uint8;
      type ipv6-extension-header-type-name;
    }
    description
      "This type allows reference to an IPv6 Extension header 
       type using either the assigned mnemonic name or the 
       numeric protocol number value.";
  }
}

]]></sourcecode>
      </section>
    </section>
    <section anchor="ps">
      <name>Problem Statement &amp; Gap Analysis</name>
      <section anchor="ps-sets">
        <name>Suboptimal Configuration: Lack of Support for Lists of Prefixes</name>
        <t>IP prefix-related data nodes, e.g., "destination-ipv4-network" or
   "destination-ipv6-network", do not support handling a list of IP
   prefixes, which may then lead to having to support large numbers of ACL entries in a configuration file.</t>
        <t>The same issue is encountered when ACLs have to be in place to mitigate DDoS
attacks that involve a set of sources (e.g., <xref target="RFC9132"/>). The situation is even worse when both a list of sources
and destination prefixes are involved in the filtering.</t>
        <t><xref target="example"/> shows an example of the required ACL configuration for filtering traffic from two prefixes.</t>
        <figure anchor="example">
          <name>Example Illustrating Sub-optimal Use of the ACL Model with a Prefix List (Message Body)</name>
          <artwork><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "first-prefix",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "my-test-ace",
              "matches": {
                "ipv6": {
                  "destination-ipv6-network":
                    "2001:db8:6401:1::/64",
                  "source-ipv6-network":
                    "2001:db8:1234::/96",
                  "protocol": 17,
                  "flow-label": 10000
                },
                "udp": {
                  "source-port": {
                    "operator": "lte",
                    "port": 80
                  },
                  "destination-port": {
                    "operator": "neq",
                    "port": 1010
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      },
      {
        "name": "second-prefix",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "my-test-ace",
              "matches": {
                "ipv6": {
                  "destination-ipv6-network":
                    "2001:db8:6401:c::/64",
                  "source-ipv6-network":
                    "2001:db8:1234::/96",
                  "protocol": 17,
                  "flow-label": 10000
                },
                "udp": {
                  "source-port": {
                    "operator": "lte",
                    "port": 80
                  },
                  "destination-port": {
                    "operator": "neq",
                    "port": 1010
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></artwork>
        </figure>
        <t>Such a configuration is suboptimal for both:</t>
        <ul spacing="normal">
          <li>
            <t>Network controllers that need to manipulate large files. All or a
subset for this configuration will need to be passed to the
underlying network devices.</t>
          </li>
          <li>
            <t>Devices may receive such a configuration and thus will need to
maintain it locally.</t>
          </li>
        </ul>
      </section>
      <section anchor="manageability-impossibility-to-use-aliases-or-defined-sets">
        <name>Manageability: Impossibility to Use Aliases or Defined Sets</name>
        <t>The same approach as the one discussed for IP prefixes can be generalized by introducing the concept of "aliases" or "defined sets".</t>
        <t>The defined sets are reusable definitions across several ACLs. Each category is modeled in YANG as a list of parameters related to the class it represents. The following sets can be considered:</t>
        <dl>
          <dt>Prefix sets:</dt>
          <dd>
            <t>Used to create lists of IPv4 or IPv6 prefixes.</t>
          </dd>
          <dt>Protocol sets:</dt>
          <dd>
            <t>Used to create a list of protocols.</t>
          </dd>
          <dt>Port number sets:</dt>
          <dd>
            <t>Used to create lists of TCP or UDP port values
   (or any other transport protocol that makes uses of port numbers).
   The identity of the protocols is identified by the protocol set, if
   present.  Otherwise, a set applies to any protocol.</t>
          </dd>
          <dt>ICMP sets:</dt>
          <dd>
            <t>Uses to create lists of ICMP-based filters. This applies only when the protocol is set to ICMP or ICMPv6.</t>
          </dd>
        </dl>
        <t>Aliases may also be considered to manage resources that are identified by a combination of various parameters (e.g., prefix, protocol, port number, FQDN, or VLAN IDs).
Note that some aliases can be provided by decomposing them into separate sets.</t>
      </section>
      <section anchor="bind-acls-to-devices-not-only-interfaces">
        <name>Bind ACLs to Devices, Not Only Interfaces</name>
        <t>In the context of network management, an ACL may be enforced in many
   network locations.  As such, the ACL module should allow for binding an
   ACL to multiple devices, not only (abstract) interfaces.</t>
        <t>The ACL name must, thus, be unique at the scale of the network, but the same name may be used in many devices when enforcing node-specific ACLs.</t>
      </section>
      <section anchor="ps-frag">
        <name>Partial or Lack of IPv4/IPv6 Fragment Handling</name>
        <t><xref target="RFC8519"/> does not support fragment handling for IPv6 but
offers a partial support for IPv4  through the use of 'flags'.  Nevertheless,
the use of 'flags' is problematic since it does not allow a bitmask
to be defined.  For example, setting other bits not covered by the
'flags' filtering clause in a packet will allow that packet to get
through (because it won't match the ACE).</t>
        <t>Defining a new IPv4/IPv6 matching field called 'fragment' is thus required to efficiently handle fragment-related filtering rules.</t>
      </section>
      <section anchor="ps-flags">
        <name>Suboptimal TCP Flags Handling</name>
        <t><xref target="RFC8519"/> supports including flags in the TCP match fields, however
   that structure does not support matching operations as those
   supported in BGP Flow Spec.  Defining this field to be defined as a
   flag bitmask together with a set of operations is meant to
   efficiently handle TCP flags filtering rules.</t>
      </section>
      <section anchor="ps-rate">
        <name>Rate-Limit Action</name>
        <t><xref target="RFC8519"/> specifies that forwarding actions can be 'accept' (i.e., accept matching
   traffic), 'drop' (i.e., drop matching traffic without sending any
   ICMP error message), or 'reject' (i.e., drop matching traffic and send an ICMP error message to the source). However, there are situations where the matching traffic can be accepted, but with a rate-limit policy. This capability is not supported by <xref target="RFC8519"/>.</t>
      </section>
      <section anchor="ps-pf">
        <name>Payload-based Filtering</name>
        <t>Some transport protocols use existing protocols (e.g., TCP or UDP) as substrate. The match criteria for such protocols may rely upon the 'protocol' under 'l3', TCP/UDP match criteria, part of the TCP/UDP payload, or a combination thereof. <xref target="RFC8519"/> does not support matching based on the payload.</t>
        <t>Likewise, the current version of the ACL model does not support filtering of encapsulated traffic.</t>
      </section>
      <section anchor="reuse-the-acls-content-across-several-devices">
        <name>Reuse the ACLs Content Across Several Devices</name>
        <t>Having a global network view of the ACLs is highly valuable for service providers. An ACL could be defined and applied
based on the network topology hierarchy. So, an ACL can be
defined at the network level and, then, that same ACL can be used (or referenced to)
in several devices (including termination points) within the same network.</t>
        <t>This network/device ACLs differentiation introduces several new
requirements, e.g.:</t>
        <ul spacing="normal">
          <li>
            <t>An ACL name can be used at both network and device levels.</t>
          </li>
          <li>
            <t>An ACL content updated at the network level should imply
a transaction that updates the relevant content in all the nodes using this
ACL.</t>
          </li>
          <li>
            <t>ACLs defined at the device level have a local meaning for the specific node.</t>
          </li>
          <li>
            <t>A device can be associated with a router, a VRF, a
logical system, or a virtual node. ACLs can be applied in physical and
logical infrastructure.</t>
          </li>
        </ul>
      </section>
      <section anchor="match-mpls-headers">
        <name>Match MPLS Headers</name>
        <t>The ACLs could be used to create rules to match MPLS fields on a packet. <xref target="RFC8519"/> does not support such function.</t>
      </section>
    </section>
    <section anchor="sec-examples">
      <name>Examples</name>
      <t>This section provides a few examples to illustrate the use of the enhanced ACL module ("ietf-acl-enh").</t>
      <t><xref target="example_4"/> shows an example of the message body of a request to install a filter to discard incoming TCP messages having all flags unset.</t>
      <section anchor="tcp-flags-handling-1">
        <name>TCP Flags Handling</name>
        <figure anchor="example_4">
          <name>Example of an ACL to Deny TCP Null Attack Messages (Request Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "tcp-flags-example",
        "aces": {
          "ace": [
            {
              "name": "null-attack",
              "matches": {
                "tcp": {
                  "ietf-acl-enh:flags-bitmask": {
                    "operator": "not any",
                    "bitmask": 4095
                  }
                }
              },
              "actions": {
                "forwarding": "drop"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="fragments-handling-1">
        <name>Fragments Handling</name>
        <t><xref target="example_2"/> shows the content of a POST request to allow the traffic destined to 198.51.100.0/24 and UDP port number 53, but to drop all fragmented
packets.  The following ACEs are defined (in this order):</t>
        <ul spacing="normal">
          <li>
            <t>"drop-all-fragments" ACE: discards all fragments.</t>
          </li>
          <li>
            <t>"allow-dns-packets" ACE: accepts DNS packets destined to 198.51.100.0/24.</t>
          </li>
        </ul>
        <figure anchor="example_2">
          <name>Example Illustrating Candidate Filtering of IPv4 Fragmented Packets (Message Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "dns-fragments",
        "type": "ipv4-acl-type",
        "aces": {
          "ace": [
            {
              "name": "drop-all-fragments",
              "matches": {
                "ipv4": {
                  "ietf-acl-enh:ipv4-fragment": {
                    "operator": "match",
                    "type": "isf"
                  }
                }
              },
              "actions": {
                "forwarding": "drop"
              }
            },
            {
              "name": "allow-dns-packets",
              "matches": {
                "ipv4": {
                  "destination-ipv4-network": "198.51.100.0/24"
                },
                "udp": {
                  "destination-port": {
                    "operator": "eq",
                    "port": 53
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
        <t><xref target="example_3"/> shows an example of the body of a POST request to allow the traffic destined to 2001:db8::/32 and UDP port number 53, but to drop all fragmented packets. The following ACEs are defined (in this order):</t>
        <ul spacing="normal">
          <li>
            <t>"drop-all-fragments" ACE: discards all fragments (including atomic fragments). That is, IPv6 packets that include a Fragment header (44) are dropped.</t>
          </li>
          <li>
            <t>"allow-dns-packets" ACE: accepts DNS packets destined to 2001:db8::/32.</t>
          </li>
        </ul>
        <figure anchor="example_3">
          <name>An Example Illustrating Filtering of IPv6 Fragmented Packets (Message Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "dns-fragments",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "drop-all-fragments",
              "matches": {
                "ipv6": {
                  "ietf-acl-enh:ipv6-fragment": {
                    "operator": "match",
                    "type": "isf"
                  }
                }
              },
              "actions": {
                "forwarding": "drop"
              }
            },
            {
              "name": "allow-dns-packets",
              "matches": {
                "ipv6": {
                  "destination-ipv6-network": "2001:db8::/32"
                },
                "udp": {
                  "destination-port": {
                    "operator": "eq",
                    "port": 53
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="vlan-filtering-1">
        <name>VLAN Filtering</name>
        <t><xref target="example_7"/> shows an ACL example to illustrate how to apply a VLAN range filter.</t>
        <figure anchor="example_7">
          <name>Example of VLAN Filter (Message Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "VLAN_FILTER",
        "aces": {
          "ace": [
            {
              "name": "1",
              "matches": {
                "ietf-acl-enh:vlan-filter": {
                  "lower-vlan": 10,
                  "upper-vlan": 20
                }
              },
              "actions": {
                "forwarding": "ietf-access-control-list:accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="isid-filtering">
        <name>ISID Filtering</name>
        <t><xref target="example_6"/> shows an ACL example to illustrate the ISID range filtering.</t>
        <figure anchor="example_6">
          <name>Example ISID Filter (Message Body)</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "test",
        "aces": {
          "ace": [
            {
              "name": "1",
              "matches": {
                "ietf-acl-enh:isid-filter": {
                  "lower-isid": 100,
                  "upper-isid": 200
                }
              },
              "actions": {
                "forwarding": "ietf-access-control-list:accept"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="rate-limit">
        <name>Rate-Limit</name>
        <t><xref target="example_5"/> shows an ACL example to rate-limit incoming SYNs during a SYN flood attack.</t>
        <figure anchor="example_5">
          <name>An Example of Rate-Limit Incoming TCP SYNs (Message Body).</name>
          <sourcecode type="json"><![CDATA[
{
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "tcp-flags-example-with-rate-limit",
        "aces": {
          "ace": [
            {
              "name": "rate-limit-syn",
              "matches": {
                "tcp": {
                  "ietf-acl-enh:flags-bitmask": {
                    "operator": "match",
                    "bitmask": 2
                  }
                }
              },
              "actions": {
                "forwarding": "accept",
                "ietf-acl-enh:rate-limit": "20.00"
              }
            }
          ]
        }
      }
    ]
  }
}
]]></sourcecode>
        </figure>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to Jon Shallow and Miguel Cros for the review and comments to the document, including prior to publishing the document.</t>
      <t>Thanks to Qiufang Ma, Victor Lopez, Joe Clarke, and Mahesh Jethanandani for the comments and suggestions.</t>
      <t>Thanks to Lou Berger for Shepherding the document.</t>
      <t>The IANA-maintained modules were generated using an XSLT stylesheet from the 'iana-yang' project (https://github.com/llhotka/iana-yang).</t>
      <t>This work is partially supported by the European Commission under   Horizon 2020 Secured autonomic traffic management for a Tera of SDN
flows (Teraflow) project (grant agreement number 101015857).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
xf8DC2160R6hAQA=

-->

</rfc>
