<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.9 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-opsawg-mud-23" category="std">

  <front>
    <title abbrev="Manufacturer Usage Descriptions">Manufacturer Usage Description Specification</title>

    <author initials="E." surname="Lear" fullname="Eliot Lear">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Richtistrasse 7</street>
          <city>Wallisellen</city>
          <code>CH-8304</code>
          <country>Switzerland</country>
        </postal>
        <phone>+41 44 878 9200</phone>
        <email>lear@cisco.com</email>
      </address>
    </author>
    <author initials="R." surname="Droms" fullname="Ralph Droms">
      <organization>Google</organization>
      <address>
        <postal>
          <street>355 Main St., 5th Floor</street>
          <city>Cambridge</city>
        </postal>
        <phone>+1 978 376 3731</phone>
        <email>rdroms@gmail.com</email>
      </address>
    </author>
    <author initials="D." surname="Romascanu" fullname="Dan Romascanu">
      <organization></organization>
      <address>
        <phone>+972 54 5555347</phone>
        <email>dromasca@gmail.com</email>
      </address>
    </author>

    <date year="2018" month="June" day="02"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This memo specifies a component-based architecture for manufacturer
usage descriptions (MUD). The goal of MUD is to provide a means for
end devices to signal to the network what sort of access and network
functionality they require to properly function.  The initial focus is
on access control.  Later work can delve into other aspects.</t>

<t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, an
LLDP TLV, a URL, an X.509 certificate extension and a means to sign
and verify the descriptions.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The Internet has largely been constructed for general purpose
computers, those devices that may be used for a purpose that is
specified by those who own the device.  <xref target="RFC1984"/> presumed that an
end device would be most capable of protecting itself.  This made
sense when the typical device was a workstation or a mainframe, and it
continues to make sense for general purpose computing devices today,
including laptops, smart phones, and tablets.</t>

<t><xref target="RFC7452"/> discusses design patterns for, and poses questions about,
smart objects.  Let us then posit a group of objects that are
specifically not intended to be used for general purpose computing
tasks.  These devices, which this memo refers to as Things, have a
specific purpose.  By definition, therefore, all other uses are not
intended.  If a small number of communication patterns follows from
those small number of uses, the combination of these two statements
can be restated as a manufacturer usage description (MUD) that can be
applied at various points within a network.  MUD primarily addresses
threats to the device rather than the device as a threat.  In some
circumstances, however, MUD may offer some protection in the latter
case, depending on the MUD-URL is communicated, and how devices and
their communications are authenticated.</t>

<t>We use the notion of “manufacturer” loosely in this context to refer
to the entity or organization that will state how a device is intended
to be used.  For example, in the context of a lightbulb, this might
indeed be the lightbulb manufacturer.  In the context of a smarter
device that has a built in Linux stack, it might be an integrator of
that device.  The key points are that the device itself is assumed to
serve a limited purpose, and that there exists an organization in
the supply chain of that device that will take responsibility for
informing the network about that purpose.</t>

<t>The intent of MUD is to provide the following:</t>

<t><list style="symbols">
  <t>Substantially reduce the threat surface on a device to those
communications intended by the manufacturer.</t>
  <t>Provide a means to scale network policies to the ever-increasing
number of types of devices in the network.</t>
  <t>Provide a means to address at least some vulnerabilities in a way
that is faster than the time it might take to update systems.  This will be
particularly true for systems that are no longer supported.</t>
  <t>Keep the cost of implementation of such a system to the bare minimum.</t>
  <t>Provide a means of extensibility for manufacturers to express other
device capabilities or requirements.</t>
</list></t>

<t>MUD consists of three architectural building blocks:</t>

<t><list style="symbols">
  <t>A URL that can be used to locate a description;</t>
  <t>The description itself, including how it is interpreted, and;</t>
  <t>A means for local network management systems to retrieve the description.</t>
</list></t>

<t>MUD is most effective when the network is able to identify in some way
the remote endpoints that Things will talk to.</t>

<t>In this specification we describe each of these building blocks and how
they are intended to be used together.  However, they may also be used
separately, independent of this specification, by local deployments
for their own purposes.</t>

<section anchor="what-mud-doesnt-do" title="What MUD Doesn’t Do">
<t>MUD is not intended to address network authorization of general
purpose computers, as their manufacturers cannot envision a specific
communication pattern to describe.  In addition, even those devices
that have a single or small number of uses might have very broad
communication patterns.  MUD on its own is not for them either.</t>

<t>Although MUD can provide network administrators with some additional
protection when device vulnerabilities exist, it will never replace the
need for manufacturers to patch vulnerabilities.</t>

<t>Finally, no matter what the manufacturer specifies in a MUD file,
these are not directives, but suggestions.  How they are instantiated
locally will depend on many factors and will be ultimately up to the
local network administrator, who must decide what is appropriate in
a given circumstances.</t>

</section>
<section anchor="a-simple-example" title="A Simple Example">
<t>A light bulb is intended to light a room.  It may be remotely
controlled through the network, and it may make use of a rendezvous
service of some form that an application on a smart phone.  What we can
say about that light bulb, then, is that all other network access is
unwanted.  It will not contact a news service, nor speak to the
refrigerator, and it has no need of a printer or other devices.  It
has no social networking friends.  Therefore, an access list applied
to it that states that it will only connect to the single rendezvous
service will not impede the light bulb in performing its function,
while at the same time allowing the network to provide both it and
other devices an additional layer of protection.</t>

</section>
<section anchor="terminology" title="Terminology">

<t><list style="hanging">
  <t hangText='MUD:'>
  manufacturer usage description.</t>
  <t hangText='MUD file:'>
  a file containing YANG-based JSON that describes a Thing and associated suggested specific network behavior.</t>
  <t hangText='MUD file server:'>
  a web server that hosts a MUD file.</t>
  <t hangText='MUD manager:'>
  the system that requests and receives the MUD file from the MUD
server.  After it has processed a MUD file, it may direct changes to
relevant network elements.</t>
  <t hangText='MUD controller:'>
  a synonym that has been used in the past for MUD manager.</t>
  <t hangText='MUD URL:'>
  a URL that can be used by the MUD manager to receive the MUD file.</t>
  <t hangText='Thing:'>
  the device emitting a MUD URL.</t>
  <t hangText='Manufacturer:'>
  the entity that configures the Thing to emit the MUD URL and the one
who asserts a recommendation in a MUD file.  The manufacturer
might not always be the entity that constructs a Thing.  It could,
for instance, be a systems integrator, or even a component provider.</t>
</list></t>

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL
NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”,
“MAY”, and “OPTIONAL” 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>

</section>
<section anchor="determining-intended-use" title="Determining Intended Use">
<t>The notion of intended use is in itself not new.  Network
administrators apply access lists every day to allow for only such
use.  This notion of white listing was well described by Chapman and
Zwicky in <xref target="FW95"/>.  Profiling systems that make use of heuristics
to identify types of systems have existed for years as well.</t>

<t>A Thing could just as easily tell the network what sort of access it
requires without going into what sort of system it is.  This would, in
effect, be the converse of <xref target="RFC7488"/>.  In seeking a general
solution, however, we assume that a device will implement
functionality necessary to fulfill its limited purpose.  This is basic
economic constraint.  Unless the network would refuse access to such a
device, its developers would have no reason to provide the network any
information.  To date, such an assertion has held true.</t>

</section>
<section anchor="finding-a-policy-the-mud-url" title="Finding A Policy: The MUD URL">

<t>Our work begins with the device emitting a Universal
Resource Locator (URL) <xref target="RFC3986"/>.  This URL serves both to
classify the device type and to provide a means to locate a policy
file.</t>

<t>MUD URLs MUST use the HTTPS scheme <xref target="RFC7230"/>.</t>

<t>In this memo three means are defined to emit the MUD URL, as follows:</t>

<t><list style="symbols">
  <t>A DHCP option<xref target="RFC2131"/>,<xref target="RFC3315"/> that the DHCP client uses to inform
the DHCP server.  The DHCP server may take further actions, such as
act as the MUD manager or otherwise pass it along to the MUD manager.</t>
  <t>An X.509 constraint.  The IEEE has developed <xref target="IEEE8021AR"/> that
provides a certificate-based approach to communicate device characteristics,
which itself relies on <xref target="RFC5280"/>.  The MUD URL extension is
non-critical, as required by IEEE 802.1AR. Various means may be used
to communicate that certificate, including Tunnel Extensible
Authentication Protocol (TEAP) <xref target="RFC7170"/>.</t>
  <t>Finally, a Link Layer Discovery Protocol (LLDP) frame is defined <xref target="IEEE8021AB"/>.</t>
</list></t>

<t>It is possible that there may be other means for a MUD URL to be
learned by a network.  For instance, some devices may already be
fielded or have very limited ability to communicate a MUD URL, and yet
can be identified through some means, such as a serial number or a
public key.  In these cases, manufacturers may be able to map those
identifiers to particular MUD URLs (or even the files themselves).
Similarly, there may be alternative resolution mechanisms available
for situations where Internet connectivity is limited or does not
exist.  Such mechanisms are not described in this memo, but are
possible.  Implementors are encouraged to allow for this sort of
flexibility of how MUD URLs may be learned.</t>

</section>
<section anchor="processing-of-the-mud-url" title="Processing of the MUD URL">

<t>MUD managers that are able to do so SHOULD retrieve MUD URLs and
signature files as per <xref target="RFC7230"/>, using the GET method <xref target="RFC7231"/>.
They MUST validate the certificate using the rules in <xref target="RFC2818"/>,
Section 3.1.</t>

<t>Requests for MUD URLs SHOULD include an “Accept” header (<xref target="RFC7231"/>,
Section 5.3.2) containing “application/mud+json”, an “Accept-Language”
header field (<xref target="RFC7231"/>, Section 5.3.5), and a “User-Agent” header
(<xref target="RFC7231"/>, Section 5.5.3).</t>

<t>MUD managers SHOULD automatically process 3xx response status codes.</t>

<t>If a MUD manager is not able to fetch a MUD URL, other means MAY
be used to import MUD files and associated signature files.  So long
as the signature of the file can be validated, the file can be used.
In such environments, controllers SHOULD warn administrators when
cache-validity expiry is approaching so that they may check for new
files.</t>

<t>It may not be possible for a MUD manager to retrieve a MUD file at any
given time.  Should a MUD manager fail to retrieve a MUD file, it
SHOULD consider the existing one safe to use, at least for a time.
After some period, it SHOULD log that it has been unable to retrieve
the file.  There may be very good reasons for such failures, including
the possibility that the MUD manager is in an off-line environment,
the local Internet connection has failed, or the remote Internet
connection has failed.  It is also possible that an attacker is
attempting to interfere with the deployment of a device.  It is a
local decision as to how to handle such circumstances.</t>

</section>
<section anchor="types-of-policies" title="Types of Policies">

<t>When the MUD URL is resolved, the MUD manager retrieves a file that
describes what sort of communications a device is designed to have.
The manufacturer may specify either specific hosts for cloud based
services or certain classes for access within an operational network.
An example of a class might be “devices of a specified manufacturer
type”, where the manufacturer type itself is indicated simply by the
authority component (e.g, the domain name) of the MUD URL.  Another
example might be to allow or disallow local access.  Just like other
policies, these may be combined.  For example:</t>

<t><list style="symbols">
  <t>Allow access to devices of the same manufacturer</t>
  <t>Allow access to and from controllers via Constrained Application
Protocol (COAP)<xref target="RFC7252"/></t>
  <t>Allow access to local DNS/NTP</t>
  <t>Deny all other access</t>
</list></t>

<t>A printer might have a description that states:</t>

<t><list style="symbols">
  <t>Allow access for port IPP or port LPD</t>
  <t>Allow local access for port HTTP</t>
  <t>Deny all other access</t>
</list></t>

<t>In this way anyone can print to the printer, but local access would
be required for the management interface.</t>

<t>The files that are retrieved are intended to be closely aligned to
existing network architectures so that they are easy to deploy.  We
make use of YANG <xref target="RFC7950"/> because it provides accurate and adequate
models for use by network devices.  JSON<xref target="RFC8259"/> is used as a serialization
format for compactness and readability, relative to XML.  Other formats may
be chosen with later versions of MUD.</t>

<t>While the policy examples given here focus on access control, this is
not intended to be the sole focus.  By structuring the model described
in this document with clear extension points, other
descriptions could be included.  One that often comes to mind is
quality of service.</t>

<t>The YANG modules specified here are extensions of
<xref target="I-D.ietf-netmod-acl-model"/>.  The extensions to this model allow for
a manufacturer to express classes of systems that a manufacturer would
find necessary for the proper function of the device.  Two modules are
specified. The first module specifies a means for domain names to be
used in ACLs so that devices that have their controllers in the cloud
may be appropriately authorized with domain names, where the mapping
of those names to addresses may rapidly change.</t>

<t>The other module abstracts away IP addresses into certain classes that
are instantiated into actual IP addresses through local processing.
Through these classes, manufacturers can specify how the device is
designed to communicate, so that network elements can be configured by
local systems that have local topological knowledge.  That is, the
deployment populates the classes that the manufacturer specifies.  The
abstractions below map to zero or more hosts, as follows:</t>

<t><list style="hanging">
  <t hangText='Manufacturer:'>
  A device made by a particular manufacturer, as identified by the authority
component of its MUD URL</t>
  <t hangText='same-manufacturer:'>
  Devices that have the same authority component of their MUD URL.</t>
  <t hangText='controller:'>
  Devices that the local network administrator admits to the particular class.</t>
  <t hangText='my-controller:'>
  Devices intended to serve as controllers for the MUD-URL that the Thing emitted.</t>
  <t hangText='local:'>
  The class of IP addresses that are scoped within some administrative boundary.
By default it is suggested that this be the local subnet.</t>
</list></t>

<t>The “manufacturer” classes can be easily specified by the
manufacturer, whereas controller classes are initially envisioned to
be specified by the administrator.</t>

<t>Because manufacturers do not know who will be using their devices, it
is important for functionality referenced in usage descriptions to be
relatively ubiquitous and mature.  For these reasons the YANG-based
configuration in a MUD file is limited to either the modules specified
or referenced in this document, or those specified in documented
extensions.</t>

</section>
<section anchor="the-manufacturer-usage-description-architecture" title="The Manufacturer Usage Description Architecture">

<t>With these components laid out we now have the basis for an
architecture.  This leads us to ASCII art.</t>

<figure title="MUD Architecture" anchor="fig1"><artwork><![CDATA[
 .......................................
 .                      ____________   .           _____________
 .                     |            |  .          |             |
 .                     |    MUD     |-->get URL-->|   MUD       |
 .                     |  Manager   |  .(https)   | File Server |
 .  End system network |____________|<-MUD file<-<|_____________|
 .                             .       .
 .                             .       .
 . _______                 _________   .
 .|       |  (dhcp et al) | router  |  .
 .| Thing |---->MUD URL-->|   or    |  .
 .|_______|               | switch  |  .
 .                        |_________|  .
 .......................................
]]></artwork></figure>

<t>In the above diagram, the switch or router collects MUD URLs and
forwards them to the MUD manager (a network management system) for
processing.  This happens in different ways, depending on how the URL
is communicated.  For instance, in the case of DHCP, the DHCP server
might receive the URL and then process it.  In the case of IEEE 802.1X
<xref target="IEEE8021X"/>, the switch would carry the URL via a certificate to the
authentication server via EAP over Radius<xref target="RFC3748"/>, which would then
process it.  One method to do this is TEAP, described in <xref target="RFC7170"/>.
The certificate extension is described below.</t>

<t>The information returned by the MUD file server is valid for as long
as the Thing is connected.  There is no expiry.  However, if the MUD
manager has detected that the MUD file for a Thing has changed, it
SHOULD update the policy expeditiously, taking into account whatever
approval flow is required in a deployment.  In this way, new
recommendations from the manufacturer can be processed in a timely
fashion.</t>

<t>The information returned by the MUD file server (a web server) is
valid for the duration of the Thing’s connection, or as specified in
the description.  Thus if the Thing is disconnected, any associated
configuration in the switch can be removed.  Similarly, from time to
time the description may be refreshed, based on new capabilities or
communication patterns or vulnerabilities.</t>

<t>The web server is typically run by or on behalf of the manufacturer.
Its domain name is that of the authority found in the MUD URL.  For
legacy cases where Things cannot emit a URL, if the switch is able to
determine the appropriate URL, it may proxy it.  In the trivial case
it may hardcode MUD-URL on a switch port or a map from some
available identifier such as an L2 address or certificate hash to a
MUD-URL.</t>

<t>The role of the MUD manager in this environment is to do the
following:</t>

<t><list style="symbols">
  <t>receive MUD URLs,</t>
  <t>fetch MUD files,</t>
  <t>translate abstractions in the MUD files to specific network element
configuration,</t>
  <t>maintain and update any required mappings of the abstractions, and</t>
  <t>update network elements with appropriate configuration.</t>
</list></t>

<t>A MUD manager may be a component of a AAA or network management
system. Communication within those systems and from those systems to
network elements is beyond the scope of this memo.</t>

</section>
<section anchor="order-of-operations" title="Order of operations">
<t>As mentioned above, MUD contains architectural building blocks, and so
order of operation may vary.  However, here is one clear intended
example:</t>

<t><list style="numbers">
  <t>Thing emits URL.</t>
  <t>That URL is forwarded to a MUD manager by the nearest switch
(how this happens depends on the way in which the MUD URL is emitted).</t>
  <t>The MUD manager retrieves the MUD file and signature from the MUD file
server, assuming it doesn’t already have copies.  After validating
the signature, it may test the
URL against a web or domain reputation service, and it may test any hosts within
the file against those reputation services, as it deems fit.</t>
  <t>The MUD manager may query the administrator for permission to
add the Thing and associated policy.  If the Thing is known or
the Thing type is known, it may skip this step.</t>
  <t>The MUD manager instantiates local configuration based on
the abstractions defined in this document.</t>
  <t>The MUD manager configures the switch nearest the Thing.
Other systems may be configured as well.</t>
  <t>When the Thing disconnects, policy is removed.</t>
</list></t>

</section>
</section>
<section anchor="the-mud-model-and-semantic-meaning" title="The MUD Model and Semantic Meaning">

<t>A MUD file consists of a YANG model instance that has been serialized in JSON
<xref target="RFC7951"/>.  For purposes of MUD, the nodes that can be modified are
access lists as augmented by this model.  The MUD file is limited to
the serialization of only the following YANG schema:</t>

<t><list style="symbols">
  <t>ietf-access-control-list <xref target="I-D.ietf-netmod-acl-model"/></t>
  <t>ietf-mud (this document)</t>
  <t>ietf-acldns (this document)</t>
</list></t>

<t>Extensions may be used to add additional schema.  This is described
further on.</t>

<t>To provide the widest possible deployment, publishers of MUD files
SHOULD make use of the abstractions in this memo and avoid the use of
IP addresses.  A MUD manager SHOULD NOT automatically implement any
MUD file that contains IP addresses, especially those that might have
local significance.  The addressing of one side of an access list is
implicit, based on whether it is applied as to-device-policy or
from-device-policy.</t>

<t>With the exceptions of “name” of the ACL, “type”, “name” of the ACE, and TCP
and UDP source and destination port information, publishers of MUD
files SHOULD limit the use of ACL model leaf nodes expressed to those
found in this specification.  Absent any extensions, MUD files are
assumed to implement only the following ACL model features:</t>

<t><list style="symbols">
  <t>match-on-ipv4, match-on-ipv6, match-on-tcp,
match-on-udp, match-on-icmp</t>
</list></t>

<t>Furthermore, only “accept” or “drop” actions SHOULD be included.  A
MUD manager MAY choose to interpret “reject” as “drop”.  A MUD
manager SHOULD ignore all other actions.  This is because
manufacturers do not have sufficient context within a local deployment
to know whether reject is appropriate.  That is a decision that should
be left to a network administrator.</t>

<t>Given that MUD does not deal with interfaces, the support of the
“ietf-interfaces” module <xref target="RFC8343"/> is not required. Specifically,
the support of interface-related features and branches (e.g.,
interface-attachment and interface-stats) of the ACL YANG module is
not required.</t>

<t>In fact, MUD managers MAY ignore any particular component of a
description or MAY ignore the description in its entirety, and SHOULD
carefully inspect all MUD descriptions.  Publishers of MUD files MUST
NOT include other nodes except as described in <xref target="extensions"/>.  See
that section for more information.</t>

<section anchor="the-ietf-mud-yang-module" title="The IETF-MUD YANG Module">

<t>This module is structured into three parts:</t>

<t><list style="symbols">
  <t>The first component, the “mud” container, holds information that is
relevant to retrieval and validity of the MUD file itself, as well
as policy intended to and from the Thing.</t>
  <t>The second component augments the matching container of the ACL
model to add several nodes that are relevant to the MUD URL, or
otherwise abstracted for use within a local environment.</t>
  <t>The third component  augments the tcp-acl container of the ACL
model to add the ability to match on the direction of initiation of a
TCP connection.</t>
</list></t>

<t>A valid MUD file will contain two root objects, a “mud” container and
an “acls” container.  Extensions may add additional root
objects as required.  As a reminder, when parsing acls,
elements within a “match” block are logically ANDed.  In general, a
single abstraction in a match statement should be used.  For instance,
it makes little sense to match both “my-controller” and “controller”
with an argument, since they are highly unlikely to be the same value.</t>

<t>A simplified graphical representation of the data models is used in
this document.  The meaning of the symbols in these diagrams is
explained in <xref target="RFC8340"/>.</t>

<figure><artwork><![CDATA[
module: ietf-mud
  +--rw mud!
     +--rw mud-version           uint8
     +--rw mud-url               inet:uri
     +--rw last-update           yang:date-and-time
     +--rw mud-signature?        inet:uri
     +--rw cache-validity?       uint8
     +--rw is-supported          boolean
     +--rw systeminfo?           string
     +--rw mfg-name?             string
     +--rw model-name?           string
     +--rw firmware-rev?         string
     +--rw software-rev?         string
     +--rw documentation?        inet:uri
     +--rw extensions*           string
     +--rw from-device-policy
     |  +--rw acls
     |     +--rw access-list* [name]
     |        +--rw name    -> /acl:acls/acl/name
     +--rw to-device-policy
        +--rw acls
           +--rw access-list* [name]
              +--rw name    -> /acl:acls/acl/name

  augment /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches:
    +--rw mud
       +--rw manufacturer?        inet:host
       +--rw same-manufacturer?   empty
       +--rw model?               inet:uri
       +--rw local-networks?      empty
       +--rw controller?          inet:uri
       +--rw my-controller?       empty
  augment
    /acl:acls/acl:acl/acl:aces/acl:ace/acl:matches
       /acl:l4/acl:tcp/acl:tcp:
    +--rw direction-initiated?   direction

]]></artwork></figure>

</section>
</section>
<section anchor="mud-model-definitions-for-the-root-mud-container" title="MUD model definitions for the root mud container">

<section anchor="mud-version" title="mud-version">
<t>This node specifies the integer version of the MUD specification.  This memo
specifies version 1.</t>

</section>
<section anchor="mud-url" title="mud-url">
<t>This URL identifies the MUD file.  This is useful when the file and
associated signature are manually uploaded, say, in an offline mode.</t>

</section>
<section anchor="to-device-policy-and-from-device-policy-containers" title="to-device-policy and from-device-policy containers">
<t><xref target="I-D.ietf-netmod-acl-model"/> describes access-lists.  In the case of
MUD, a MUD file must be explicit in describing the communication
pattern of a Thing, and that includes indicating what is to be
permitted or denied in either direction of communication.  Hence each
of these containers indicates the appropriate direction of a flow in
association with a particular Thing.  They contain references to
specific access-lists.</t>

</section>
<section anchor="last-update" title="last-update">

<t>This is a date-and-time value of when the MUD file was
generated.  This is akin to a version number.  Its form is taken from
<xref target="RFC6991"/> which, for those keeping score, in turn was taken from
Section 5.6 of <xref target="RFC3339"/>, which was taken from <xref target="ISO.8601.1988"/>.</t>

</section>
<section anchor="cache-validity" title="cache-validity">

<t>This uint8 is the period of time in hours that a network management
station MUST wait since its last retrieval before checking for an
update.  It is RECOMMENDED that this value be no less than 24 and MUST
NOT be more than 168 for any Thing that is supported.  This period
SHOULD be no shorter than any period determined through HTTP caching
directives (e.g., “cache-control” or “Expires”).  N.B., expiring of
this timer does not require the MUD manager to discard the MUD
file, nor terminate access to a Thing.  See <xref target="secon"/> for more
information.</t>

</section>
<section anchor="is-supported" title="is-supported">
<t>This boolean is an indication from the manufacturer to the network
administrator as to whether or not the Thing is supported.  In this
context a Thing is said to not be supported if the manufacturer
intends never to issue a firmware or software update to the Thing or
never update the MUD file.  A MUD manager MAY still periodically check
for updates.</t>

</section>
<section anchor="systeminfo" title="systeminfo">
<t>This is a textual UTF-8 description of the Thing
to be connected.  The intent is for administrators to be able to see a
brief displayable description of the Thing.  It SHOULD NOT exceed 60
characters worth of display space.</t>

</section>
<section anchor="mfg-name-software-rev-model-name-firmware-rev" title="mfg-name, software-rev, model-name firmware-rev">
<t>These optional fields are filled in as specified by
<xref target="RFC8348"/>.  Note that firmware-rev and software-rev
MUST NOT be populated in a MUD file if the device can be upgraded but
the MUD-URL cannot be.  This would be the case, for instance, with
MUD-URLs that are contained in 802.1AR certificates.</t>

</section>
<section anchor="extensions" title="extensions">
<t>This optional leaf-list names MUD extensions that are used in the MUD
file.  Note that MUD extensions MUST NOT be used in a MUD file without
the extensions being declared.  Implementations MUST ignore any node
in this file that they do not understand.</t>

<t>Note that extensions can either extend the MUD file as described in
the previous paragraph, or they might reference other work.  An
extension example can be found in <xref target="extexample"/>.</t>

</section>
</section>
<section anchor="augmentation-to-the-acl-model" title="Augmentation to the ACL Model">

<t>Note that in this section, when we use the term “match” we are
referring to the ACL model “matches” node.</t>

<section anchor="manufacturer" title="manufacturer">
<t>This node consists of a hostname that would be matched against the
authority component of another Thing’s MUD URL.  In its simplest form
“manufacturer” and “same-manufacturer” may be implemented as
access-lists. In more complex forms, additional network capabilities
may be used.  For example, if one saw the line
 “manufacturer” : “flobbidy.example.com”, then all Things that
registered with a MUD URL that contained flobbity.example.com in its
authority section would match.</t>

</section>
<section anchor="same-manufacturer" title="same-manufacturer">
<t>This null-valued node is an equivalent for when the manufacturer
element is used to indicate the authority that is found in another
Thing’s MUD URL matches that of the authority found in this Thing’s
MUD URL.  For example, if the Thing’s MUD URL were
https://b1.example.com/ThingV1, then all devices
that had MUD URL with an authority section of b1.example.com would
match.</t>

</section>
<section anchor="documentation" title="documentation">
<t>This URI consists of a URL that points to documentation relating to
the device and the MUD file.  This can prove particularly useful when
the “controller” class is used, so that its use can be explained.</t>

</section>
<section anchor="model" title="model">
<t>This string matches the entire MUD URL, thus covering the model that
is unique within the context of the authority.  It may contain not
only model information, but versioning information as well, and any
other information that the manufacturer wishes to add.  The intended
use is for devices of this precise class to match, to permit or
deny communication between one another.</t>

</section>
<section anchor="local-networks" title="local-networks">
<t>This null-valued node expands to include local networks.  Its
default expansion is that packets must not traverse toward a default
route that is received from the router.  However, administrators may
expand the expression as is appropriate in their deployments.</t>

</section>
<section anchor="controller" title="controller">
<t>This URI specifies a value that a controller will register with the
MUD manager.  The node then is expanded to the set
of hosts that are so registered.  This node may also be a URN.  In
this case, the URN describes a well known service, such as DNS or
NTP, that has been standardized.  Both of those URNs may be found in
<xref target="urns"/>.</t>

<t>When “my-controller” is used, it is possible that the administrator
will be prompted to populate that class for each and every model.  Use
of “controller” with a named class allows the user to populate that
class only once for many different models that a manufacturer may
produce.</t>

<t>Controller URIs MAY take the form of a URL (e.g. “http[s]://”).
However, MUD managers MUST NOT resolve and retrieve such files, and
it is RECOMMENDED that there be no such file at this time, as their
form and function may be defined at a point in the future.  For now,
URLs should serve simply as class names and may be populated by the
local deployment administrator.</t>

<t>Great care should be taken by MUD managers when invoking the
controller class in the form of URLs.  For one thing, it requires some
understanding by the administrator as to when it is appropriate.
Pre-registration in such classes by controllers with the MUD server is
encouraged.  The mechanism to do that is beyond the scope of this
work.</t>

</section>
<section anchor="my-controller" title="my-controller">
<t>This null-valued node signals to the MUD manager to use whatever
mapping it has for this MUD URL to a particular group of hosts.  This may
require prompting the administrator for class members.  Future work
should seek to automate membership management.</t>

</section>
<section anchor="direction-initiated" title="direction-initiated">
<t>This MUST only be applied to TCP.  This matches the direction in which
a TCP connection is initiated.  When direction initiated is
“from-device”, packets that are transmitted in the direction of a
thing MUST be dropped unless the thing has first initiated a TCP
connection.  By way of example, this node may be implemented in its
simplest form by looking at naked SYN bits, but may also be
implemented through more stateful mechanisms.</t>

<t>When applied this matches packets when the flow was initiated in the
corresponding direction.  <xref target="RFC6092"/> specifies IPv6 guidance best
practices.  While that document is scoped specifically to IPv6, its
contents are applicable for IPv4 as well.</t>

</section>
</section>
<section anchor="processing-of-the-mud-file" title="Processing of the MUD file">
<t>To keep things relatively simple in addition to whatever definitions
exist, we also apply two additional default behaviors:</t>

<t><list style="symbols">
  <t>Anything not explicitly permitted is denied.</t>
  <t>Local DNS and NTP are, by default, permitted to and from the
Thing.</t>
</list></t>

<t>An explicit description of the defaults can be found in <xref target="defaults"/>.
These are applied AFTER all other explicit rules.  Thus, a default
behavior can be changed with a “drop” action.</t>

</section>
<section anchor="mudurl" title="What does a MUD URL look like?">

<t>MUD URLs are required to use the HTTPS scheme, in order to establish the
MUD file server’s identity and assure integrity of the MUD file.</t>

<t>Any “https://” URL can be a MUD URL. For example:</t>

<figure><artwork><![CDATA[
  https://things.example.org/product_abc123/v5
  https://www.example.net/mudfiles/temperature_sensor/
  https://example.com/lightbulbs/colour/v1
]]></artwork></figure>

<t>A manufacturer may construct a MUD URL in any way, so long as it makes
use of the “https” schema.</t>

</section>
<section anchor="the-mud-yang-model" title="The MUD YANG Model">

<figure><artwork><![CDATA[
<CODE BEGINS>file "ietf-mud@2018-06-02.yang"
module ietf-mud {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-mud";
  prefix ietf-mud;

  import ietf-access-control-list {
    prefix acl;
  }
  import ietf-yang-types {
    prefix yang;
  }
  import ietf-inet-types {
    prefix inet;
  }

  organization
    "IETF OPSAWG (Ops Area) Working Group";
  contact
    "WG Web: http://tools.ietf.org/wg/opsawg/
     WG List: opsawg@ietf.org
     Author: Eliot Lear
     lear@cisco.com
     Author: Ralph Droms
     rdroms@gmail.com
     Author: Dan Romascanu
     dromasca@gmail.com
     
    ";
  description
    "This YANG module defines a component that augments the
     IETF description of an access list.  This specific module
     focuses on additional filters that include local, model,
     and same-manufacturer.

     This module is intended to be serialized via JSON and stored
     as a file, as described in RFC XXXX [RFC Editor to fill in with
     this document #].

     Copyright (c) 2016,2017 IETF Trust and the persons
     identified as the document authors.  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 Simplified 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 2018-06-02 {
    description
      "Initial proposed standard.";
    reference
      "RFC XXXX: Manufacturer Usage Description
       Specification";
  }

  typedef direction {
    type enumeration {
      enum to-device {
        description
          "packets or flows destined to the target
           Thing";
      }
      enum from-device {
        description
          "packets or flows destined from
           the target Thing";
      }
    }
    description
      "Which way are we talking about?";
  }

  container mud {
    presence "Enabled for this particular MUD URL";
    description
      "MUD related information, as specified
       by RFC-XXXX [RFC Editor to fill in].";
    uses mud-grouping;
  }

  grouping mud-grouping {
    description
      "Information about when support end(ed), and
       when to refresh";
    leaf mud-version {
      type uint8;
      mandatory true;
      description
        "This is the version of the MUD
         specification.  This memo specifies version 1.";
    }
    leaf mud-url {
      type inet:uri;
      mandatory true;
      description
        "This is the MUD URL associated with the entry found
         in a MUD file.";
    }
    leaf last-update {
      type yang:date-and-time;
      mandatory true;
      description
        "This is intended to be when the current MUD file
         was generated.  MUD Managers SHOULD NOT check
         for updates between this time plus cache validity";
    }
    leaf mud-signature {
      type inet:uri;
      description
        "A URI that resolves to a signature as
         described in this specification.";
    }
    leaf cache-validity {
      type uint8 {
        range "1..168";
      }
      units "hours";
      default "48";
      description
        "The information retrieved from the MUD server is
         valid for these many hours, after which it should
         be refreshed.  N.B. MUD manager implementations
         need not discard MUD files beyond this period.";
    }
    leaf is-supported {
      type boolean;
      mandatory true;
      description
        "This boolean indicates whether or not the Thing is
         currently supported by the manufacturer.";
    }
    leaf systeminfo {
      type string;
      description
        "A UTF-8 description of this Thing.  This
         should be a brief description that may be
         displayed to the user to determine whether
         to allow the Thing on the
         network.";
    }
    leaf mfg-name {
      type string;
      description
        "Manufacturer name, as described in
         the ietf-hardware YANG module.";
    }
    leaf model-name {
      type string;
      description
        "Model name, as described in the
         ietf-hardware YANG module.";
    }
    leaf firmware-rev {
      type string;
      description
        "firmware-rev, as described in the
         ietf-hardware YANG module.  Note this field MUST
         NOT be included when the device can be updated
         but the MUD-URL cannot.";
    }
    leaf software-rev {
      type string;
      description
        "software-rev, as described in the
         ietf-hardware YANG module.  Note this field MUST
         NOT be included when the device can be updated
         but the MUD-URL cannot.";
    }
    leaf documentation {
      type inet:uri;
      description
        "This URL points to documentation that
         relates to this device and any classes that it uses
         in its MUD file.  A caution: MUD managers need
         not resolve this URL on their own, but rather simply
         provide it to the administrator.  Parsing HTML is
         not an intended function of a MUD manager.";
    }
    leaf-list extensions {
      type string {
        length "1..40";
      }
      description
        "A list of extension names that are used in this MUD
         file.  Each name is registered with the IANA and
         described in an RFC.";
    }
    container from-device-policy {
      description
        "The policies that should be enforced on traffic
         coming from the device. These policies are not
         necessarily intended to be enforced at a single
         point, but may be rendered by the controller to any
         relevant enforcement points in the network or
         elsewhere.";
      uses access-lists;
    }
    container to-device-policy {
      description
        "The policies that should be enforced on traffic
         going to the device. These policies are not
         necessarily intended to be enforced at a single
         point, but may be rendered by the controller to any
         relevant enforcement points in the network or
         elsewhere.";
      uses access-lists;
    }
  }

  grouping access-lists {
    description
      "A grouping for access lists in the context of device
       policy.";
    container access-lists {
      description
        "The access lists that should be applied to traffic
           to or from the device.";
      list access-list {
        key "name";
        description
          "Each entry on this list refers to an ACL that
             should be present in the overall access list
             data model. Each ACL is identified by name and
             type.";
        leaf name {
          type leafref {
            path "/acl:acls/acl:acl/acl:name";
          }
          description
            "The name of the ACL for this entry.";
        }
      }
    }
  }

  augment "/acl:acls/acl:acl/acl:aces/acl:ace/acl:matches" {
    description
      "adding abstractions to avoid need of IP addresses";
    container mud {
      description
        "MUD-specific matches.";
      leaf manufacturer {
        type inet:host;
        description
          "A domain that is intended to match the authority
           section of the MUD URL. This node is used to specify
           one or more manufacturers a device should
           be authorized to access.";
      }
      leaf same-manufacturer {
        type empty;
        description
          "This node matches the authority section of the MUD URL
           of a Thing.  It is intended to grant access to all
           devices with the same authority section.";
      }
      leaf model {
        type inet:uri;
        description
          "Devices of the specified model type will match if
           they have an identical MUD URL.";
      }
      leaf local-networks {
        type empty;
        description
          "IP addresses will match this node if they are
           considered local addresses.  A local address may be
           a list of locally defined prefixes and masks
           that indicate a particular administrative scope.";
      }
      leaf controller {
        type inet:uri;
        description
          "This node names a class that has associated with it
           zero or more IP addresses to match against.  These
           may be scoped to a manufacturer or via a standard
           URN.";
      }
      leaf my-controller {
        type empty;
        description
          "This node matches one or more network elements that
           have been configured to be the controller for this
           Thing, based on its MUD URL.";
      }
    }
  }
  augment "/acl:acls/acl:acl/acl:aces/acl:ace/acl:matches" +
    "/acl:l4/acl:tcp/acl:tcp" {
    description
      "add direction-initiated";
    leaf direction-initiated {
      type direction;
      description
        "This node matches based on which direction a
         connection was initiated. The means by which that
         is determined is discussed in this document.";
    }
  }
}
<CODE ENDS>

]]></artwork></figure>

</section>
<section anchor="the-domain-name-extension-to-the-acl-model" title="The Domain Name Extension to the ACL Model">

<t>This module specifies an extension to IETF-ACL model such that domain
names may be referenced by augmenting the “matches” node.
Different implementations may deploy differing methods to maintain the
mapping between IP address and domain name, if indeed any are needed.
However, the intent is that resources that are referred to using a
name should be authorized (or not) within an access list.</t>

<t>The structure of the change is as follows:</t>

<figure><artwork><![CDATA[
module: ietf-acldns
  augment /acl:acls/acl:acl/acl:aces/acl:ace/
    acl:matches/acl:l3/acl:ipv4/acl:ipv4:
    +--rw src-dnsname?   inet:host
    +--rw dst-dnsname?   inet:host
  augment /acl:acls/acl:acl/acl:aces/acl:ace/
    acl:matches/acl:l3/acl:ipv6/acl:ipv6:
    +--rw src-dnsname?   inet:host
    +--rw dst-dnsname?   inet:host

]]></artwork></figure>

<t>The choice of these particular points in the access-list model is
based on the assumption that we are in some way referring to
IP-related resources, as that is what the DNS returns.  A domain name
in our context is defined in <xref target="RFC6991"/>. The augmentations are
replicated across IPv4 and IPv6 to allow MUD file authors the ability
to control the IP version that the Thing may utilize.</t>

<t>The following node are defined.</t>

<section anchor="src-dnsname" title="src-dnsname">
<t>The argument corresponds to a domain name of a source as specified by
inet:host.  A number of means may be used to resolve hosts.  What is
important is that such resolutions be consistent with ACLs required by
Things to properly operate.</t>

</section>
<section anchor="dst-dnsname" title="dst-dnsname">
<t>The argument corresponds to a domain name of a destination as
specified by inet:host  See the previous section relating to
resolution.</t>

<t>Note when using either of these with a MUD file, because access is
associated with a particular Thing, MUD files MUST NOT contain either
a src-dnsname in an ACL associated with from-device-policy or
a dst-dnsname associated with to-device-policy.</t>

</section>
<section anchor="the-ietf-acldns-model" title="The ietf-acldns Model">
<figure><artwork><![CDATA[
<CODE BEGINS>file "ietf-acldns@2018-06-02.yang"
module ietf-acldns {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-acldns";
  prefix ietf-acldns;

  import ietf-access-control-list {
    prefix acl;
  }
  import ietf-inet-types {
    prefix inet;
  }

  organization
    "IETF OPSAWG (Ops Area) Working Group";
  contact
    "WG Web: http://tools.ietf.org/wg/opsawg/
     WG List: opsawg@ietf.org
     Author: Eliot Lear
     lear@cisco.com
     Author: Ralph Droms
     rdroms@gmail.com
     Author: Dan Romascanu
     dromasca@gmail.com
    ";
  description
    "This YANG module defines a component that augments the
     IETF description of an access list to allow DNS names
     as matching criteria.";

  revision 2018-06-02 {
    description
      "Base version of dnsname extension of ACL model";
    reference
      "RFC XXXX: Manufacturer Usage Description
       Specification";
  }

  grouping dns-matches {
    description
      "Domain names for matching.";
    leaf src-dnsname {
      type inet:host;
      description
        "domain name to be matched against";
    }
    leaf dst-dnsname {
      type inet:host;
      description
        "domain name to be matched against";
    }
  }

  augment "/acl:acls/acl:acl/acl:aces/acl:ace/acl:matches" +
   "/acl:l3/acl:ipv4/acl:ipv4" {
    description
      "Adding domain names to matching";
    uses dns-matches;
  }
  augment "/acl:acls/acl:acl/acl:aces/acl:ace/acl:matches" +
   "/acl:l3/acl:ipv6/acl:ipv6" {
    description
      "Adding domain names to matching";
    uses dns-matches;
  }
}
<CODE ENDS>

]]></artwork></figure>

</section>
</section>
<section anchor="mud-file-example" title="MUD File Example">

<t>This example contains two access lists that are intended to provide
outbound access to a cloud service on TCP port 443.</t>

<figure><artwork><![CDATA[
{
  "ietf-mud:mud": {
    "mud-version": 1,
    "mud-url": "https://lighting.example.com/lightbulb2000",
    "last-update": "2018-03-02T11:20:51+01:00",
    "cache-validity": 48,
    "is-supported": true,
    "systeminfo": "The BMS Example Lightbulb",
    "from-device-policy": {
      "access-lists": {
        "access-list": [
          {
            "name": "mud-76100-v6fr"
          }
        ]
      }
    },
    "to-device-policy": {
      "access-lists": {
        "access-list": [
          {
            "name": "mud-76100-v6to"
          }
        ]
      }
    }
  },
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "mud-76100-v6to",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "cl0-todev",
              "matches": {
                "ipv6": {
                  "ietf-acldns:src-dnsname": "test.example.com",
                  "protocol": 6
                },
                "tcp": {
                  "ietf-mud:direction-initiated": "from-device",
                  "source-port": {
                    "operator": "eq",
                    "port": 443
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      },
      {
        "name": "mud-76100-v6fr",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "cl0-frdev",
              "matches": {
                "ipv6": {
                  "ietf-acldns:dst-dnsname": "test.example.com",
                  "protocol": 6
                },
                "tcp": {
                  "ietf-mud:direction-initiated": "from-device",
                  "destination-port": {
                    "operator": "eq",
                    "port": 443
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}

]]></artwork></figure>

<t>In this example, two policies are declared, one from the Thing and
the other to the Thing.  Each policy names an access list that
applies to the Thing, and one that applies from.  Within each access
list, access is permitted to packets flowing to or from the Thing
that can be mapped to the domain name of “service.bms.example.com”.
For each access list, the enforcement point should expect that the
Thing initiated the connection.</t>

</section>
<section anchor="dhcpopt" title="The MUD URL DHCP Option">

<t>The IPv4 MUD URL client option has the following format:</t>

<figure><artwork><![CDATA[
  +------+-----+------------------------------
  | code | len |  MUDstring
  +------+-----+------------------------------

]]></artwork></figure>

<t>Code OPTION_MUD_URL_V4 (161) is assigned by IANA.  len is a single
octet that indicates the length of MUD string in octets.  The MUD
string is defined as follows:</t>

<figure><artwork><![CDATA[
 MUDstring = mudurl [ " " reserved ]
 mudurl = URI; a URL [RFC3986] that uses the "https" schema [RFC7230]
 reserved = 1*( OCTET ) ; from [RFC5234]

]]></artwork></figure>

<t>The entire option MUST NOT exceed 255 octets.  If a space follows the
MUD URL, a reserved string that will be defined in future
specifications follows.  MUD managers that do not understand this
field MUST ignore it.</t>

<t>The IPv6 MUD URL client option has the following format:</t>

<figure><artwork><![CDATA[
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |         OPTION_MUD_URL_V6     |        option-length          |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                            MUDstring                          |
  |                                                               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork></figure>

<t>OPTION_MUD_URL_V6 (112; assigned by IANA).</t>

<t>option-length contains the length of the MUDstring, as defined above,
in octets.</t>

<t>The intent of this option is to provide both a new Thing classifier
to the network as well as some recommended configuration to the
routers that implement policy.  However, it is entirely the purview of
the network system as managed by the network administrator to decide
what to do with this information.  The key function of this option is
simply to identify the type of Thing to the network in a structured
way such that the policy can be easily found with existing toolsets.</t>

<section anchor="client-behavior" title="Client Behavior">
<t>A DHCPv4 client MAY emit a DHCPv4 option and a DHCPv6 client MAY emit
DHCPv6 option.  These options are singletons, as specified in
<xref target="RFC7227"/>.  Because clients are intended to have at most one MUD URL
associated with them, they may emit at most one MUD URL option via
DHCPv4 and one MUD URL option via DHCPv6. In the case where both v4
and v6 DHCP options are emitted, the same URL MUST be used.</t>

</section>
<section anchor="server-behavior" title="Server Behavior">

<t>A DHCP server may ignore these options or take action based on receipt
of these options.  When a server consumes this option, it will either
forward the URL and relevant client information (such as the gateway
address or giaddr and requested IP address, and lease length) to a
network management system, or it will retrieve the usage description
itself by resolving the URL.</t>

<t>DHCP servers may implement MUD functionality themselves or they may
pass along appropriate information to a network management system or
MUD manager.  A DHCP server that does process the MUD URL MUST adhere
to the process specified in <xref target="RFC2818"/> and <xref target="RFC5280"/> to validate
the TLS certificate of the web server hosting the MUD file.  Those
servers will retrieve the file, process it, create and install the
necessary configuration on the relevant network element.  Servers
SHOULD monitor the gateway for state changes on a given interface.  A
DHCP server that does not provide MUD functionality and has forwarded
a MUD URL to a MUD manager MUST notify the MUD manager
of any corresponding change to the DHCP state of the client
(such as expiration or explicit release of a network address lease).</t>

<t>Should the DHCP server fail, in the case when it implements the MUD
manager functionality, any backup mechanisms SHOULD include the MUD
state, and the server SHOULD resolve the status of clients upon its
restart, similar to what it would do, absent MUD manager
functionality.  In the case where the DHCP server forwards information
to the MUD manager, the MUD manager will either make use of
redundant DHCP servers for information, or otherwise clear state based
on other network information, such as monitoring port status on a
switch via SNMP, Radius accounting, or similar mechanisms.</t>

</section>
<section anchor="relay-requirements" title="Relay Requirements">
<t>There are no additional requirements for relays.</t>

</section>
</section>
<section anchor="mudx509" title="The Manufacturer Usage Description (MUD) URL X.509 Extension">

<t>This section defines an X.509 non-critical certificate extension that
contains a single Uniform Resource Locator (URL) that points to an
on-line Manufacturer Usage Description concerning the certificate
subject.  URI must be represented as described in Section 7.4 of <xref target="RFC5280"/>.</t>

<t>Any Internationalized Resource Identifiers (IRIs) MUST be mapped to
URIs as specified in Section 3.1 of <xref target="RFC3987"/> before they are placed
in the certificate extension.</t>

<t>The semantics of the URL are defined <xref target="mudurl"/> of this document.</t>

<t>The choice of id-pe is based on guidance found in Section 4.2.2 of
<xref target="RFC5280"/>:</t>

<figure><artwork><![CDATA[
      These extensions may be used to direct applications to on-line
      information about the issuer or the subject.

]]></artwork></figure>

<t>The MUD URL is precisely that: online information about the particular subject.</t>

<t>In addition, a separate new extension is defined as id-pe-mudsigner.
This contains the subject field of the signing certificate of the MUD
file.  Processing of this field is specified in <xref target="validate"/>.</t>

<t>The purpose of this signature is to make a claim that the MUD file
found on the server is valid for a given device, independent of any
other factors.  There are several security considerations below in
<xref target="secon"/>.</t>

<t>A new content-type id-ct-mud is also defined.  While signatures are
detached today, should a MUD file be transmitted as part of a CMS
message, this content-type SHOULD be used.</t>

<t>The new extension is identified as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
   MUDURLExtnModule-2016 { iso(1) identified-organization(3) dod(6)
                internet(1) security(5) mechanisms(5) pkix(7)
                id-mod(0) id-mod-mudURLExtn2016(88) }
    DEFINITIONS IMPLICIT TAGS ::= BEGIN

    -- EXPORTS ALL --

   IMPORTS

     -- RFC 5912
     EXTENSION
     FROM PKIX-CommonTypes-2009
          { iso(1) identified-organization(3) dod(6) internet(1)
            security(5) mechanisms(5) pkix(7) id-mod(0)
            id-mod-pkixCommon-02(57) }

     -- RFC 5912
     id-ct
     FROM PKIXCRMF-2009
          { iso(1) identified-organization(3) dod(6) internet(1)
            security(5)  mechanisms(5) pkix(7) id-mod(0)
            id-mod-crmf2005-02(55) }

     -- RFC 6268
     CONTENT-TYPE
     FROM CryptographicMessageSyntax-2010
       { iso(1) member-body(2) us(840) rsadsi(113549)
          pkcs(1) pkcs-9(9) smime(16) modules(0) id-mod-cms-2009(58) }

     -- RFC 5912
     id-pe, Name
     FROM PKIX1Explicit-2009
           { iso(1) identified-organization(3) dod(6) internet(1)
             security(5) mechanisms(5) pkix(7) id-mod(0)
             id-mod-pkix1-explicit-02(51) } ;

    --
    -- Certificate Extensions
    --
      
    MUDCertExtensions EXTENSION ::=
       { ext-MUDURL | ext-MUDsigner, ... }

    ext-MUDURL EXTENSION ::=
       { SYNTAX MUDURLSyntax IDENTIFIED BY id-pe-mud-url }

    id-pe-mud-url OBJECT IDENTIFIER ::= { id-pe 25 }

    MUDURLSyntax ::= IA5String

    ext-MUDsigner EXTENSION ::=
       { SYNTAX MUDsignerSyntax IDENTIFIED BY id-pe-mudsigner }

    id-pe-mudsigner OBJECT IDENTIFIER ::= { id-pe TBD }

    MUDsignerSyntax ::= Name

    --
    -- CMS Content Types
    --

    MUDContentTypes CONTENT-TYPE ::=
       { ct-mud, ... }

     ct-mud CONTENT-TYPE ::=
       { -- directly include the content
         IDENTIFIED BY id-ct-mudtype }
       -- The binary data that is in the form 
       -- 'application/mud+json" is directly encoded as the
       -- signed data.  No additional ASN.1 encoding is added.

    id-ct-mudtype OBJECT IDENTIFIER ::= { id-ct TBD }

    END
<CODE ENDS>
]]></artwork></figure>

<t>While this extension can appear in either an 802.AR manufacturer
certificate (IDevID) or deployment certificate (LDevID), of course it
is not guaranteed in either, nor is it guaranteed to be carried over.
It is RECOMMENDED that MUD manager implementations maintain a table
that maps a Thing to its MUD URL based on IDevIDs.</t>

</section>
<section anchor="lldp" title="The Manufacturer Usage Description LLDP extension">

<t>The IEEE802.1AB Link Layer Discovery Protocol (LLDP) is a
one hop vendor-neutral link layer protocol used by end hosts network
Things for advertising their identity, capabilities, and neighbors on
an IEEE 802 local area network. Its Type-Length-Value (TLV) design
allows for ‘vendor-specific’ extensions to be defined. IANA has a
registered IEEE 802 organizationally unique identifier (OUI) defined
as documented in <xref target="RFC7042"/>. The MUD LLDP extension uses a subtype
defined in this document to carry the MUD URL.</t>

<t>The LLDP vendor specific frame has the following format:</t>

<figure><artwork><![CDATA[
+--------+--------+----------+---------+--------------
|TLV Type|  len   |   OUI    |subtype  | MUDString
|  =127  |        |= 00 00 5E|  = 1    |
|(7 bits)|(9 bits)|(3 octets)|(1 octet)|(1-255 octets)
+--------+--------+----------+---------+--------------

]]></artwork></figure>

<t>where:</t>

<t><list style="symbols">
  <t>TLV Type = 127 indicates a vendor-specific TLV</t>
  <t>len – indicates the TLV string length</t>
  <t>OUI = 00 00 5E is the organizationally unique identifier of IANA</t>
  <t>subtype = 1 (to be assigned by IANA for the MUD URL)</t>
  <t>MUD URL – the length MUST NOT exceed 255 octets</t>
</list></t>

<t>The intent of this extension is to provide both a new Thing
classifier to the network as well as some recommended configuration to
the routers that implement policy.  However, it is entirely the
purview of the network system as managed by the network administrator
to decide what to do with this information.  The key function of this
extension is simply to identify the type of Thing to the network in a
structured way such that the policy can be easily found with existing
toolsets.</t>

<t>Hosts, routers, or other network elements that implement this option
are intended to have at most one MUD URL associated with them, so they
may transmit at most one MUD URL value.</t>

<t>Hosts, routers, or other network elements that implement this option may
ignore these options or take action based on receipt of these options.
For example they may fill in information in the respective extensions
of the LLDP Management Information Base (LLDP MIB). LLDP operates in a
one-way direction. LLDPDUs are not exchanged as information requests
by one Thing and response sent by another Thing. The other Things do
not acknowledge LLDP information received from a Thing.  No specific
network behavior is guaranteed.  When a Thing consumes this extension,
it may either forward the URL and relevant remote Thing information to
a MUD manager, or it will retrieve the usage description by
resolving the URL in accordance with normal HTTP semantics.</t>

</section>
<section anchor="creating-and-processing-of-signed-mud-files" title="Creating and Processing of Signed MUD Files">

<t>Because MUD files contain information that may be used to configure
network access lists, they are sensitive.  To ensure that they have
not been tampered with, it is important that they be signed.  We make
use of DER-encoded Cryptographic Message Syntax (CMS) <xref target="RFC5652"/> for
this purpose.</t>

<section anchor="creating-a-mud-file-signature" title="Creating a MUD file signature">
<t>A MUD file MUST be signed using CMS as an opaque binary object.  In
order to make successful verification more likely, intermediate
certificates SHOULD be included.  The signature is stored at the
location specified in the MUD file.  Signatures are
transferred using content-type “application/pkcs7-signature”.</t>

<t>For example:</t>

<figure><artwork><![CDATA[
% openssl cms -sign -signer mancertfile -inkey mankey \
              -in mudfile -binary -outform DER -binary \
              -certfile intermediatecert -out mudfile.p7s
]]></artwork></figure>

<t>Note: A MUD file may need to be re-signed if the signature expires.</t>

</section>
<section anchor="validate" title="Verifying a MUD file signature">
<t>Prior to processing the rest of a MUD file, the MUD manager MUST
retrieve the MUD signature file by retrieving the value of
“mud-signature” and validating the signature across the MUD file. The
Key Usage Extension in the signing certificate MUST have the bit
digitalSignature(0) set.  The subject of this certificate MUST be
equal to that of the value of id-pe-mudsigner when that extension is
present in the device certificate.  If these conditions are not met,
or if it cannot validate the chain of trust to a known trust anchor,
the MUD manager MUST cease processing the MUD file until an
administrator has given approval.</t>

<t>The purpose of the signature on the file is to assign accountability
to an entity, whose reputation can be used to guide administrators on
whether or not to accept a given MUD file.  It is already common place
to check web reputation on the location of a server on which a file
resides.  While it is likely that the manufacturer will be the signer
of the file, this is not strictly necessary, and may not be desirable.
For one thing, in some environments, integrators may install their own
certificates.  For another, what is more important is the
accountability of the recommendation, and not just the relationship
between the Thing and the file.</t>

<t>An example:</t>

<figure><artwork><![CDATA[
% openssl cms -verify -in mudfile.p7s -inform DER -content mudfile
]]></artwork></figure>

<t>Note the additional step of verifying the common trust root.</t>

</section>
</section>
<section anchor="ext" title="Extensibility">

<t>One of our design goals is to see that MUD files are able to be
understood by as broad a cross-section of systems as is possible.
Coupled with the fact that we have also chosen to leverage existing
mechanisms, we are left with no ability to negotiate extensions and a
limited desire for those extensions in any event.  A such, a
two-tier extensibility framework is employed, as follows:</t>

<t><list style="numbers">
  <t>At a coarse grain, a protocol version is included in a MUD URL.
 This memo specifies MUD version 1.  Any and all changes are
 entertained when this version is bumped.  Transition approaches
 between versions would be a matter for discussion in future versions.</t>
  <t>At a finer grain, only extensions that would not incur additional
 risk to the Thing are permitted.  Specifically, adding nodes to the
 mud container is permitted with the understanding that such additions
 will be ignored by unaware implementations.  Any such extensions
 SHALL be standardized through the IETF process, and MUST be named in
 the “extensions” list.  MUD managers MUST ignore YANG nodes they
 do not understand and SHOULD create an exception to be resolved by an
 administrator, so as to avoid any policy inconsistencies.</t>
</list></t>

</section>
<section anchor="depcon" title="Deployment Considerations">

<t>Because MUD consists of a number of architectural building blocks, it
is possible to assemble different deployment scenarios.  One key
aspect is where to place policy enforcement.  In order to protect the
Thing from other Things within a local deployment, policy can be
enforced on the nearest switch or access point.  In order to limit
unwanted traffic within a network, it may also be advisable to enforce
policy as close to the Internet as possible.  In some circumstances,
policy enforcement may not be available at the closest hop.  At that
point, the risk of lateral infection (infection of devices that reside
near one another) is increased to the number of Things that are able
to communicate without protection.</t>

<t>A caution about some of the classes: admission of a Thing into the
“manufacturer” and “same-manufacturer” class may have impact on access
of other Things.  Put another way, the admission may grow the
access-list on switches connected to other Things, depending on how
access is managed.  Some care should be given on managing that
access-list growth.  Alternative methods such as additional
network segmentation can be used to keep that growth within reason.</t>

<t>Because as of this writing MUD is a new concept, one can expect a
great many devices to not have implemented it.  It remains a local
deployment decision as to whether a device that is first connected
should be allowed broad or limited access.  Furthermore, as mentioned
in the introduction, a deployment may choose to ignore a MUD policy in
its entirety, but simply taken into account the MUD URL as a
classifier to be used as part of a local policy decision.</t>

<t>Finally, please see directly below regarding device lifetimes and use
of domain names.</t>

</section>
<section anchor="secon" title="Security Considerations">

<t>Based on how a MUD URL is emitted, a Thing may be able to lie about
what it is, thus gaining additional network access.  This happens when
a device emits a MUD URL using DHCP or LLDP, and is either
inappropriately admitted to a class such as “same-manufacturer” or
given access to a device such as “my-controller”, where such access
would otherwise be disallowed.  Whether that is the case will depend
on the deployment.  Implementations SHOULD be configurable to disallow
additive access for devices using MUD-URLs that not emitted in a
secure fashion such as in a certificate.  Similarly, implementations
SHOULD NOT grant elevated permissions (beyond those of devices
presenting no MUD policy) to devices which do not strongly bind their
identity to their L2/L3 transmissions.  When insecure methods are used
by the MUD Manager, the classes SHOULD NOT contain devices that use
both insecure and secure methods, in order to prevent privilege
escalation attacks, and MUST NOT contain devices with the same MUD-URL
that are derived from both strong and weak authentication methods.</t>

<t>Devices may forge source (L2/L3) information.  Deployments should
apply appropriate protections to bind communications to the
authentication that has taken place.  For 802.1X authentication, IEEE
802.1AE (MACsec) <xref target="IEEE8021AE"/> is one means by which this may happen.
A similar approach can be used with 802.11i (WPA2) <xref target="IEEE80211i"/>.
Other means are available with other lower layer technologies.
Implementations using session-oriented access that is not
cryptographically bound should take care to remove state when any form
of break in the session is detected.</t>

<t>A rogue CA may sign a certificate that contains the same subject name
as is listed in the MUDsigner field in the manufacturer certificate,
thus seemingly permitting a substitute MUD file for a device.  There
are two mitigations available: first, if the signer changes, this may
be flagged as an exception by the MUD manager.  If the MUD file also
changes, the MUD manager SHOULD seek administrator approval (it should
do this in any case).  In all circumstances, the MUD manager MUST
maintain a cache of trusted CAs for this purpose.  When such a rogue
is discovered, it SHOULD be removed.</t>

<t>Additional mitigations are described below.</t>

<t>When certificates are not present, Things claiming to be of a certain
manufacturer SHOULD NOT be included in that manufacturer grouping
without additional validation of some form.  This will be relevant
when it makes use of primitives such as “manufacturer” for the purpose
of accessing Things of a particular type.  Similarly, network
management systems may be able to fingerprint the Thing.  In such
cases, the MUD URL can act as a classifier that can be proven or
disproven.  Fingerprinting may have other advantages as well: when
802.1AR certificates are used, because they themselves cannot change,
fingerprinting offers the opportunity to add artifacts to the MUD
string in the form of the reserved field discussed in <xref target="dhcpopt"/>.
The meaning of such artifacts is left as future work.</t>

<t>MUD managers SHOULD NOT accept a usage description for a Thing with
the same MAC address that has indicated a change of the URL authority
without some additional validation (such as review by a network
administrator).  New Things that present some form of unauthenticated
MUD URL SHOULD be validated by some external means when they would be
be given increased network access.</t>

<t>It may be possible for a rogue manufacturer to inappropriately
exercise the MUD file parser, in order to exploit a vulnerability.
There are three recommended approaches to address this threat.  The
first is to validate that the signer of the MUD file is known to and
trusted by the MUD manager.  The second is to have a system do a
primary scan of the file to ensure that it is both parseable and
believable at some level.  MUD files will likely be relatively small,
to start with.  The number of ACEs used by any given Thing should be
relatively small as well.  It may also be useful to limit retrieval of
MUD URLs to only those sites that are known to have decent web or
domain reputations.</t>

<t>Use of a URL necessitates the use of domain names.  If a domain name
changes ownership, the new owner of that domain may be able to provide
MUD files that MUD managers would consider valid.  There are a few
approaches that can mitigate this attack.  First, MUD managers
SHOULD cache certificates used by the MUD file server.  When a new
certificate is retrieved for whatever reason, the MUD manager
should check to see if ownership of the domain has changed.  A fair
programmatic approximation of this is when the name servers for the
domain have changed.  If the actual MUD file has changed, the
MUD manager MAY check the WHOIS database to see if registration
ownership of a domain has changed.  If a change has occurred, or if for
some reason it is not possible to determine whether ownership has
changed, further review may be warranted.  Note, this remediation does
not take into account the case of a Thing that was produced long ago
and only recently fielded, or the case where a new MUD manager has
been installed.</t>

<t>The release of a MUD URL by a Thing reveals what the Thing is, and
provides an attacker with guidance on what vulnerabilities may be
present.</t>

<t>While the MUD URL itself is not intended to be unique to a specific
Thing, the release of the URL may aid an observer in identifying
individuals when combined with other information.  This is a privacy
consideration.</t>

<t>In addressing both of these concerns, implementors should take into
account what other information they are advertising through mechanisms
such as mDNS<xref target="RFC6872"/>, how a Thing might otherwise be identified,
perhaps through how it behaves when it is connected to the network,
whether a Thing is intended to be used by individuals or carry
personal identifying information, and then apply appropriate data
minimization techniques.  One approach is to make use of TEAP
<xref target="RFC7170"/> as the means to share information with authorized
components in the network.  Network elements may also assist in
limiting access to the MUD URL through the use of mechanisms such as
DHCPv6-Shield <xref target="RFC7610"/>.</t>

<t>There is the risk of the MUD manager itself being spied on to
determine what things are connected to the network.  To address this
risk, MUD managers may choose to make use of TLS proxies that they
trust that would aggregate other information.</t>

<t>Please note that the security considerations mentioned in Section 4.7
of <xref target="I-D.ietf-netmod-rfc6087bis"/> are not applicable in this case
because the YANG serialization is not intended to be accessed via
NETCONF.  However, for those who try to instantiate this model in a
network element via NETCONF, all objects in each model in this draft
exhibit similar security characteristics as
<xref target="I-D.ietf-netmod-acl-model"/>.  The basic purpose of MUD is to
configure access, and so by its very nature can be disruptive if used
by unauthorized parties.</t>

</section>
<section anchor="iana-considerations" title="IANA Considerations">

<t>[ There was originally a registry entry for .well-known suffixes.
  This has been removed from the draft and may be marked as deprecated
  in the registry. RFC Editor: please remove this comment. ]</t>

<section anchor="yang-module-registrations" title="YANG Module Registrations">
<t>The following YANG modules are requested to be registered in the “IANA
Module Names” registry:</t>

<t>The ietf-mud module:</t>

<t><list style="symbols">
  <t>Name: ietf-mud</t>
  <t>URN: urn:ietf:params:xml:ns:yang:ietf-mud</t>
  <t>Prefix: ietf-mud</t>
  <t>Registrant conact: The IESG</t>
  <t>Reference: [RFCXXXX]</t>
</list></t>

<t>The ietf-acldns module:</t>

<t><list style="symbols">
  <t>Name: ietf-acldns</t>
  <t>URI: urn:ietf:params:xml:ns:yang:ietf-acldns</t>
  <t>Prefix: ietf-acldns</t>
  <t>Registrant: the IESG</t>
  <t>Reference: [RFCXXXX]</t>
</list></t>

</section>
<section anchor="dhcpv4-and-dhcpv6-options" title="DHCPv4 and DHCPv6 Options">

<t>The IANA has allocated option 161 in the Dynamic Host Configuration
Protocol (DHCP) and Bootstrap Protocol (BOOTP) Parameters registry for
the MUD DHCPv4 option, and option 112 for DHCPv6, as described in <xref target="dhcpopt"/>.</t>

</section>
<section anchor="pkix-extensions" title="PKIX Extensions">

<t>IANA is kindly requested to make the   following assignments for:</t>

<t>o The MUDURLExtnModule-2016 ASN.1 module in the “SMI Security for
   PKIX Module Identifier” registry (1.3.6.1.5.5.7.0).</t>

<t>o id-pe-mud-url object identifier from the “SMI Security for PKIX
   Certificate Extension” registry (1.3.6.1.5.5.7.1).</t>

<t>o id-pe-mudsigner object identifier from the “SMI Security for
   PKIX Certificate Extension” registry (TBD).</t>

<t>o id-ct-mud object identifier from the “SMI Security for S/MIME CMS
   Content Type” registry.</t>

<t>The use of these values is specified in <xref target="mudx509"/>.</t>

</section>
<section anchor="mime-media-type-registration-for-mud-files" title="MIME Media-type Registration for MUD files">

<t>The following media-type is defined for transfer of MUD file:</t>

<figure><artwork><![CDATA[
 o Type name: application
 o Subtype name: mud+json
 o Required parameters: n/a
 o Optional parameters: n/a
 o Encoding considerations: 8bit; application/mud+json values
   are represented as a JSON object; UTF-8 encoding MUST be
   employed. [RFC3629]
 o Security considerations: See Security Considerations
   of RFCXXXX and [RFC8259] Section 12.
 o Interoperability considerations: n/a
 o Published specification: [RFCXXXX]
 o Applications that use this media type: MUD managers as
   specified by [RFCXXXX].
 o Fragment identifier considerations: n/a
 o Additional information:

     Magic number(s): n/a
     File extension(s): n/a
     Macintosh file type code(s): n/a

 o Person & email address to contact for further information:
   Eliot Lear <lear@cisco.com>, Ralph Droms <rdroms@gmail.com>
 o Intended usage: COMMON
 o Restrictions on usage: none
 o Author:
      Eliot Lear <lear@cisco.com>
      Ralph Droms <rdroms@gmail.com>
 o Change controller: IESG
 o Provisional registration? (standards tree only): No.

]]></artwork></figure>

</section>
<section anchor="lldp-iana-tlv-subtype-registry" title="LLDP IANA TLV Subtype Registry">

<t>IANA is requested to create a new registry for IANA Link Layer
Discovery Protocol (LLDP) TLV subtype values. The recommended policy
for this registry is Expert Review. The maximum number of entries in
the registry is 256.</t>

<t>IANA is required to populate the initial registry with the value:</t>

<t>LLDP subtype value = 1
(All the other 255 values should be initially marked as ‘Unassigned’.)</t>

<t>Description = the Manufacturer Usage Description (MUD) Uniform Resource Locator (URL)</t>

<t>Reference = &lt; this document &gt;</t>

</section>
<section anchor="urns" title="The MUD Well Known Universal Resource Name (URNs)">
<t>The following parameter registry is requested to be added in
accordance with <xref target="RFC3553"/></t>

<figure><artwork><![CDATA[
   Registry name: "urn:ietf:params:mud" is requested.
   Specification: this document
   Repository: this document
   Index value:  Encoded identically to a TCP/UDP port service
                 name, as specified in Section 5.1 of [RFC6335]
]]></artwork></figure>

<t>The following entries should be added to the “urn:ietf:params:mud” name space:</t>

<t>“urn:ietf:params:mud:dns” refers to the service specified by <xref target="RFC1123"/>.
“urn:ietf:params:mud:ntp” refers to the service specified by <xref target="RFC5905"/>.</t>

</section>
<section anchor="extensions-registry" title="Extensions Registry">
<t>The IANA is requested to establish a registry of extensions as follows:</t>

<figure><artwork><![CDATA[
   Registry name: MUD extensions registry
   Registry policy: Standards action
   Standard reference: document
   Extension name: UTF-8 encoded string, not to exceed 40 characters.
]]></artwork></figure>

<t>Each extension MUST follow the rules specified in this specification.
As is usual, the IANA issues early allocations based in accordance
with <xref target="RFC7120"/>.</t>

</section>
</section>
<section anchor="acknowledgments" title="Acknowledgments">

<t>The authors would like to thank Einar Nilsen-Nygaard, who
singlehandedly updated the model to match the updated ACL model,
Bernie Volz, Tom Gindin, Brian Weis, Sandeep Kumar, Thorsten Dahm,
John Bashinski, Steve Rich, Jim Bieda, Dan Wing, Joe Clarke, Henk
Birkholz, Adam Montville, Jim Schaad, and Robert Sparks for their
valuable advice and reviews.  Russ Housley entirely rewrote
<xref target="mudx509"/> to be a complete module.  Adrian Farrel provided the basis
for privacy considerations text.  Kent Watsen provided a thorough
review of the architecture and the YANG model.  The remaining errors
in this work are entirely the responsibility of the authors.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC1123" target='https://www.rfc-editor.org/info/rfc1123'>
<front>
<title>Requirements for Internet Hosts - Application and Support</title>
<author initials='R.' surname='Braden' fullname='R. Braden' role='editor'><organization /></author>
<date year='1989' month='October' />
<abstract><t>This RFC is an official specification for the Internet community.  It incorporates by reference, amends, corrects, and supplements the primary protocol standards documents relating to hosts.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='3'/>
<seriesInfo name='RFC' value='1123'/>
<seriesInfo name='DOI' value='10.17487/RFC1123'/>
</reference>



<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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="RFC2818" target='https://www.rfc-editor.org/info/rfc2818'>
<front>
<title>HTTP Over TLS</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2000' month='May' />
<abstract><t>This memo describes how to use Transport Layer Security (TLS) to secure Hypertext Transfer Protocol (HTTP) connections over the Internet.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='2818'/>
<seriesInfo name='DOI' value='10.17487/RFC2818'/>
</reference>



<reference  anchor="RFC3629" target='https://www.rfc-editor.org/info/rfc3629'>
<front>
<title>UTF-8, a transformation format of ISO 10646</title>
<author initials='F.' surname='Yergeau' fullname='F. Yergeau'><organization /></author>
<date year='2003' month='November' />
<abstract><t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems.  The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo.  UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values.  This memo obsoletes and replaces RFC 2279.</t></abstract>
</front>
<seriesInfo name='STD' value='63'/>
<seriesInfo name='RFC' value='3629'/>
<seriesInfo name='DOI' value='10.17487/RFC3629'/>
</reference>



<reference  anchor="RFC3748" target='https://www.rfc-editor.org/info/rfc3748'>
<front>
<title>Extensible Authentication Protocol (EAP)</title>
<author initials='B.' surname='Aboba' fullname='B. Aboba'><organization /></author>
<author initials='L.' surname='Blunk' fullname='L. Blunk'><organization /></author>
<author initials='J.' surname='Vollbrecht' fullname='J. Vollbrecht'><organization /></author>
<author initials='J.' surname='Carlson' fullname='J. Carlson'><organization /></author>
<author initials='H.' surname='Levkowetz' fullname='H. Levkowetz' role='editor'><organization /></author>
<date year='2004' month='June' />
<abstract><t>This document defines the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication methods.  EAP typically runs directly over data link layers such as Point-to-Point Protocol (PPP) or IEEE 802, without requiring IP.  EAP provides its own support for duplicate elimination and retransmission, but is reliant on lower layer ordering guarantees.  Fragmentation is not supported within EAP itself; however, individual EAP methods may support this.  This document obsoletes RFC 2284.  A summary of the changes between this document and RFC 2284 is available in Appendix A.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3748'/>
<seriesInfo name='DOI' value='10.17487/RFC3748'/>
</reference>



<reference  anchor="RFC3986" target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author initials='T.' surname='Berners-Lee' fullname='T. Berners-Lee'><organization /></author>
<author initials='R.' surname='Fielding' fullname='R. Fielding'><organization /></author>
<author initials='L.' surname='Masinter' fullname='L. Masinter'><organization /></author>
<date year='2005' month='January' />
<abstract><t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='66'/>
<seriesInfo name='RFC' value='3986'/>
<seriesInfo name='DOI' value='10.17487/RFC3986'/>
</reference>



<reference  anchor="RFC3987" target='https://www.rfc-editor.org/info/rfc3987'>
<front>
<title>Internationalized Resource Identifiers (IRIs)</title>
<author initials='M.' surname='Duerst' fullname='M. Duerst'><organization /></author>
<author initials='M.' surname='Suignard' fullname='M. Suignard'><organization /></author>
<date year='2005' month='January' />
<abstract><t>This document defines a new protocol element, the Internationalized  Resource Identifier (IRI), as a complement of the Uniform Resource  Identifier (URI). An IRI is a sequence of characters from the  Universal Character Set (Unicode/ISO 10646). A mapping from IRIs to   URIs is defined, which means that IRIs can be used instead of URIs,  where appropriate, to identify resources.</t><t> The approach of defining a new protocol element was chosen instead of extending or changing the definition of URIs.  This was done in order  to allow a clear distinction and to avoid incompatibilities with  existing software. Guidelines are provided for the use and deployment of IRIs in various protocols, formats, and software components that currently deal with URIs.</t></abstract>
</front>
<seriesInfo name='RFC' value='3987'/>
<seriesInfo name='DOI' value='10.17487/RFC3987'/>
</reference>



<reference anchor="I-D.ietf-netmod-acl-model">
<front>
<title>Network Access Control List (ACL) YANG Data Model</title>

<author initials='M' surname='Jethanandani' fullname='Mahesh Jethanandani'>
    <organization />
</author>

<author initials='L' surname='Huang' fullname='Lisa Huang'>
    <organization />
</author>

<author initials='S' surname='Agarwal' fullname='Sonal Agarwal'>
    <organization />
</author>

<author initials='D' surname='Blair' fullname='Dana Blair'>
    <organization />
</author>

<date month='April' day='27' year='2018' />

<abstract><t>This document defines a data model for Access Control List (ACL).  An ACL is a user-ordered set of rules, used to configure the forwarding behavior in 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='Internet-Draft' value='draft-ietf-netmod-acl-model-19' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-netmod-acl-model-19.txt' />
</reference>



<reference  anchor="RFC5905" target='https://www.rfc-editor.org/info/rfc5905'>
<front>
<title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
<author initials='D.' surname='Mills' fullname='D. Mills'><organization /></author>
<author initials='J.' surname='Martin' fullname='J. Martin' role='editor'><organization /></author>
<author initials='J.' surname='Burbank' fullname='J. Burbank'><organization /></author>
<author initials='W.' surname='Kasch' fullname='W. Kasch'><organization /></author>
<date year='2010' month='June' />
<abstract><t>The Network Time Protocol (NTP) is widely used to synchronize computer clocks in the Internet.  This document describes NTP version 4 (NTPv4), which is backwards compatible with NTP version 3 (NTPv3), described in RFC 1305, as well as previous versions of the protocol. NTPv4 includes a modified protocol header to accommodate the Internet Protocol version 6 address family.  NTPv4 includes fundamental improvements in the mitigation and discipline algorithms that extend the potential accuracy to the tens of microseconds with modern workstations and fast LANs.  It includes a dynamic server discovery scheme, so that in many cases, specific server configuration is not required.  It corrects certain errors in the NTPv3 design and implementation and includes an optional extension mechanism.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5905'/>
<seriesInfo name='DOI' value='10.17487/RFC5905'/>
</reference>



<reference  anchor="RFC6991" target='https://www.rfc-editor.org/info/rfc6991'>
<front>
<title>Common YANG Data Types</title>
<author initials='J.' surname='Schoenwaelder' fullname='J. Schoenwaelder' role='editor'><organization /></author>
<date year='2013' month='July' />
<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="RFC2131" target='https://www.rfc-editor.org/info/rfc2131'>
<front>
<title>Dynamic Host Configuration Protocol</title>
<author initials='R.' surname='Droms' fullname='R. Droms'><organization /></author>
<date year='1997' month='March' />
<abstract><t>The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCPIP network.  DHCP is based on the Bootstrap Protocol (BOOTP), adding the capability of automatic allocation of reusable network addresses and additional configuration options.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2131'/>
<seriesInfo name='DOI' value='10.17487/RFC2131'/>
</reference>



<reference  anchor="RFC3315" target='https://www.rfc-editor.org/info/rfc3315'>
<front>
<title>Dynamic Host Configuration Protocol for IPv6 (DHCPv6)</title>
<author initials='R.' surname='Droms' fullname='R. Droms' role='editor'><organization /></author>
<author initials='J.' surname='Bound' fullname='J. Bound'><organization /></author>
<author initials='B.' surname='Volz' fullname='B. Volz'><organization /></author>
<author initials='T.' surname='Lemon' fullname='T. Lemon'><organization /></author>
<author initials='C.' surname='Perkins' fullname='C. Perkins'><organization /></author>
<author initials='M.' surname='Carney' fullname='M. Carney'><organization /></author>
<date year='2003' month='July' />
</front>
<seriesInfo name='RFC' value='3315'/>
<seriesInfo name='DOI' value='10.17487/RFC3315'/>
</reference>



<reference  anchor="RFC7227" target='https://www.rfc-editor.org/info/rfc7227'>
<front>
<title>Guidelines for Creating New DHCPv6 Options</title>
<author initials='D.' surname='Hankins' fullname='D. Hankins'><organization /></author>
<author initials='T.' surname='Mrugalski' fullname='T. Mrugalski'><organization /></author>
<author initials='M.' surname='Siodelski' fullname='M. Siodelski'><organization /></author>
<author initials='S.' surname='Jiang' fullname='S. Jiang'><organization /></author>
<author initials='S.' surname='Krishnan' fullname='S. Krishnan'><organization /></author>
<date year='2014' month='May' />
<abstract><t>This document provides guidance to prospective DHCPv6 option developers to help them create option formats that are easily adoptable by existing DHCPv6 software.  It also provides guidelines for expert reviewers to evaluate new registrations.  This document updates RFC 3315.</t></abstract>
</front>
<seriesInfo name='BCP' value='187'/>
<seriesInfo name='RFC' value='7227'/>
<seriesInfo name='DOI' value='10.17487/RFC7227'/>
</reference>



<reference  anchor="RFC7230" target='https://www.rfc-editor.org/info/rfc7230'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems.  This document provides an overview of HTTP architecture and its associated terminology, defines the &quot;http&quot; and &quot;https&quot; Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.</t></abstract>
</front>
<seriesInfo name='RFC' value='7230'/>
<seriesInfo name='DOI' value='10.17487/RFC7230'/>
</reference>



<reference  anchor="RFC7610" target='https://www.rfc-editor.org/info/rfc7610'>
<front>
<title>DHCPv6-Shield: Protecting against Rogue DHCPv6 Servers</title>
<author initials='F.' surname='Gont' fullname='F. Gont'><organization /></author>
<author initials='W.' surname='Liu' fullname='W. Liu'><organization /></author>
<author initials='G.' surname='Van de Velde' fullname='G. Van de Velde'><organization /></author>
<date year='2015' month='August' />
<abstract><t>This document specifies a mechanism for protecting hosts connected to a switched network against rogue DHCPv6 servers.  It is based on DHCPv6 packet filtering at the layer 2 device at which the packets are received.  A similar mechanism has been widely deployed in IPv4 networks ('DHCP snooping'); hence, it is desirable that similar functionality be provided for IPv6 networks.  This document specifies a Best Current Practice for the implementation of DHCPv6-Shield.</t></abstract>
</front>
<seriesInfo name='BCP' value='199'/>
<seriesInfo name='RFC' value='7610'/>
<seriesInfo name='DOI' value='10.17487/RFC7610'/>
</reference>



<reference  anchor="RFC7950" target='https://www.rfc-editor.org/info/rfc7950'>
<front>
<title>The YANG 1.1 Data Modeling Language</title>
<author initials='M.' surname='Bjorklund' fullname='M. Bjorklund' role='editor'><organization /></author>
<date year='2016' month='August' />
<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="RFC7951" target='https://www.rfc-editor.org/info/rfc7951'>
<front>
<title>JSON Encoding of Data Modeled with YANG</title>
<author initials='L.' surname='Lhotka' fullname='L. Lhotka'><organization /></author>
<date year='2016' month='August' />
<abstract><t>This document defines encoding rules for representing configuration data, state data, parameters of Remote Procedure Call (RPC) operations or actions, and notifications defined using YANG as JavaScript Object Notation (JSON) text.</t></abstract>
</front>
<seriesInfo name='RFC' value='7951'/>
<seriesInfo name='DOI' value='10.17487/RFC7951'/>
</reference>



<reference  anchor="RFC7120" target='https://www.rfc-editor.org/info/rfc7120'>
<front>
<title>Early IANA Allocation of Standards Track Code Points</title>
<author initials='M.' surname='Cotton' fullname='M. Cotton'><organization /></author>
<date year='2014' month='January' />
<abstract><t>This memo describes the process for early allocation of code points by IANA from registries for which &quot;Specification Required&quot;, &quot;RFC                        Required&quot;, &quot;IETF Review&quot;, or &quot;Standards Action&quot; policies apply.  This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation.  The procedures in this document are intended to apply only to IETF Stream documents.</t></abstract>
</front>
<seriesInfo name='BCP' value='100'/>
<seriesInfo name='RFC' value='7120'/>
<seriesInfo name='DOI' value='10.17487/RFC7120'/>
</reference>



<reference  anchor="RFC5234" target='https://www.rfc-editor.org/info/rfc5234'>
<front>
<title>Augmented BNF for Syntax Specifications: ABNF</title>
<author initials='D.' surname='Crocker' fullname='D. Crocker' role='editor'><organization /></author>
<author initials='P.' surname='Overell' fullname='P. Overell'><organization /></author>
<date year='2008' month='January' />
<abstract><t>Internet technical specifications often need to define a formal syntax.  Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications.  The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power.  The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges.  This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='68'/>
<seriesInfo name='RFC' value='5234'/>
<seriesInfo name='DOI' value='10.17487/RFC5234'/>
</reference>



<reference  anchor="RFC5280" target='https://www.rfc-editor.org/info/rfc5280'>
<front>
<title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
<author initials='D.' surname='Cooper' fullname='D. Cooper'><organization /></author>
<author initials='S.' surname='Santesson' fullname='S. Santesson'><organization /></author>
<author initials='S.' surname='Farrell' fullname='S. Farrell'><organization /></author>
<author initials='S.' surname='Boeyen' fullname='S. Boeyen'><organization /></author>
<author initials='R.' surname='Housley' fullname='R. Housley'><organization /></author>
<author initials='W.' surname='Polk' fullname='W. Polk'><organization /></author>
<date year='2008' month='May' />
<abstract><t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5280'/>
<seriesInfo name='DOI' value='10.17487/RFC5280'/>
</reference>



<reference  anchor="RFC5652" target='https://www.rfc-editor.org/info/rfc5652'>
<front>
<title>Cryptographic Message Syntax (CMS)</title>
<author initials='R.' surname='Housley' fullname='R. Housley'><organization /></author>
<date year='2009' month='September' />
<abstract><t>This document describes the Cryptographic Message Syntax (CMS).  This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='70'/>
<seriesInfo name='RFC' value='5652'/>
<seriesInfo name='DOI' value='10.17487/RFC5652'/>
</reference>



<reference  anchor="RFC5911" target='https://www.rfc-editor.org/info/rfc5911'>
<front>
<title>New ASN.1 Modules for Cryptographic Message Syntax (CMS) and S/MIME</title>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<author initials='J.' surname='Schaad' fullname='J. Schaad'><organization /></author>
<date year='2010' month='June' />
<abstract><t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1.  The current ASN.1 modules conform to the 1988 version of ASN.1.  This document updates those ASN.1 modules to conform to the 2002 version of ASN.1.  There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax.  This document is not an Internet Standards Track  specification; it is published for informational purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='5911'/>
<seriesInfo name='DOI' value='10.17487/RFC5911'/>
</reference>



<reference  anchor="RFC5912" target='https://www.rfc-editor.org/info/rfc5912'>
<front>
<title>New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)</title>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<author initials='J.' surname='Schaad' fullname='J. Schaad'><organization /></author>
<date year='2010' month='June' />
<abstract><t>The Public Key Infrastructure using X.509 (PKIX) certificate format, and many associated formats, are expressed using ASN.1.  The current ASN.1 modules conform to the 1988 version of ASN.1.  This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='5912'/>
<seriesInfo name='DOI' value='10.17487/RFC5912'/>
</reference>



<reference  anchor="RFC6335" target='https://www.rfc-editor.org/info/rfc6335'>
<front>
<title>Internet Assigned Numbers Authority (IANA) Procedures for the Management of the Service Name and Transport Protocol Port Number Registry</title>
<author initials='M.' surname='Cotton' fullname='M. Cotton'><organization /></author>
<author initials='L.' surname='Eggert' fullname='L. Eggert'><organization /></author>
<author initials='J.' surname='Touch' fullname='J. Touch'><organization /></author>
<author initials='M.' surname='Westerlund' fullname='M. Westerlund'><organization /></author>
<author initials='S.' surname='Cheshire' fullname='S. Cheshire'><organization /></author>
<date year='2011' month='August' />
<abstract><t>This document defines the procedures that the Internet Assigned Numbers Authority (IANA) uses when handling assignment and other requests related to the Service Name and Transport Protocol Port Number registry.  It also discusses the rationale and principles behind these procedures and how they facilitate the long-term sustainability of the registry.</t><t>This document updates IANA's procedures by obsoleting the previous UDP and TCP port assignment procedures defined in Sections 8 and 9.1 of the IANA Allocation Guidelines, and it updates the IANA service name and port assignment procedures for UDP-Lite, the Datagram Congestion Control Protocol (DCCP), and the Stream Control Transmission Protocol (SCTP).  It also updates the DNS SRV specification to clarify what a service name is and how it is registered.  This memo documents an Internet Best Current Practice.</t></abstract>
</front>
<seriesInfo name='BCP' value='165'/>
<seriesInfo name='RFC' value='6335'/>
<seriesInfo name='DOI' value='10.17487/RFC6335'/>
</reference>



<reference  anchor="RFC8174" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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="RFC8259" target='https://www.rfc-editor.org/info/rfc8259'>
<front>
<title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
<author initials='T.' surname='Bray' fullname='T. Bray' role='editor'><organization /></author>
<date year='2017' month='December' />
<abstract><t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t><t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t></abstract>
</front>
<seriesInfo name='STD' value='90'/>
<seriesInfo name='RFC' value='8259'/>
<seriesInfo name='DOI' value='10.17487/RFC8259'/>
</reference>



<reference  anchor="RFC8340" target='https://www.rfc-editor.org/info/rfc8340'>
<front>
<title>YANG Tree Diagrams</title>
<author initials='M.' surname='Bjorklund' fullname='M. Bjorklund'><organization /></author>
<author initials='L.' surname='Berger' fullname='L. Berger' role='editor'><organization /></author>
<date year='2018' month='March' />
<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="RFC8348" target='https://www.rfc-editor.org/info/rfc8348'>
<front>
<title>A YANG Data Model for Hardware Management</title>
<author initials='A.' surname='Bierman' fullname='A. Bierman'><organization /></author>
<author initials='M.' surname='Bjorklund' fullname='M. Bjorklund'><organization /></author>
<author initials='J.' surname='Dong' fullname='J. Dong'><organization /></author>
<author initials='D.' surname='Romascanu' fullname='D. Romascanu'><organization /></author>
<date year='2018' month='March' />
<abstract><t>This document defines a YANG data model for the management of hardware on a single server.</t></abstract>
</front>
<seriesInfo name='RFC' value='8348'/>
<seriesInfo name='DOI' value='10.17487/RFC8348'/>
</reference>


<reference anchor="IEEE8021AB" >
  <front>
    <title>IEEE Standard for Local and  Metropolitan Area Networks-- Station and Media Access Control Connectivity Discovery</title>
    <author >
      <organization>Institute for Electrical and Electronics Engineers</organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>




<reference  anchor="RFC7231" target='https://www.rfc-editor.org/info/rfc7231'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems.  This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation.</t></abstract>
</front>
<seriesInfo name='RFC' value='7231'/>
<seriesInfo name='DOI' value='10.17487/RFC7231'/>
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC1984" target='https://www.rfc-editor.org/info/rfc1984'>
<front>
<title>IAB and IESG Statement on Cryptographic Technology and the Internet</title>
<author><organization>IAB</organization></author>
<author><organization>IESG</organization></author>
<date year='1996' month='August' />
<abstract><t>The Internet Architecture Board (IAB) and the Internet Engineering Steering Group (IESG), the bodies which oversee architecture and standards for the Internet, are concerned by the need for increased protection of international commercial transactions on the Internet, and by the need to offer all Internet users an adequate degree of privacy. This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t></abstract>
</front>
<seriesInfo name='BCP' value='200'/>
<seriesInfo name='RFC' value='1984'/>
<seriesInfo name='DOI' value='10.17487/RFC1984'/>
</reference>



<reference  anchor="RFC3339" target='https://www.rfc-editor.org/info/rfc3339'>
<front>
<title>Date and Time on the Internet: Timestamps</title>
<author initials='G.' surname='Klyne' fullname='G. Klyne'><organization /></author>
<author initials='C.' surname='Newman' fullname='C. Newman'><organization /></author>
<date year='2002' month='July' />
</front>
<seriesInfo name='RFC' value='3339'/>
<seriesInfo name='DOI' value='10.17487/RFC3339'/>
</reference>



<reference  anchor="RFC3553" target='https://www.rfc-editor.org/info/rfc3553'>
<front>
<title>An IETF URN Sub-namespace for Registered Protocol Parameters</title>
<author initials='M.' surname='Mealling' fullname='M. Mealling'><organization /></author>
<author initials='L.' surname='Masinter' fullname='L. Masinter'><organization /></author>
<author initials='T.' surname='Hardie' fullname='T. Hardie'><organization /></author>
<author initials='G.' surname='Klyne' fullname='G. Klyne'><organization /></author>
<date year='2003' month='June' />
<abstract><t>This document describes a new sub-delegation for the 'ietf' URN namespace for registered protocol items.  The 'ietf' URN namespace is defined in RFC 2648 as a root for persistent URIs that refer to IETF- defined resources.  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='73'/>
<seriesInfo name='RFC' value='3553'/>
<seriesInfo name='DOI' value='10.17487/RFC3553'/>
</reference>



<reference  anchor="RFC6092" target='https://www.rfc-editor.org/info/rfc6092'>
<front>
<title>Recommended Simple Security Capabilities in Customer Premises Equipment (CPE) for Providing Residential IPv6 Internet Service</title>
<author initials='J.' surname='Woodyatt' fullname='J. Woodyatt' role='editor'><organization /></author>
<date year='2011' month='January' />
<abstract><t>This document identifies a set of recommendations for the makers of devices and describes how to provide for &quot;simple security&quot; capabilities at the perimeter of local-area IPv6 networks in Internet-enabled homes and small offices.  This document is not  an Internet Standards Track specification; it is published for  informational purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='6092'/>
<seriesInfo name='DOI' value='10.17487/RFC6092'/>
</reference>



<reference  anchor="RFC6872" target='https://www.rfc-editor.org/info/rfc6872'>
<front>
<title>The Common Log Format (CLF) for the Session Initiation Protocol (SIP): Framework and Information Model</title>
<author initials='V.' surname='Gurbani' fullname='V. Gurbani' role='editor'><organization /></author>
<author initials='E.' surname='Burger' fullname='E. Burger' role='editor'><organization /></author>
<author initials='T.' surname='Anjali' fullname='T. Anjali'><organization /></author>
<author initials='H.' surname='Abdelnur' fullname='H. Abdelnur'><organization /></author>
<author initials='O.' surname='Festor' fullname='O. Festor'><organization /></author>
<date year='2013' month='February' />
<abstract><t>Well-known web servers such as Apache and web proxies like Squid support event logging using a common log format.  The logs produced using these de facto standard formats are invaluable to system administrators for troubleshooting a server and tool writers to craft tools that mine the log files and produce reports and trends. Furthermore, these log files can also be used to train anomaly detection systems and feed events into a security event management system.  The Session Initiation Protocol (SIP) does not have a common log format, and, as a result, each server supports a distinct log format that makes it unnecessarily complex to produce tools to do trend analysis and security detection.  This document describes a framework, including requirements and analysis of existing approaches, and specifies an information model for development of a SIP common log file format that can be used uniformly by user agents, proxies, registrars, and redirect servers as well as back-to-back user agents.</t></abstract>
</front>
<seriesInfo name='RFC' value='6872'/>
<seriesInfo name='DOI' value='10.17487/RFC6872'/>
</reference>



<reference  anchor="RFC7042" target='https://www.rfc-editor.org/info/rfc7042'>
<front>
<title>IANA Considerations and IETF Protocol and Documentation Usage for IEEE 802 Parameters</title>
<author initials='D.' surname='Eastlake 3rd' fullname='D. Eastlake 3rd'><organization /></author>
<author initials='J.' surname='Abley' fullname='J. Abley'><organization /></author>
<date year='2013' month='October' />
<abstract><t>Some IETF protocols make use of Ethernet frame formats and IEEE 802 parameters.  This document discusses several uses of such parameters in IETF protocols, specifies IANA considerations for assignment of points under the IANA OUI (Organizationally Unique Identifier), and provides some values for use in documentation. This document obsoletes RFC 5342.</t></abstract>
</front>
<seriesInfo name='BCP' value='141'/>
<seriesInfo name='RFC' value='7042'/>
<seriesInfo name='DOI' value='10.17487/RFC7042'/>
</reference>



<reference  anchor="RFC7170" target='https://www.rfc-editor.org/info/rfc7170'>
<front>
<title>Tunnel Extensible Authentication Protocol (TEAP) Version 1</title>
<author initials='H.' surname='Zhou' fullname='H. Zhou'><organization /></author>
<author initials='N.' surname='Cam-Winget' fullname='N. Cam-Winget'><organization /></author>
<author initials='J.' surname='Salowey' fullname='J. Salowey'><organization /></author>
<author initials='S.' surname='Hanna' fullname='S. Hanna'><organization /></author>
<date year='2014' month='May' />
<abstract><t>This document defines the Tunnel Extensible Authentication Protocol (TEAP) version 1.  TEAP is a tunnel-based EAP method that enables secure communication between a peer and a server by using the Transport Layer Security (TLS) protocol to establish a mutually authenticated tunnel.  Within the tunnel, TLV objects are used to convey authentication-related data between the EAP peer and the EAP server.</t></abstract>
</front>
<seriesInfo name='RFC' value='7170'/>
<seriesInfo name='DOI' value='10.17487/RFC7170'/>
</reference>



<reference  anchor="RFC7452" target='https://www.rfc-editor.org/info/rfc7452'>
<front>
<title>Architectural Considerations in Smart Object Networking</title>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<author initials='J.' surname='Arkko' fullname='J. Arkko'><organization /></author>
<author initials='D.' surname='Thaler' fullname='D. Thaler'><organization /></author>
<author initials='D.' surname='McPherson' fullname='D. McPherson'><organization /></author>
<date year='2015' month='March' />
<abstract><t>The term &quot;Internet of Things&quot; (IoT) denotes a trend where a large number of embedded devices employ communication services offered by Internet protocols.  Many of these devices, often called &quot;smart                    objects&quot;, are not directly operated by humans but exist as components in buildings or vehicles, or are spread out in the environment. Following the theme &quot;Everything that can be connected will be                      connected&quot;, engineers and researchers designing smart object networks need to decide how to achieve this in practice.</t><t>This document offers guidance to engineers designing Internet- connected smart objects.</t></abstract>
</front>
<seriesInfo name='RFC' value='7452'/>
<seriesInfo name='DOI' value='10.17487/RFC7452'/>
</reference>



<reference  anchor="RFC7488" target='https://www.rfc-editor.org/info/rfc7488'>
<front>
<title>Port Control Protocol (PCP) Server Selection</title>
<author initials='M.' surname='Boucadair' fullname='M. Boucadair'><organization /></author>
<author initials='R.' surname='Penno' fullname='R. Penno'><organization /></author>
<author initials='D.' surname='Wing' fullname='D. Wing'><organization /></author>
<author initials='P.' surname='Patil' fullname='P. Patil'><organization /></author>
<author initials='T.' surname='Reddy' fullname='T. Reddy'><organization /></author>
<date year='2015' month='March' />
<abstract><t>This document specifies the behavior to be followed by a Port Control Protocol (PCP) client to contact its PCP server(s) when one or several PCP server IP addresses are configured.</t><t>This document updates RFC 6887.</t></abstract>
</front>
<seriesInfo name='RFC' value='7488'/>
<seriesInfo name='DOI' value='10.17487/RFC7488'/>
</reference>



<reference  anchor="RFC8343" target='https://www.rfc-editor.org/info/rfc8343'>
<front>
<title>A YANG Data Model for Interface Management</title>
<author initials='M.' surname='Bjorklund' fullname='M. Bjorklund'><organization /></author>
<date year='2018' month='March' />
<abstract><t>This document defines a YANG data model for the management of network interfaces.  It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes definitions for configuration and system state (status information and counters for the collection of statistics).</t><t>The YANG data model in this document conforms to the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t><t>This document obsoletes RFC 7223.</t></abstract>
</front>
<seriesInfo name='RFC' value='8343'/>
<seriesInfo name='DOI' value='10.17487/RFC8343'/>
</reference>



<reference  anchor="RFC7252" target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author initials='Z.' surname='Shelby' fullname='Z. Shelby'><organization /></author>
<author initials='K.' surname='Hartke' fullname='K. Hartke'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t><t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t></abstract>
</front>
<seriesInfo name='RFC' value='7252'/>
<seriesInfo name='DOI' value='10.17487/RFC7252'/>
</reference>



<reference anchor="ISO.8601.1988">
<front>
<title>Data elements and interchange formats - Information interchange - Representation of dates and times</title>
<author>
<organization>International Organization for Standardization</organization>
</author>
<date month="June" year="1988" />
</front>

<seriesInfo name="ISO" value="Standard 8601" />

</reference>



<reference anchor="I-D.ietf-netmod-rfc6087bis">
<front>
<title>Guidelines for Authors and Reviewers of YANG Data Model Documents</title>

<author initials='A' surname='Bierman' fullname='Andy Bierman'>
    <organization />
</author>

<date month='March' day='13' year='2018' />

<abstract><t>This memo provides guidelines for authors and reviewers of specifications containing YANG data model 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 data model modules.  This document obsoletes RFC 6087.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-netmod-rfc6087bis-20' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-netmod-rfc6087bis-20.txt' />
</reference>


<reference anchor="IEEE8021AR" >
  <front>
    <title>Secure Device Identity</title>
    <author >
      <organization>Institute for Electrical and Electronics Engineers</organization>
    </author>
    <date year="1998"/>
  </front>
</reference>
<reference anchor="IEEE8021X" >
  <front>
    <title>IEEE Standard for Local and metropolitan area networks--Port-Based Network Access Control</title>
    <author >
      <organization>Institute for Electrical and Electronics Engineers</organization>
    </author>
    <date year="2010"/>
  </front>
</reference>
<reference anchor="IEEE8021AE" >
  <front>
    <title>IEEE Standard for Local and Metropolitan Area Networks- Media Access Control (MAC) Security</title>
    <author >
      <organization>Institute for Electrical and Electronics Engineers</organization>
    </author>
    <date year="2006"/>
  </front>
</reference>
<reference anchor="IEEE80211i" >
  <front>
    <title>IEEE Standard for information technology-Telecommunications and information exchange between systems-Local and metropolitan area networks-Specific requirements-Part 11- Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications- Amendment 6- Medium Access Control (MAC) Security Enhancements</title>
    <author >
      <organization>Institute for Electrical and Electronics Engineers</organization>
    </author>
    <date year="2004"/>
  </front>
</reference>
<reference anchor="FW95" >
  <front>
    <title>Building Internet Firewalls</title>
    <author initials="D.B." surname="Chapman" fullname="D. Brent Chapman">
      <organization></organization>
    </author>
    <author initials="E." surname="Zwicky" fullname="Elizabeth Zwicky">
      <organization></organization>
    </author>
    <date year="1995" month="January"/>
  </front>
</reference>


    </references>


<section anchor="changes-from-earlier-versions" title="Changes from Earlier Versions">

<t>RFC Editor to remove this section prior to publication.</t>

<t>Draft -19:
 * Edits after discussion with apps area to address reserved
   field for the future.
 * Correct systeminfo to be utf8.
 * Remove “hardware-rev” from list.</t>

<t>Draft -18:
 * Correct an error in the augment statement
 * Changes to the ACL model re ports.</t>

<t>Draft -17:</t>

<t><list style="symbols">
  <t>One editorial.</t>
</list></t>

<t>Draft -16</t>

<t><list style="symbols">
  <t>add mud-signature element based on review comments</t>
  <t>redo mud-url</t>
  <t>make clear that systeminfo uses UTF8</t>
</list></t>

<t>Draft -13 to -14:</t>

<t><list style="symbols">
  <t>Final WGLC comments and review comments</t>
  <t>Move version from MUD-URL to Model</t>
  <t>Have MUD-URL in model</t>
  <t>Update based on update to draft-ietf-netmod-acl-model</t>
  <t>Point to tree diagram draft instead of 6087bis.</t>
</list></t>

<t>Draft -12 to -13:</t>

<t><list style="symbols">
  <t>Additional WGLC comments</t>
</list></t>

<t>Draft -10 to -12:</t>

<t>These are based on WGLC comments:</t>

<t><list style="symbols">
  <t>Correct examples based on ACL model changes.</t>
  <t>Change ordering nodes.</t>
  <t>Additional explanatory text around systeminfo.</t>
  <t>Change ordering in examples.</t>
  <t>Make it VERY VERY VERY VERY clear that these are recommendations,
not mandates.</t>
  <t>DHCP -&gt; NTP in some of the intro text.</t>
  <t>Remove masa-server</t>
  <t>“Things” to “network elements” in a few key places.</t>
  <t>Reference to JSON YANG RFC added.</t>
</list></t>

<t>Draft -10 to -11:</t>

<t><list style="symbols">
  <t>Example corrections</t>
  <t>Typo</t>
  <t>Fix two lists.</t>
  <t>Addition of ‘any-acl’ and ‘mud-acl’ in the list of allowed features.</t>
  <t>Clarification of what should be in a MUD file.</t>
</list></t>

<t>Draft -09 to -10:</t>

<t><list style="symbols">
  <t>AD input.</t>
  <t>Correct dates.</t>
  <t>Add compliance sentence as to which ACL module features are implemented.</t>
</list></t>

<t>Draft -08 to -09:</t>

<t><list style="symbols">
  <t>Resolution of Security Area review, IoT directorate review,
GenART review, YANG doctors review.</t>
  <t>change of YANG structure to address mandatory nodes.</t>
  <t>Terminology cleanup.</t>
  <t>specify out extra portion of MUD-URL.</t>
  <t>consistency changes.</t>
  <t>improved YANG descriptions.</t>
  <t>Remove extra revisions.</t>
  <t>Track ACL model changes.</t>
  <t>Additional cautions on use of ACL model; further clarifications
on extensions.</t>
</list></t>

<t>Draft -07 to -08:</t>

<t><list style="symbols">
  <t>a number of editorials corrected.</t>
  <t>definition of MUD file tweaked.</t>
</list></t>

<t>Draft -06 to -07:</t>

<t><list style="symbols">
  <t>Examples updated.</t>
  <t>Additional clarification for direction-initiated.</t>
  <t>Additional implementation guidance given.</t>
</list></t>

<t>Draft -06 to -07:</t>

<t><list style="symbols">
  <t>Update models to match new ACL model</t>
  <t>extract directionality from the ACL, introducing a new device container.</t>
</list></t>

<t>Draft -05 to -06:</t>

<t><list style="symbols">
  <t>Make clear that this is a component architecture (Polk and Watson)</t>
  <t>Add order of operations (Watson)</t>
  <t>Add extensions leaf-list (Pritikin)</t>
  <t>Remove previous-mud-file (Watson)</t>
  <t>Modify text in last-update (Watson)</t>
  <t>Clarify local networks (Weis, Watson)</t>
  <t>Fix contact info (Watson)</t>
  <t>Terminology clarification (Weis)</t>
  <t>Advice on how to handle LDevIDs (Watson)</t>
  <t>Add deployment considerations (Watson)</t>
  <t>Add some additional text about fingerprinting (Watson)</t>
  <t>Appropriate references to 6087bis (Watson)</t>
  <t>Change systeminfo to a URL to be referenced (Lear)</t>
</list></t>

<t>Draft -04 to -05:
 * syntax error correction</t>

<t>Draft -03 to -04:
 * Re-add my-controller</t>

<t>Draft -02 to -03:
 * Additional IANA updates
 * Format correction in YANG.
 * Add reference to TEAP.</t>

<t>Draft -01 to -02:
 * Update IANA considerations
 * Accept Russ Housley rewrite of X.509 text
 * Include privacy considerations text
 * Redo the URL limit.  Still 255 bytes, but now stated in the URL definition.
 * Change URI registration to be under urn:ietf:params</t>

<t>Draft -00 to -01:
 * Fix cert trust text.
 * change supportInformation to meta-info
 * Add an informational element in.
 * add urn registry and create first entry
 * add default elements</t>

</section>
<section anchor="defaults" title="Default MUD nodes">

<t>What follows is the portion of a MUD file that permits DNS traffic to
a controller that is registered with the URN “urn:ietf:params:mud:dns”
and traffic NTP to a controller that is registered
“urn:ietf:params:mud:ntp”.  This is considered the default behavior
and the ACEs are in effect appended to whatever other “ace” entries
that a MUD file contains.  To block DNS or NTP one repeats the
matching statement but replaces the “forwarding” action “accept” with
“drop”.  Because ACEs are processed in the order they are received,
the defaults would not be reached.  A MUD manager might further
decide to optimize to simply not include the defaults when they are
overridden.</t>

<t>Four “acl” list entries that implement default MUD nodes are listed
below.  Two are for IPv4 and two are for IPv6 (one in each direction
for both versions of IP).  Note that neither access-list name nor ace
name need be retained or used in any way by local implementations, but
are simply there for completeness’ sake.</t>

<figure><artwork><![CDATA[
 "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "mud-59776-v4to",
        "type": "ipv4-acl-type",
        "aces": {
          "ace": [
            {
              "name": "ent0-todev",
              "matches": {
                "ietf-mud:mud": {
                  "controller": "urn:ietf:params:mud:dns"
                },
                "ipv4": {
                  "protocol": 17
                },
                "udp": {
                  "source-port": {
                    "operator": "eq",
                    "port": 53
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            },
            {
              "name": "ent1-todev",
              "matches": {
                "ietf-mud:mud": {
                  "controller": "urn:ietf:params:mud:ntp"
                },
                "ipv4": {
                  "protocol": 17
                },
                "udp": {
                  "source-port": {
                    "operator": "eq",
                    "port": 123
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      },
      {
        "name": "mud-59776-v4fr",
        "type": "ipv4-acl-type",
        "aces": {
          "ace": [
            {
              "name": "ent0-frdev",
              "matches": {
                "ietf-mud:mud": {
                  "controller": "urn:ietf:params:mud:dns"
                },
                "ipv4": {
                  "protocol": 17
                },
                "udp": {
                  "destination-port": {
                    "operator": "eq",
                    "port": 53
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            },
            {
              "name": "ent1-frdev",
              "matches": {
                "ietf-mud:mud": {
                  "controller": "urn:ietf:params:mud:ntp"
                },
                "ipv4": {
                  "protocol": 17
                },
                "udp": {
                  "destination-port": {
                    "operator": "eq",
                    "port": 123
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      },
      {
        "name": "mud-59776-v6to",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "ent0-todev",
              "matches": {
                "ietf-mud:mud": {
                  "controller": "urn:ietf:params:mud:dns"
                },
                "ipv6": {
                  "protocol": 17
                },
                "udp": {
                  "source-port": {
                    "operator": "eq",
                    "port": 53
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            },
            {
              "name": "ent1-todev",
              "matches": {
                "ietf-mud:mud": {
                  "controller": "urn:ietf:params:mud:ntp"
                },
                "ipv6": {
                  "protocol": 17
                },
                "udp": {
                  "source-port": {
                    "operator": "eq",
                    "port": 123
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      },
      {
        "name": "mud-59776-v6fr",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "ent0-frdev",
              "matches": {
                "ietf-mud:mud": {
                  "controller": "urn:ietf:params:mud:dns"
                },
                "ipv6": {
                  "protocol": 17
                },
                "udp": {
                  "destination-port": {
                    "operator": "eq",
                    "port": 53
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            },
            {
              "name": "ent1-frdev",
              "matches": {
                "ietf-mud:mud": {
                  "controller": "urn:ietf:params:mud:ntp"
                },
                "ipv6": {
                  "protocol": 17
                },
                "udp": {
                  "destination-port": {
                    "operator": "eq",
                    "port": 123
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }

]]></artwork></figure>

</section>
<section anchor="extexample" title="A Sample Extension: DETNET-indicator">

<t>In this sample extension we augment the core MUD model to indicate
whether the device implements DETNET.  If a device claims not to use
NETNET, but then later attempts to do so, a notification or exception
might be generated.  Note that this example is intended only for
illustrative purposes.</t>

<figure><artwork><![CDATA[
Extension Name: "Example-Extension" (to be used in the extensions list)
Standard: this document (but do not register the example)

]]></artwork></figure>

<t>This extension augments the MUD model to include a single node,
using the following sample module that has the following tree
structure:</t>

<figure><artwork><![CDATA[
module: ietf-mud-detext-example
  augment /ietf-mud:mud:
    +--rw is-detnet-required?   boolean

]]></artwork></figure>

<t>The model is defined as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>file "ietf-mud-detext-example@2018-06-02.yang"
module ietf-mud-detext-example {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-mud-detext-example";
  prefix ietf-mud-detext-example;

  import ietf-mud {
    prefix ietf-mud;
  }

  organization
    "IETF OPSAWG (Ops Area) Working Group";
  contact
    "WG Web: http://tools.ietf.org/wg/opsawg/
     WG List: opsawg@ietf.org
     Author: Eliot Lear
     lear@cisco.com
     Author: Ralph Droms
     rdroms@gmail.com
     Author: Dan Romascanu
     dromasca@gmail.com
     
    ";
  description
    "Sample extension to a MUD module to indicate a need
     for DETNET support.";

  revision 2018-06-02 {
    description
      "Initial revision.";
    reference
      "RFC XXXX: Manufacturer Usage Description
       Specification";
  }

  augment "/ietf-mud:mud" {
    description
      "This adds a simple extension for a manufacturer
        to indicate whether DETNET is required by a
       device.";
    leaf is-detnet-required {
      type boolean;
      description
        "This value will equal true if a device requires
         detnet to properly function";
    }
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>Using the previous example, we now show how the extension would be
expressed:</t>

<figure><artwork><![CDATA[
{
  "ietf-mud:mud": {
    "mud-version": 1,
    "mud-url": "https://lighting.example.com/lightbulb2000",
    "last-update": "2018-03-02T11:20:51+01:00",
    "cache-validity": 48,
    "extensions": [
        "ietf-mud-detext-example"
     ],
    "ietf-mud-detext-example:is-detnet-required": "false",
    "is-supported": true,
    "systeminfo": "The BMS Example Lightbulb",
    "from-device-policy": {
      "access-lists": {
        "access-list": [
          {
            "name": "mud-76100-v6fr"
          }
        ]
      }
    },
    "to-device-policy": {
      "access-lists": {
        "access-list": [
          {
            "name": "mud-76100-v6to"
          }
        ]
      }
    }
  },
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "mud-76100-v6to",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "cl0-todev",
              "matches": {
                "ipv6": {
                  "ietf-acldns:src-dnsname": "test.example.com",
                  "protocol": 6
                },
                "tcp": {
                  "ietf-mud:direction-initiated": "from-device",
                  "source-port": {
                    "operator": "eq",
                    "port": 443
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      },
      {
        "name": "mud-76100-v6fr",
        "type": "ipv6-acl-type",
        "aces": {
          "ace": [
            {
              "name": "cl0-frdev",
              "matches": {
                "ipv6": {
                  "ietf-acldns:dst-dnsname": "test.example.com",
                  "protocol": 6
                },
                "tcp": {
                  "ietf-mud:direction-initiated": "from-device",
                  "destination-port": {
                    "operator": "eq",
                    "port": 443
                  }
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}

]]></artwork></figure>

</section>


  </back>

<!-- ##markdown-source:
H4sIAMacElsAA+y963Yb2ZE1+P88RTa8ZkzaAMSLSFEs3yiRVUVbojgi5SqP
u5ZXEkiS2QKQcGaCFFylb/U7fH9mXq+fZGLH5VwSIFVVtrvbPaa7SySQea5x
4sRlR8RgMHBt2U6Kw+x1Pltc56N2URd19q7Jb4rsuGhGdTlvy2qWXcyLUXld
jnL85fKrq7q4+9RLjRtXo1k+pdbHdX7dDsqivR5U8ya/vxlMF+PBzq6jBoub
ql4eZk07dq6c14dZWy+admdr6/nWjntfLO+renyYnc7aop4V7eAYTTnXtPls
/Kd8Us2o+WXRuHl5mP2xrUb9rKnqti6uG/ptOcUv3ziXL9rbqj502cBl9FPO
msPsZJi9KvKaP5BhnkzKqg0fVvXNYfaybEZVdrFs2mLa8McNtV60h9nbcnTb
lvRX3jRF9oy/G1Vjaufll4OD3a2n8knZ0uy+yieTsikmk2Kmzy1mLaZ9cV+2
fynqCc2Gv5jf8ox+/nQ7e/o0O3h2kD2npeCvimleTg6zCQ3vNyOMajiqpsmM
3g6z47rSYcqU3uaT+W30Kc/pi6q6mRTJZHb39mg7S9rpdtjP9trb7PNJVdXR
FF7m06u6HN/Ye7Rzh8mQt7PnNNzdZ/v0/7vb8ZDrMfr/zQ3+Whn08TB7W03z
ZkTEFA38OJ91Prd+nj/byfaeZnv0s/v0WdwPusELUU9uVtVToto7Gezbz19u
b+/s2u8729vP/e8H2wf2++7+jv9899nT8Pnzg/3o92f8++ngeMikTeQ5rcaD
fDQZ0L/FxJ7ce761Z7/vP3++HXrf9b/v7m77Z57t7DwLv+9u+d/3t8Pvz/fi
3307z7Z3/Od7O7tPw+8H4fP9vZ0wtu3t6Hf/+f7urh/PwfYz387Bzp5fmYPd
p1vR77JKpycnJwdbO9tHL4Q6skw5DL4g6iJCz+txdl3V2atqlE8y+iDLXhdt
Xc2rSUnfZ0d1kWdnRUsn/30zGGgz+kMtMEfCa6+LcZlnR6NR0TTZy4pOVDXB
v7NiRDtOVJsd45zcFfVSG/F8QH/oOOSz8i/cJJhMQ4NdtAUP72RCzdSljVH+
rGblqMlOZjflrCjqRhtqirosmtPZdRWaFjLGrP1Hd/lkQZ/R8gxpfYjd0Qtd
6nx+8DTQxG6gQiJ2vzdbz8M+HTzzvz/behp+334W6ONp2G8i5oNoz3YDnekz
pxdvhgf7W9tDGsnBWvqur0f7WwfPrsom3fC3nQ2/KEZ0MdCNcFeOiux0XMzo
i/+GG/FWPx6Do2Xbz58fxNP6+geQ8TSm4hxUnNLuzNP0Od1Rgxd5U4yN0Dtk
/N9umb5OVmlna3sr2fyTH7BMjxz2dL3Wnu+N10cvN4W4/luS00lnobb244Xa
Lj+5UJ4rVLN0OdpidDurJtXNcnBZ0Kir6XQxU5ms4blEr2bFh9FtPtPr2v9c
0UoXxYxEIxZoBo8Q7wO0a6JgVhd/XpR1MaVz3QzO87rNtrcH2Vf00QT79ero
bHU3F9P124kBnN8uG96VV/mS5MmN8y//sJm20MRSaDPIjqjvMfrP9gePNd+5
QZR0aLdpgUYygf92dLRddumI5cnPv3q+16GgF4tyMi5nN15Gzj6nPbgnifOh
WWXxOVNxa5i9qLGSL2/z+TSPKU+ltBfD1e9W2yER+i85Edlt9n/fl6P3y247
JHQnXyjT3R4Q391zbjAYZPkVZOoRCfmXt2VDdDmtbOcLInOSnadzkgRn7eCK
GWhej25LOhtQQ3hjppFa4haslowjtYRo4t3x5jC7vC2ym4p2r7rO6JOM+mqr
bF5Xd+W4oH6mRU4PU4OOqIxawDXGjzTlzYxeo99aakIPRnZ/m7ese6C9XKgQ
dKHfu+vFbIT+8wloj95c2gnSbuekBiwze2yY8QDLWdmW1Nl1NVo0NEQH0Uca
HwmJ04OvaBHrjEdB0jINdXKHN6nZivqpsxzL1zbD9StKw8v+cHT2RUaX+4KO
bj87Pb97ymOnX/az4y9fnmeVrF2fPnavXh2fZ5evfk9/ZO/evsJn2dfDva3n
2aioWzmgBfGftpg1JqrZcuryOXxGcll5zUuR7M9QyGBajsekpLhTzHK84EVx
v4x+MJsiEP1t3mSTvL4paBGvwOJofYiQ6MVC+OpNMStqWsr5op5XTeFAR3SW
a5oUHY+mCFuMnZzmaCZbNPp2bu/J17QTtoLj7GqpLdzf0pLfz3RKaI1259tv
Va77+JG2uWgWU3qFG6G1DKRF+7eYjNHntGpa2sh5fjUpQExEGyBvHPGyJSXy
mmkDG5mPC9fQKqPnQrptl3NmSdZojiPDnFsFZ54L6Uez65pObF/ujdaBmsrZ
Qih8mr8vMml4zcplsnIYTzgV43zZJ4F2NFkwL5rk85ZUfdLBp7gZWHdrpLMW
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

-->

</rfc>

