<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc strict='yes'?>
<?rfc iprnotified='no'?>
<rfc category="std" docName="draft-templin-atn-aero-interface-18"
     ipr="trust200902" obsoletes="">
  <front>
    <title abbrev="IPv6 over OMNI Interfaces">Transmission of IPv6 Packets
    over Overlay Multilink Network (OMNI) Interfaces</title>

    <author fullname="Fred L. Templin" initials="F. L." role="editor"
            surname="Templin">
      <organization>The Boeing Company</organization>

      <address>
        <postal>
          <street>P.O. Box 3707</street>

          <city>Seattle</city>

          <region>WA</region>

          <code>98124</code>

          <country>USA</country>
        </postal>

        <email>fltemplin@acm.org</email>
      </address>
    </author>

    <author fullname="Tony Whyman" initials="A." surname="Whyman">
      <organization>MWA Ltd c/o Inmarsat Global Ltd</organization>

      <address>
        <postal>
          <street>99 City Road</street>

          <city>London</city>

          <region/>

          <code>EC1Y 1AX</code>

          <country>England</country>
        </postal>

        <email>tony.whyman@mccallumwhyman.com</email>
      </address>
    </author>

    <date day="6" month="February" year="2020"/>

    <keyword>I-D</keyword>

    <keyword>Internet-Draft</keyword>

    <abstract>
      <t>Mobile nodes (e.g., aircraft of various configurations, terrestrial
      vehicles, seagoing vessels, mobile enterprise devices, etc.) communicate
      with networked correspondents over multiple access network data links
      and configure mobile routers to connect end user networks. A multilink
      interface specification is therefore needed for coordination with the
      network-based mobility service. This document specifies the transmission
      of IPv6 packets over Overlay Multilink Network (OMNI) Interfaces.</t>
    </abstract>
  </front>

  <middle>
    <section anchor="intro" title="Introduction">
      <t>Mobile Nodes (MNs) (e.g., aircraft of various configurations,
      terrestrial vehicles, seagoing vessels, mobile enterprise devices, etc.)
      often have multiple data links for communicating with networked
      correspondents. These data links may have diverse performance, cost and
      availability properties that can change dynamically according to
      mobility patterns, flight phases, proximity to infrastructure, etc. MNs
      coordinate their data links in a discipline known as "multilink", in
      which a single virtual interface is configured over the underlying data
      link interfaces.</t>

      <t>The MN configures a virtual interface (termed the "Overlay Multilink
      Network (OMNI) interface") as a thin layer over the underlying access
      network interfaces. The OMNI interface is therefore the only interface
      abstraction exposed to the IPv6 layer and behaves according to the
      Non-Broadcast, Multiple Access (NBMA) interface principle, while
      underlying access network interfaces appear as link layer communication
      channels in the architecture. The OMNI interface connects to a virtual
      overlay service known as the "OMNI link". The OMNI link spans a
      worldwide Internetwork that may include private-use infrastructures
      and/or the global public Internet itself.</t>

      <t>Each MN receives a Mobile Network Prefix (MNP) for numbering
      downstream-attached End User Networks (EUNs) independently of the access
      network data links selected for data transport. The MN performs router
      discovery over the OMNI interface (i.e., similar to IPv6 customer edge
      routers <xref target="RFC7084"/>) and acts as a mobile router on behalf
      of its EUNs. The router discovery process is iterated over each of the
      OMNI interface's underlying access network data links in order to
      register per-link parameters (see <xref target="aeropd"/>).</t>

      <t>The OMNI interface provides a multilink nexus for exchanging inbound
      and outbound traffic via the correct underlying Access Network (ANET)
      interface(s). The IPv6 layer sees the OMNI interface as a point of
      connection to the OMNI link. Each OMNI link has one or more associated
      Mobility Service Prefixes (MSPs) from which OMNI link MNPs are derived.
      If there are multiple OMNI links, the IPv6 layer will see multiple OMNI
      interfaces.</t>

      <t>The OMNI interface interacts with a network-based Mobility Service
      (MS) through IPv6 Neighbor Discovery (ND) control message exchanges
      <xref target="RFC4861"/>. The MS provides Mobility Service Endpoints
      (MSEs) that track MN movements and represent their MNPs in a global
      routing or mapping system.</t>

      <t>This document specifies the transmission of IPv6 packets <xref
      target="RFC8200"/> and MN/MS control messaging over OMNI interfaces.</t>
    </section>

    <section anchor="terminology" title="Terminology">
      <t>The terminology in the normative references applies; especially, the
      terms "link" and "interface" are the same as defined in the IPv6 <xref
      target="RFC8200"/> and IPv6 Neighbor Discovery (ND) <xref
      target="RFC4861"/> specifications. Also, the Protocol Constants defined
      in Section 10 of <xref target="RFC4861"/> are used in their same format
      and meaning in this document. The terms "All-Routers multicast",
      "All-Nodes multicast" and "Subnet-Router anycast" are defined in <xref
      target="RFC4291"/> (with Link-Local scope assumed).</t>

      <t>The following terms are defined within the scope of this
      document:</t>

      <t><list style="hanging">
          <t hangText="Mobile Node (MN)"><vspace/>an end system with multiple
          distinct upstream data link connections that are managed together as
          a single logical unit. The MN's data link connection parameters can
          change over time due to, e.g., node mobility, link quality, etc. The
          MN further connects a downstream-attached End User Network (EUN).
          The term MN used here is distinct from uses in other documents, and
          does not imply a particular mobility protocol.</t>

          <t hangText="End User Network (EUN)"><vspace/>a simple or complex
          downstream-attached mobile network that travels with the MN as a
          single logical unit. The IPv6 addresses assigned to EUN devices
          remain stable even if the MN's upstream data link connections
          change.</t>

          <t hangText="Mobility Service (MS)"><vspace/>a mobile routing
          service that tracks MN movements and ensures that MNs remain
          continuously reachable even across mobility events. Specific MS
          details are out of scope for this document.</t>

          <t hangText="Mobility Service Prefix (MSP)"><vspace/>an aggregated
          IPv6 prefix (e.g., 2001:db8::/32) advertised to the rest of the
          Internetwork by the MS, and from which more-specific Mobile Network
          Prefixes (MNPs) are derived.</t>

          <t hangText="Mobile Network Prefix (MNP)"><vspace/>a longer IPv6
          prefix taken from the MSP (e.g., 2001:db8:1000:2000::/56) and
          assigned to a MN. MNs sub-delegate the MNP to devices located in
          EUNs.</t>

          <t hangText="Access Network (ANET)"><vspace/>a data link service
          network (e.g., an aviation radio access network, satellite service
          provider network, cellular operator network, etc.) that provides an
          Access Router (AR) for connecting MNs to correspondents in outside
          Internetworks. Physical and/or data link level security between the
          MN and AR are assumed.</t>

          <t hangText="ANET interface"><vspace/>a MN's attachment to a link in
          an ANET.</t>

          <t hangText="Internetwork (INET)"><vspace/>a connected network
          region with a coherent IP addressing plan that provides transit
          forwarding services for ANET MNs and INET correspondents. Examples
          include private enterprise networks, ground domain aviation service
          networks and the global public Internet itself.</t>

          <t hangText="INET interface"><vspace/>a node's attachment to a link
          in an INET.</t>

          <t hangText="OMNI link"><vspace/>a virtual overlay configured over
          one or more INETs and their connected ANETs. An OMNI link can
          comprise multiple INET segments joined by bridges the same as for
          any link; the addressing plans in each segment may be mutually
          exclusive and managed by different administrative entities.</t>

          <t hangText="OMNI interface"><vspace/>a node's attachment to an OMNI
          link, and configured over one or more underlying ANET/INET
          interfaces.</t>

          <t hangText="OMNI link local address (LLA)"><vspace/>an IPv6
          link-local address constructed as specified in <xref
          target="aero-address"/>, and assigned to an OMNI interface.</t>

          <t hangText="Multilink"><vspace/>an OMNI interface's manner of
          managing diverse underlying data link interfaces as a single logical
          unit. The OMNI interface provides a single unified interface to
          upper layers, while underlying data link selections are performed on
          a per-packet basis considering factors such as DSCP, flow label,
          application policy, signal quality, cost, etc. Multilinking
          decisions are coordinated in both the outbound (i.e. MN to
          correspondent) and inbound (i.e., correspondent to MN)
          directions.</t>

          <t hangText="L2"><vspace/>The second layer in the OSI network model.
          Also known as "layer-2", "link-layer", "sub-IP layer", "data link
          layer", etc.</t>

          <t hangText="L3"><vspace/>The third layer in the OSI network model.
          Also known as "layer-3", "network-layer", "IPv6 layer", etc.</t>
        </list></t>
    </section>

    <section anchor="reqs" title="Requirements">
      <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="aerospec"
             title="Overlay Multilink Network (OMNI) Interface Model">
      <t>An OMNI interface is a MN virtual interface configured over one or
      more ANET interfaces, which may be physical (e.g., an aeronautical radio
      link) or virtual (e.g., an Internet or higher-layer "tunnel"). The MN
      receives a MNP from the MS, and coordinates with the MS through IPv6 ND
      message exchanges. The MN uses the MNP to construct a unique OMNI LLA
      through the algorithmic derivation specified in <xref
      target="aero-address"/> and assigns the LLA to the OMNI interface.</t>

      <t>The OMNI interface architectural layering model is the same as in
      <xref target="RFC7847"/>, and augmented as shown in <xref
      target="aeroint"/>. The IP layer (L3) therefore sees the OMNI interface
      as a single network layer interface with multiple underlying ANET
      interfaces that appear as L2 communication channels in the
      architecture.</t>

      <figure anchor="aeroint"
              title="OMNI Interface Architectural Layering Model">
        <artwork><![CDATA[                                  +----------------------------+
                                  |    Upper Layer Protocol    |
           Session-to-IP    +---->|                            |
           Address Binding  |     +----------------------------+
                            +---->|           IP (L3)          |
           IP Address       +---->|                            |
           Binding          |     +----------------------------+
                            +---->|       OMNI Interface       |
           Logical-to-      +---->|         (OMNI LLA)         |
           Physical         |     +----------------------------+
           Interface        +---->|  L2  |  L2  |       |  L2  |
           Binding                |(IF#1)|(IF#2)| ..... |(IF#n)|
                                  +------+------+       +------+
                                  |  L1  |  L1  |       |  L1  |
                                  |      |      |       |      |
                                  +------+------+       +------+
]]></artwork>
      </figure>

      <t>The OMNI virtual interface model gives rise to a number of
      opportunities:</t>

      <t><list style="symbols">
          <t>since OMNI LLAs are uniquely derived from an MNP, no Duplicate
          Address Detection (DAD) messaging is necessary over the OMNI
          interface.</t>

          <t>ANET interfaces do not require any L3 addresses (i.e., not even
          link-local) in environments where communications are coordinated
          entirely over the OMNI interface.</t>

          <t>as ANET interface properties change (e.g., link quality, cost,
          availability, etc.), any active ANET interface can be used to update
          the profiles of multiple additional ANET interfaces in a single
          message. This allows for timely adaptation and service continuity
          under dynamically changing conditions.</t>

          <t>coordinating ANET interfaces in this way allows them to be
          represented in a unified MS profile with provisions for mobility and
          multilink operations.</t>

          <t>exposing a single virtual interface abstraction to the IPv6 layer
          allows for multilink operation (including QoS based link selection,
          packet replication, load balancing, etc.) at L2 while still
          permitting queuing at the L3 based on, e.g., DSCP, flow label,
          etc.</t>

          <t>L3 sees the OMNI interface as a point of connection to the OMNI
          link; if there are multiple OMNI links (i.e., multiple MS's), L3
          will see multiple OMNI interfaces.</t>
        </list>Other opportunities are discussed in <xref
      target="RFC7847"/>.</t>

      <t><xref target="dsp_model"/> depicts the architectural model for a MN
      connecting to the MS via multiple independent ANETs. When an ANET
      interface becomes active, the MN's OMNI interface sends native (i.e.,
      unencapsulated) IPv6 ND messages via the underlying ANET interface. IPv6
      ND messages traverse the ground domain ANETs until they reach an Access
      Router (AR#1, AR#2, .., AR#n). The AR then coordinates with a Mobility
      Service Endpoint (MSE#1, MSE#2, ..., MSE#m) in the INET and returns an
      IPv6 ND message response to the MN. IPv6 ND messages traverse the ANET
      at layer 2; hence, the Hop Limit is not decremented.</t>

      <figure anchor="dsp_model" title="MN/MS Coordination via Multiple ANETs">
        <artwork><![CDATA[                        +--------------+
                        |      MN      |
                        +--------------+
                        |OMNI interface|
                        +----+----+----+
               +--------|IF#1|IF#2|IF#n|------ +
              /         +----+----+----+        \
             /                 |                 \
            /    <---- Native  |  IP ---->        \
           v                   v                   v
        (:::)-.              (:::)-.              (:::)-.
   .-(::ANET:::)        .-(::ANET:::)        .-(::ANET:::)
     `-(::::)-'           `-(::::)-'           `-(::::)-'
       +----+               +----+               +----+
 ...   |AR#1|  ..........   |AR#2|   .........   |AR#n|  ...
.      +-|--+               +-|--+               +-|--+     .
.        |                    |                    |
.        v                    v                    v        .
.               <-----  Encapsulation ----->                .
.                                                           .
.      +-----+               (:::)-.                        .
.      |MSE#2|           .-(::::::::)          +-----+      .
.      +-----+       .-(:::   INET  :::)-.     |MSE#m|      .
.                  (:::::    Routing  ::::)    +-----+      .
.                     `-(::: System :::)-'                  .
.  +-----+                `-(:::::::-'                      .
.  |MSE#1|          +-----+               +-----+           .
.  +-----+          |MSE#3|               |MSE#4|           .
.                   +-----+               +-----+           .
.                                                           .
.                                                           .
.       <----- Worldwide Connected Internetwork ---->       .
 ...........................................................
]]></artwork>
      </figure>

      <t>After the initial IPv6 ND message exchange, the MN can send and
      receive unencapsulated IPv6 data packets over the OMNI interface. OMNI
      interface multilink services will forward the packets via ARs in the
      correct underlying ANETs. The AR encapsulates the packets according to
      the capabilities provided by the MS and forwards them to the next hop
      within the worldwide connected Internetwork via optimal routes.</t>
    </section>

    <section anchor="intmtu" title="Maximum Transmission Unit">
      <t>All IPv6 interfaces (including the OMNI interface's underlying ANET
      interfaces) MUST configure an MTU of at least 1280 bytes <xref
      target="RFC8200"/>.</t>

      <t>The OMNI interface configures an MTU of 9180 bytes (i.e., the same as
      specified in <xref target="RFC2492"/>) noting that this size may be
      larger than the MTUs of any underlying ANET interfaces. The size is
      therefore not a reflection of the underlying physical media, but rather
      the maximum amount that the OMNI link will ever need to reassemble.</t>

      <t>The OMNI interface returns internally-generated IPv6 Path MTU
      Discovery (PMTUD) Packet Too Big (PTB) messages <xref target="RFC8201"/>
      for packets admitted into the interface that are too large for the
      outbound underlying ANET interface. For all other packets, the OMNI
      interface performs PMTUD even if the destination appears to be on the
      same link since a proxy on the path could return a PTB message; this
      ensures that the path MTU is adaptive and reflects the current path used
      for a given data flow.</t>

      <t>Applications that cannot tolerate loss due to MTU restrictions SHOULD
      refrain from sending packets larger than 1280 bytes, since dynamic path
      changes can reduce the path MTU at any time. Applications that may
      benefit from sending larger packets even though the path MTU may change
      dynamically MAY use larger sizes.</t>
    </section>

    <section anchor="frame" title="Frame Format">
      <t>The OMNI interface transmits IPv6 packets according to the native
      frame format of each underlying ANET interface. For example, for
      Ethernet-compatible interfaces the frame format is specified in <xref
      target="RFC2464"/>, for aeronautical radio interfaces the frame format
      is specified in standards such as ICAO Doc 9776 (VDL Mode 2 Technical
      Manual), for tunnels over IPv6 the frame format is specified in <xref
      target="RFC2473"/>, etc.</t>
    </section>

    <section anchor="aero-address" title="Link-Local Addresses">
      <t>OMNI interfaces assign IPv6 Link-Local Addresses (i.e., "OMNI LLAs")
      using the following constructs:</t>

      <t><list style="symbols">
          <t>IPv6 MN OMNI LLAs encode the most-significant 64 bits of a MNP
          within the least-significant 64 bits (i.e., the interface ID) of a
          Link-Local IPv6 Unicast Address (see: <xref target="RFC4291"/>,
          Section 2.5.6). For example, for the MNP 2001:db8:1000:2000::/56 the
          corresponding LLA is fe80::2001:db8:1000:2000.</t>

          <t>IPv4-compatible MN OMNI LLAs are assigned as fe80::ffff:[v4addr],
          i.e., the most significant 10 bits of the prefix fe80::/10, followed
          by 70 '0' bits, followed by 16 '1' bits, followed by a 32bit IPv4
          address. For example, the IPv4-Compatible MN OMNI LLA for 192.0.2.1
          is fe80::ffff:192.0.2.1 (also written as fe80::ffff:c000:0201).</t>

          <t>MSE OMNI LLAs are assigned from the range fe80::/96, and MUST be
          managed for uniqueness. The lower 32 bits of the LLA includes a
          unique integer value between '1' and 'fffffffe', e.g., as in
          fe80::1, fe80::2, fe80::3, etc., fe80::ffff:fffe. The address fe80::
          is the link-local Subnet-Router anycast address <xref
          target="RFC4291"/> and the address fe80::ffff:ffff is reserved.
          (Note that distinct OMNI link segments can avoid overlap by assignig
          MSE OMNI LLAs from unique fe80::/96 sub-prefixes. For example, a
          first segment could assign from fe80::1000/116, a second from
          fe80::2000/116, a third from fe80::3000/116, etc.)</t>
        </list></t>

      <t>Since the prefix 0000::/8 is "Reserved by the IETF" <xref
      target="RFC4291"/>, no MNPs can be allocated from that block ensuring
      that there is no possibility for overlap between the above OMNI LLA
      constructs.</t>

      <t>Since MN OMNI LLAs are based on the distribution of administratively
      assured unique MNPs, and since MSE OMNI LLAs are guaranteed unique
      through administrative assignment, OMNI interfaces set the
      autoconfiguration variable DupAddrDetectTransmits to 0 <xref
      target="RFC4862"/>.</t>
    </section>

    <section anchor="interface" title="Address Mapping - Unicast">
      <t>OMNI interfaces maintain a neighbor cache for tracking per-neighbor
      state and use the link-local address format specified in <xref
      target="aero-address"/>. IPv6 Neighbor Discovery (ND) <xref
      target="RFC4861"/> messages on MN OMNI interfaces observe the native
      Source/Target Link-Layer Address Option (S/TLLAO) formats of the
      underlying ANET interfaces (e.g., for Ethernet the S/TLLAO is specified
      in <xref target="RFC2464"/>).</t>

      <t>MNs such as aircraft typically have many wireless data link types
      (e.g. satellite-based, cellular, terrestrial, air-to-air directional,
      etc.) with diverse performance, cost and availability properties. The
      OMNI interface would therefore appear to have multiple L2 connections,
      and may include information for multiple ANET interfaces in a single
      IPv6 ND message exchange.</t>

      <t>OMNI interfaces use an IPv6 ND option called the "OMNI option"
      formatted as shown in <xref target="llaov6"/>:</t>

      <t><figure anchor="llaov6" title="OMNI Option Format">
          <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
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |      Type     |     Length    | Prefix Length |R|N|P| Reservd |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |   ifIndex[1]  |   ifType[1]   | Reserved [1]  |Link[1]|QoS[1] |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P00|P01|P02|P03|P04|P05|P06|P07|P08|P09|P10|P11|P12|P13|P14|P15|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P16|P17|P18|P19|P20|P21|P22|P23|P24|P25|P26|P27|P28|P29|P30|P31|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P32|P33|P34|P35|P36|P37|P38|P39|P40|P41|P42|P43|P44|P45|P46|P47|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P48|P49|P50|P51|P52|P53|P54|P55|P56|P57|P58|P59|P60|P61|P62|P63|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |   ifIndex[2]  |   ifType[2]   | Reserved [2]  |Link[2]|QoS[2] |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P00|P01|P02|P03|P04|P05|P06|P07|P08|P09|P10|P11|P12|P13|P14|P15|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P16|P17|P18|P19|P20|P21|P22|P23|P24|P25|P26|P27|P28|P29|P30|P31|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P32|P33|P34|P35|P36|P37|P38|P39|P40|P41|P42|P43|P44|P45|P46|P47|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P48|P49|P50|P51|P52|P53|P54|P55|P56|P57|P58|P59|P60|P61|P62|P63|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     ...                            ...                            ...
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |   ifIndex[N]  |   ifType[N]   | Reserved [N]  |Link[N]|QoS[N] |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P00|P01|P02|P03|P04|P05|P06|P07|P08|P09|P10|P11|P12|P13|P14|P15|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P16|P17|P18|P19|P20|P21|P22|P23|P24|P25|P26|P27|P28|P29|P30|P31|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P32|P33|P34|P35|P36|P37|P38|P39|P40|P41|P42|P43|P44|P45|P46|P47|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P48|P49|P50|P51|P52|P53|P54|P55|P56|P57|P58|P59|P60|P61|P62|P63|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |                   zero-padding (if necessary)                 |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |              Notification ID (present only if N=1)            |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure></t>

      <t>In this format:</t>

      <t><list style="symbols">
          <t>Type is set to TBD.</t>

          <t>Length is set to the number of 8 octet blocks in the option.</t>

          <t>Prefix Length is set according to the IPv6 source LLA type. For
          MN OMNI LLAs, the value is set to the length of the embedded MNP.
          For MSE OMNI LLAs, the value is set to 128.</t>

          <t>R (the "Register/Release" bit) is set to '1' to register an MNP
          or set to '0' to release a registration.</t>

          <t>N (the "Notify" bit) is set to '1' if the option includes a
          trailing 4 byte "Notification ID" (see below). Valid only in MN RS
          messages, and ignored in all other ND messages.</t>

          <t>P (the "Primary" bit) is set to '1' in a MN RS message to request
          an AR to serve as primary, and set to '1' in the AR's RA message to
          accept the primary role. Set to '0' in all other RS/RA messages, and
          ignored in all other ND messages.</t>

          <t>Reservd is set to the value '0' on transmission and ignored on
          reception.</t>

          <t>A set of N ANET interface "ifIndex-tuples" are included as
          follows:<list style="symbols">
              <t>ifIndex[i] is set to an 8-bit integer value corresponding to
              a specific underlying ANET interface. The first ifIndex-tuple
              MUST correspond to the ANET interface over which the message is
              sent. IPv6 ND messages originating from a MN may include
              multiple ifIndex-tuples, and MUST number each with a distinct
              ifIndex value between '1' and '255' that represents a
              MN-specific 8-bit mapping for the actual ifIndex value assigned
              to the ANET interface by network management <xref
              target="RFC2863"/>. IPv6 ND messages originating from the MS
              include a single ifIndex-tuple with ifIndex set to the value
              '0'.</t>

              <t>ifType[i] is set to an 8-bit integer value corresponding to
              the underlying ANET interface identified by ifIndex. The value
              represents an OMNI interface-specific 8-bit mapping for the
              actual IANA ifType value registered in the 'IANAifType-MIB'
              registry [http://www.iana.org].</t>

              <t>Reserved[i] is set to the value '0' on transmission and
              ignored on reception.</t>

              <t>Link[i] encodes a 4-bit link metric. The value '0' means the
              link is DOWN, and the remaining values mean the link is UP with
              metric ranging from '1' ("lowest") to '15' ("highest").</t>

              <t>QoS[i] encodes the number of 4-byte blocks (between '0' and
              '15') of two-bit P[*] values that follow. The first 4 blocks
              correspond to the 64 Differentiated Service Code Point (DSCP)
              values P00 - P63 <xref target="RFC2474"/>. If additional 4-byte
              P[i] blocks follow, their values correspond to "pseudo-DSCP"
              values P64, P65, P66, etc. numbered consecutively. The
              pseudo-DSCP values correspond to ancillary QoS information
              defined for the specific OMNI interface (e.g., see Appendix
              A).</t>

              <t>P[*] includes zero or more per-ifIndex 4-byte blocks of
              two-bit Preferences. Each P[*] field is set to the value '0'
              ("disabled"), '1' ("low"), '2' ("medium") or '3' ("high") to
              indicate a QoS preference level for ANET interface selection
              purposes. The first four blocks always correspond to the 64 DSCP
              values in consecutive order. If one or more of the blocks are
              absent (e.g., for QoS values 0,1,2,3) the P[*] values for the
              missing blocks default to "medium".</t>
            </list></t>

          <t>Zero-padding added if necessary to produce an integral number of
          8 octet blocks.</t>

          <t>Notification ID (present only if N = '1') contains the
          least-significant 32 bits of an MSE OMNI LLA to notify (e.g., for
          the LLA fe80::face:cafe the field contains 0xfacecafe). Valid only
          in MN RS messages, and ignored in all other ND messages.</t>
        </list></t>
    </section>

    <section anchor="mcast" title="Address Mapping - Multicast">
      <t>The multicast address mapping of the native underlying ANET interface
      applies. The mobile router on board the aircraft also serves as an
      IGMP/MLD Proxy for its EUNs and/or hosted applications per <xref
      target="RFC4605"/> while using the L2 address of the router as the L2
      address for all multicast packets.</t>
    </section>

    <section anchor="ipv6ndmap"
             title="Address Mapping for IPv6 Neighbor Discovery Messages">
      <t>Per <xref target="RFC4861"/>, IPv6 ND messages may be sent to either
      a multicast or unicast link-scoped IPv6 destination address. However,
      IPv6 ND messaging is coordinated between the MN and MS only without
      invoking other nodes on the ANET.</t>

      <t>For this reason, ANET links maintain unicast L2 addresses ("MSADDR")
      for the purpose of supporting MN/MS IPv6 ND messaging. For
      Ethernet-compatible ANETs, this specification reserves one Ethernet
      unicast address TBD2. For non-Ethernet statically-addressed ANETs,
      MSADDR is reserved per the assigned numbers authority for the ANET
      addressing space. For still other ANETs, MSADDR may be dynamically
      discovered through other means, e.g., L2 beacons.</t>

      <t>MNs map the L3 addresses of all IPv6 ND messages they send (i.e.,
      both multicast and unicast) to an MSADDR instead of to an ordinary
      unicast or multicast L2 address. In this way, all of the MN's IPv6 ND
      messages will be received by MS devices that are configured to accept
      packets destined to MSADDR. Note that multiple MS devices on the link
      could be configured to accept packets destined to MSADDR, e.g., as a
      basis for supporting redundancy.</t>

      <t>Therefore, ARs MUST accept and process packets destined to MSADDR,
      while all other devices MUST NOT process packets destined to MSADDR.
      This model has well-established operational experience in Proxy Mobile
      IPv6 (PMIP) <xref target="RFC5213"/><xref target="RFC6543"/>.</t>
    </section>

    <section anchor="concept" title="Conceptual Sending Algorithm">
      <t>The MN's IPv6 layer selects the outbound OMNI interface according to
      standard IPv6 requirements when forwarding data packets from local or
      EUN applications to external correspondents. The OMNI interface
      maintains default routes and neighbor cache entries for MSEs, and may
      also include additional neighbor cache entries created through other
      means (e.g., Address Resolution, static configuration, etc.).</t>

      <t>After a packet enters the OMNI interface, an outbound ANET interface
      is selected based on multilink parameters such as DSCP, application port
      number, cost, performance, message size, etc. OMNI interface multilink
      selections could also be configured to perform replication across
      multiple ANET interfaces for increased reliability at the expense of
      packet duplication.</t>

      <t>OMNI interface multilink service designers MUST observe the BCP
      guidance in Section 15 <xref target="RFC3819"/> in terms of implications
      for reordering when packets from the same flow may be spread across
      multiple ANET interfaces having diverse properties.</t>

      <section anchor="multi-aero" title="Multiple OMNI Interfaces">
        <t>MNs may associate with multiple MS instances concurrently. Each MS
        instance represents a distinct OMNI link distinguished by its
        associated MSPs. The MN configures a separate OMNI interface for each
        link so that multiple interfaces (e.g., omni0, omni1, omni2, etc.) are
        exposed to the IPv6 layer.</t>

        <t>Depending on local policy and configuration, an MN may choose
        between alternative active OMNI interfaces using a packet's DSCP,
        routing information or static configuration. Interface selection based
        on per-packet source addresses is also enabled when the MSPs for each
        OMNI interface are known (e.g., discovered through Prefix Information
        Options (PIOs) and/or Route Information Options (RIOs)).</t>

        <t>Each OMNI interface can be configured over the same or different
        sets of ANET interfaces. Each ANET distinguishes between the different
        OMNI links based on the MSPs represented in per-packet IPv6
        addresses.</t>

        <t>Multiple distinct OMNI links can therefore be used to support fault
        tolerance, load balancing, reliability, etc. The architectural model
        parallels Layer 2 Virtual Local Area Networks (VLANs), where the MSPs
        serve as (virtual) VLAN tags.</t>
      </section>
    </section>

    <section anchor="aeropd" title="Router Discovery and Prefix Registration">
      <t>ARs process IPv6 ND messages destined to All-Routers multicast
      (ff02::2), Subnet-Router anycast (fe80::) and unicast IPv6 LLAs <xref
      target="RFC4291"/>. ARs configure the L2 address MSADDR (see: <xref
      target="ipv6ndmap"/>) and act as a proxy for MSE OMNI LLAs.</t>

      <t>MNs interface with the MS by sending RS messages with OMNI options.
      For each ANET interface, the MN sends an RS message with an OMNI option,
      with L2 destination address set to MSADDR and with L3 destination
      address set to either a specific MSE OMNI LLA, link-local Subnet-Router
      anycast, or All-Routers multicast. The MN discovers MSE OMNI LLAs either
      through an RA message response to an initial anycast/multicast RS or
      before sending an initial RS message. <xref target="RFC5214"/> provides
      example MSE address discovery methods, including information conveyed
      during data link login, name service lookups, static configuration,
      etc.</t>

      <t>The AR receives the RS messages and coordinates with the
      corresponding MSE in a manner outside the scope of this document. The AR
      returns an RA message with source address set to the MSE OMNI LLA, with
      an OMNI option and with any information for the link that would normally
      be delivered in a solicited RA message. (Note that if all MSEs share
      common state, the AR can instead return an RA with source address set to
      link-local Subnet-Router anycast.)</t>

      <t>MNs configure OMNI interfaces that observe the properties discussed
      in the previous section. The OMNI interface and its underlying
      interfaces are said to be in either the "UP" or "DOWN" state according
      to administrative actions in conjunction with the interface connectivity
      status. An OMNI interface transitions to UP or DOWN through
      administrative action and/or through state transitions of the underlying
      interfaces. When a first underlying interface transitions to UP, the
      OMNI interface also transitions to UP. When all underlying interfaces
      transition to DOWN, the OMNI interface also transitions to DOWN.</t>

      <t>When an OMNI interface transitions to UP, the MN sends initial RS
      messages to register its MNP and an initial set of underlying ANET
      interfaces that are also UP. The MN sends additional RS messages to
      refresh lifetimes and to register/deregister underlying ANET interfaces
      as they transition to UP or DOWN.</t>

      <t>ARs return RA messages with configuration information in response to
      a MN's RS messages. The AR sets the RA Cur Hop Limit, M and O flags,
      Router Lifetime, Reachable Time and Retrans Timer values as directed by
      the MSE, and includes any necessary options such as:<list
          style="symbols">
          <t>PIOs with (A; L=0) that include MSPs for the link <xref
          target="RFC8028"/>.</t>

          <t>RIOs <xref target="RFC4191"/> with more-specific routes.</t>

          <t>an MTU option that specifies the maximum acceptable packet size
          for this ANET interface.</t>
        </list></t>

      <t>The AR coordinates with the MSE and sends immediate unicast RA
      responses without delay; therefore, the IPv6 ND MAX_RA_DELAY_TIME and
      MIN_DELAY_BETWEEN_RAS constants for multicast RAs do not apply. The AR
      MAY send periodic and/or event-driven unsolicited RA messages, but is
      not required to do so for unicast advertisements <xref
      target="RFC4861"/>.</t>

      <t>The MN sends RS messages from within the OMNI interface while using
      an UP underlying ANET interface as the outbound interface. Each RS
      message is formatted as though it originated from the IPv6 layer, but
      the process is coordinated wholly from within the OMNI interface and is
      therefore opaque to the IPv6 layer. The MN sends initial RS messages
      over an UP underlying interface with its OMNI LLA as the source and with
      destination set as discussed above. The RS messages include an OMNI
      option per <xref target="interface"/> with a valid Prefix Length,
      (R,N,P) flags, and with ifIndex-tuples appropriate for underlying ANET
      interfaces. The AR processes RS message and conveys the OMNI option
      information to the MSE.</t>

      <t>When the MSE processes the OMNI information, it first validates the
      prefix registration information. If the prefix registration was valid,
      the MSE injects the MNP into the routing/mapping system then caches the
      new Prefix Length, MNP and ifIndex-tuples. If the MN's OMNI option
      included a Notification ID, the new MSE also notifies the former MSE.
      The MSE then directs the AR to return an RA message to the MN with an
      OMNI option per <xref target="interface"/> and with a non-zero Router
      Lifetime if the prefix registration was successful; otherwise, with a
      zero Router Lifetime.</t>

      <t>When the MN receives the RA message, it creates a default route with
      L3 next hop address set to the address found in the RA source address
      and with L2 address set to MSADDR. The AR will then forward packets
      between the MN and the MS.</t>

      <t>The MN then manages its underlying ANET interfaces according to their
      states as follows:</t>

      <t><list style="symbols">
          <t>When an underlying ANET interface transitions to UP, the MN sends
          an RS over the ANET interface with an OMNI option. The OMNI option
          contains a first ifIndex-tuple with values specific to this ANET
          interface, and may contain additional ifIndex-tuples specific to
          other ANET interfaces.</t>

          <t>When an underlying ANET interface transitions to DOWN, the MN
          sends an RS or unsolicited NA message over any UP ANET interface
          with an OMNI option containing an ifIndex-tuple for the DOWN ANET
          interface with Link(i) set to '0'. The MN sends an RS when an
          acknowledgement is required, or an unsolicited NA when reliability
          is not thought to be a concern (e.g., if redundant transmissions are
          sent on multiple ANET interfaces).</t>

          <t>When a MN wishes to release from a current MSE, it sends an RS or
          unsolicited NA message over any UP ANET interfaces with an OMNI
          option with R set to 0. The corresponding MSE then withdraws the MNP
          from the routing/mapping system and (for RS responses) directs the
          AR to return an RA message with an OMNI option and with Router
          Lifetime set to 0.</t>

          <t>When a MN wishes to transition to a new MSE, it sends an RS or
          unsolicited NA message over any UP ANET interfaces with an OMNI
          option with R set to 1, with the new MSE OMNI LLA set in the
          destination address, and (optionally) with N set to 1 and a
          Notification ID included for the former MSE.</t>

          <t>When all of a MNs underlying interfaces have transitioned to DOWN
          (or if the prefix registration lifetime expires) the MSE withdraws
          the MNP the same as if it had received a message with an OMNI option
          with R set to 0.</t>
        </list>The MN is responsible for retrying each RS exchange up to
      MAX_RTR_SOLICITATIONS times separated by RTR_SOLICITATION_INTERVAL
      seconds until an RA is received. If no RA is received over multiple UP
      ANET interfaces, the MN declares this MSE unreachable and tries a
      different MSE.</t>

      <t>The IPv6 layer sees the OMNI interface as an ordinary IPv6 interface.
      Therefore, when the IPv6 layer sends an RS message the OMNI interface
      returns an internally-generated RA message as though the message
      originated from an IPv6 router. The internally-generated RA message
      contains configuration information that is consistent with the
      information received from the RAs generated by the MS.</t>

      <t>Whether the OMNI interface IPv6 ND messaging process is initiated
      from the receipt of an RS message from the IPv6 layer is an
      implementation matter. Some implementations may elect to defer the IPv6
      ND messaging process until an RS is received from the IPv6 layer, while
      others may elect to initiate the process proactively.</t>

      <t>Note: The Router Lifetime value in RA messages indicates the time
      before which the MN must send another RS message over this underlying
      interface (e.g., 600 seconds), however that timescale may be
      significantly longer than the lifetime the MS has committed to retain
      the prefix registration (e.g., REACHABLETIME seconds). For this reason,
      the MN should select a primary AR, which is responsible for keeping the
      MS prefix registration alive on the MN's behalf. If the MN does not
      select a primary, then it must perform more frequent RS/RA exchanges on
      its own behalf to refresh the MS prefix registration lifetime.</t>
    </section>

    <section anchor="vrrp" title="AR and MSE Resilience">
      <t>ANETs SHOULD deploy ARs in Virtual Router Redundancy Protocol (VRRP)
      <xref target="RFC5798"/> configurations so that service continuity is
      maintained even if one or more ARs fail. Using VRRP, the MN is unaware
      which of the (redundant) ARs is currently providing service, and any
      service discontinuity will be limited to the failover time supported by
      VRRP. Widely deployed public domain implementations of VRRP are
      available.</t>

      <t>MSEs SHOULD use high availability clustering services so that
      multiple redundant systems can provide coordinated response to failures.
      As with VRRP, widely deployed public domain implementations of high
      availability clustering services are available. Note that
      special-purpose and expensive dedicated hardware is not necessary, and
      public domain implementations can be used even between lightweight
      virtual machines in cloud deployments.</t>
    </section>

    <section anchor="pulse" title="Detecting and Responding to MSE Failures">
      <t>In environments where fast recovery from MSE failure is required, ARs
      SHOULD use proactive Neighbor Unreachability Detection (NUD) in a manner
      that parallels Bidirectional Forwarding Detection (BFD) <xref
      target="RFC5880"/> to track MSE reachability. ARs can then quickly
      detect and react to failures so that cached information is
      re-established through alternate paths. Proactive NUD control messaging
      is carried only over well-connected ground domain networks (i.e., and
      not low-end aeronautical radio links) and can therefore be tuned for
      rapid response.</t>

      <t>ARs perform proactive NUD for MSEs for which there are currently
      active ANET MNs. If an MSE fails, ARs can quickly inform MNs of the
      outage by sending multicast RA messages on the ANET interface. The AR
      sends RA messages to the MN via the ANET interface with source address
      set to the MSEs OMNI LLA, destination address set to All-Nodes multicast
      (ff02::1) <xref target="RFC4291"/>, and Router Lifetime set to 0.</t>

      <t>The AR SHOULD send MAX_FINAL_RTR_ADVERTISEMENTS RA messages separated
      by small delays <xref target="RFC4861"/>. Any MNs on the ANET interface
      that have been using the (now defunct) MSE will receive the RA messages
      and associate with a new MSE.</t>
    </section>

    <section anchor="iana" title="IANA Considerations">
      <t>The IANA is instructed to allocate an official Type number TBD from
      the registry "IPv6 Neighbor Discovery Option Formats" for the OMNI
      option. Implementations set Type to 253 as an interim value <xref
      target="RFC4727"/>.</t>

      <t>The IANA is instructed to allocate one Ethernet unicast address TBD2
      (suggest 00-00-5E-00-52-14 <xref target="RFC5214"/>) in the registry
      "IANA Ethernet Address Block - Unicast Use".</t>
    </section>

    <section anchor="secure" title="Security Considerations">
      <t>Security considerations for IPv6 <xref target="RFC8200"/> and IPv6
      Neighbor Discovery <xref target="RFC4861"/> apply. OMNI interface IPv6
      ND messages SHOULD include Nonce and Timestamp options <xref
      target="RFC3971"/> when synchronized transaction confirmation is
      needed.</t>

      <t>Security considerations for specific access network interface types
      are covered under the corresponding IP-over-(foo) specification (e.g.,
      <xref target="RFC2464"/>, <xref target="RFC2492"/>, etc.).</t>
    </section>

    <section anchor="ack" title="Acknowledgements">
      <t>The first version of this document was prepared per the consensus
      decision at the 7th Conference of the International Civil Aviation
      Organization (ICAO) Working Group-I Mobility Subgroup on March 22, 2019.
      Consensus to take the document forward to the IETF was reached at the
      9th Conference of the Mobility Subgroup on November 22, 2019. Attendees
      and contributors included: Guray Acar, Danny Bharj, Francois
      D&acute;Humieres, Pavel Drasil, Nikos Fistas, Giovanni Garofolo,
      Bernhard Haindl, Vaughn Maiolla, Tom McParland, Victor Moreno, Madhu
      Niraula, Brent Phillips, Liviu Popescu, Jacky Pouzet, Aloke Roy, Greg
      Saccone, Robert Segers, Michal Skorepa, Michel Solery, Stephane Tamalet,
      Fred Templin, Jean-Marc Vacher, Bela Varkonyi, Tony Whyman, Fryderyk
      Wrobel and Dongsong Zeng.</t>

      <t>The following individuals are acknowledged for their useful comments:
      Pavel Drasil, Zdenek Jaron, Michael Matyas, Madhu Niraula, Greg Saccone,
      Stephane Tamalet, Eric Vyncke. Naming of the IPv6 ND option was
      discussed on the 6man mailing list.</t>

      <t>This work is aligned with the NASA Safe Autonomous Systems Operation
      (SASO) program under NASA contract number NNA16BD84C.</t>

      <t>This work is aligned with the FAA as per the SE2025 contract number
      DTFAWA-15-D-00030.</t>
    </section>
  </middle>

  <back>
    <references title="Normative References">
      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc include="reference.RFC.2119"?>

      <?rfc include="reference.RFC.8174"?>

      <?rfc include="reference.RFC.8200"?>

      <?rfc include="reference.RFC.4291"?>

      <?rfc include="reference.RFC.2474"?>

      <?rfc include="reference.RFC.8201"?>

      <?rfc include="reference.RFC.4861"?>

      <?rfc include="reference.RFC.4862"?>

      <?rfc include="reference.RFC.8028"?>

      <?rfc include="reference.RFC.4191"?>

      <?rfc include="reference.RFC.4727"?>

      <?rfc include="reference.RFC.3971"?>

      <?rfc ?>

      <?rfc ?>
    </references>

    <references title="Informative References">
      <?rfc ?>

      <?rfc include="reference.RFC.2225"?>

      <?rfc include="reference.RFC.2863"?>

      <?rfc include="reference.RFC.7084"?>

      <?rfc include="reference.RFC.7847"?>

      <?rfc include="reference.RFC.2473"?>

      <?rfc include="reference.RFC.4605"?>

      <?rfc include="reference.RFC.5213"?>

      <?rfc include="reference.RFC.7421"?>

      <?rfc include="reference.RFC.5214"?>

      <?rfc include="reference.RFC.6543"?>

      <?rfc include="reference.RFC.2464"?>

      <?rfc include="reference.RFC.5880"?>

      <?rfc include="reference.RFC.3819"?>

      <?rfc include="reference.RFC.5798"?>

      <?rfc include="reference.RFC.2492"?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>

      <?rfc ?>
    </references>

    <section anchor="stllao-link"
             title="OMNI Option Extensions for Pseudo-DSCP Mappings">
      <t>Adaptation of the OMNI interface to specific Internetworks such as
      the Aeronautical Telecommunications Network with Internet Protocol
      Services (ATN/IPS) includes link selection preferences based on
      transport port numbers in addition to the existing DSCP-based
      preferences. ATN/IPS nodes maintain a map of transport port numbers to
      additional "pseudo-DSCP" P[*] preference fields beyond the first 64. For
      example, TCP port 22 maps to pseudo-DSCP value P67, TCP port 443 maps to
      P70, UDP port 8060 maps to P76, etc. <xref target="ATN-IPS"/> shows an
      example OMNI option with extended P[*] values beyond the base 64 used
      for DSCP mapping (i.e., for QoS values 5 or greater):</t>

      <figure anchor="ATN-IPS" title="ATN/IPS Extended OMNI Option Format">
        <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
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |      Type     |    Length     | Prefix Length |R|N|P| Reservd |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |    ifIndex    |    ifType     |     Flags     | Link  |QoS=5+ |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P00|P01|P02|P03|P04|P05|P06|P07|P08|P09|P10|P11|P12|P13|P14|P15|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P16|P17|P18|P19|P20|P21|P22|P23|P24|P25|P26|P27|P28|P29|P30|P31|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P32|P33|P34|P35|P36|P37|P38|P39|P40|P41|P42|P43|P44|P45|P46|P47|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P48|P49|P50|P51|P52|P53|P54|P55|P56|P57|P58|P59|P60|P61|P62|P63|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |P64|P65|P66|P67|P68|P69|P70|P71|P72|P73|P74|P75|P76|P77|P78|P79|
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     ...
]]></artwork>
      </figure>
    </section>

    <section anchor="mnplen" title="Prefix Length Considerations">
      <t>The 64-bit boundary in IPv6 addresses <xref target="RFC7421"/>
      determines the MN OMNI LLA format for encoding the most-significant 64
      MNP bits into the least-significant 64 bits of the prefix fe80::/64 as
      discussed in <xref target="aero-address"/>.</t>

      <t><xref target="RFC4291"/> defines the link-local address format as the
      most significant 10 bits of the prefix fe80::/10, followed by 54 unused
      bits, followed by the least-significant 64 bits of the address. If the
      64-bit boundary is relaxed through future standards activity, then the
      54 unused bits can be employed for extended coding of MNPs of length /65
      up to /118.</t>

      <t>The extended coding format would continue to encode MNP bits 0-63 in
      bits 64-127 of the OMNI LLA, while including MNP bits 64-117 in bits
      10-63. For example, the OMNI LLA corresponding to the MNP
      2001:db8:1111:2222:3333:4444:5555::/112 would be
      fe8c:ccd1:1115:5540:2001:db8:1111:2222, and would still be a valid IPv6
      LLA per <xref target="RFC4291"/>.</t>
    </section>

    <section anchor="vdlm2" title="VDL Mode 2 Considerations">
      <t>ICAO Doc 9776 is the "Technical Manual for VHF Data Link Mode 2"
      (VDLM2) that specifies an essential radio frequency data link service
      for aircraft and ground stations in worldwide civil aviation air traffic
      management. The VDLM2 link type is "multicast capable" <xref
      target="RFC4861"/>, but with considerable differences from common
      multicast links such as Ethernet and IEEE 802.11.</t>

      <t>First, the VDLM2 link data rate is only 31.5Kbps - multiple orders of
      magnitude less than most modern wireless networking gear. Second, due to
      the low available link bandwidth only VDLM2 ground stations (i.e., and
      not aircraft) are permitted to send broadcasts, and even so only as
      compact layer 2 "beacons". Third, aircraft employ the services of ground
      stations by performing unicast RS/RA exchanges upon receipt of beacons
      instead of listening for multicast RA messages and/or sending multicast
      RS messages.</t>

      <t>This beacon-oriented unicast RS/RA approach is necessary to conserve
      the already-scarce available link bandwidth. Moreover, since the numbers
      of beaconing ground stations operating within a given spatial range must
      be kept as sparse as possible, it would not be feasible to have
      different classes of ground stations within the same region observing
      different protocols. It is therefore highly desirable that all ground
      stations observe a common language of RS/RA as specified in this
      document.</t>

      <t>Note that links of this nature may benefit from compression
      techniques that reduce the bandwidth necessary for conveying the same
      amount of data. The IETF lpwan working group is considering possible
      alternatives: [https://datatracker.ietf.org/wg/lpwan/documents].</t>
    </section>

    <section anchor="changes" title="Change Log">
      <t>&lt;&lt; RFC Editor - remove prior to publication &gt;&gt;</t>

      <t>Differences from draft-templin-atn-aero-interface-17 to
      draft-templin-atn-aero-interface-18:<list style="symbols">
          <t>MTU and RA configuration information updated.</t>
        </list>Differences from draft-templin-atn-aero-interface-16 to
      draft-templin-atn-aero-interface-17:<list style="symbols">
          <t>New "Primary" flag in OMNI option.</t>
        </list>Differences from draft-templin-atn-aero-interface-15 to
      draft-templin-atn-aero-interface-16:<list style="symbols">
          <t>New note on MSE OMNI LLA uniqueness assurance.</t>

          <t>General cleanup.</t>
        </list>Differences from draft-templin-atn-aero-interface-14 to
      draft-templin-atn-aero-interface-15:<list style="symbols">
          <t>General cleanup.</t>
        </list>Differences from draft-templin-atn-aero-interface-13 to
      draft-templin-atn-aero-interface-14:<list style="symbols">
          <t>General cleanup.</t>
        </list>Differences from draft-templin-atn-aero-interface-12 to
      draft-templin-atn-aero-interface-13:<list style="symbols">
          <t>Minor re-work on "Notify-MSE" (changed to Notification ID).</t>
        </list>Differences from draft-templin-atn-aero-interface-11 to
      draft-templin-atn-aero-interface-12:<list style="symbols">
          <t>Removed "Request/Response" OMNI option formats. Now, there is
          only one OMNI option format that applies to all ND messages.</t>

          <t>Added new OMNI option field and supporting text for
          "Notify-MSE".</t>
        </list>Differences from draft-templin-atn-aero-interface-10 to
      draft-templin-atn-aero-interface-11:<list style="symbols">
          <t>Changed name from "aero" to "OMNI"</t>

          <t>Resolved AD review comments from Eric Vyncke (posted to atn
          list)</t>
        </list>Differences from draft-templin-atn-aero-interface-09 to
      draft-templin-atn-aero-interface-10:<list style="symbols">
          <t>Renamed ARO option to AERO option</t>

          <t>Re-worked Section 13 text to discuss proactive NUD.</t>
        </list>Differences from draft-templin-atn-aero-interface-08 to
      draft-templin-atn-aero-interface-09:<list style="symbols">
          <t>Version and reference update</t>
        </list>Differences from draft-templin-atn-aero-interface-07 to
      draft-templin-atn-aero-interface-08:<list style="symbols">
          <t>Removed "Classic" and "MS-enabled" link model discussion</t>

          <t>Added new figure for MN/AR/MSE model.</t>

          <t>New Section on "Detecting and responding to MSE failure".</t>
        </list>Differences from draft-templin-atn-aero-interface-06 to
      draft-templin-atn-aero-interface-07:<list style="symbols">
          <t>Removed "nonce" field from AR option format. Applications that
          require a nonce can include a standard nonce option if they want
          to.</t>

          <t>Various editorial cleanups.</t>
        </list>Differences from draft-templin-atn-aero-interface-05 to
      draft-templin-atn-aero-interface-06:<list style="symbols">
          <t>New Appendix C on "VDL Mode 2 Considerations"</t>

          <t>New Appendix D on "RS/RA Messaging as a Single Standard API"</t>

          <t>Various significant updates in Section 5, 10 and 12.</t>
        </list>Differences from draft-templin-atn-aero-interface-04 to
      draft-templin-atn-aero-interface-05:<list style="symbols">
          <t>Introduced RFC6543 precedent for focusing IPv6 ND messaging to a
          reserved unicast link-layer address</t>

          <t>Introduced new IPv6 ND option for Aero Registration</t>

          <t>Specification of MN-to-MSE message exchanges via the ANET access
          router as a proxy</t>

          <t>IANA Considerations updated to include registration requests and
          set interim RFC4727 option type value.</t>
        </list>Differences from draft-templin-atn-aero-interface-03 to
      draft-templin-atn-aero-interface-04:<list style="symbols">
          <t>Removed MNP from aero option format - we already have RIOs and
          PIOs, and so do not need another option type to include a
          Prefix.</t>

          <t>Clarified that the RA message response must include an aero
          option to indicate to the MN that the ANET provides a MS.</t>

          <t>MTU interactions with link adaptation clarified.</t>
        </list>Differences from draft-templin-atn-aero-interface-02 to
      draft-templin-atn-aero-interface-03:<list style="symbols">
          <t>Sections re-arranged to match RFC4861 structure.</t>

          <t>Multiple aero interfaces</t>

          <t>Conceptual sending algorithm</t>
        </list>Differences from draft-templin-atn-aero-interface-01 to
      draft-templin-atn-aero-interface-02:<list style="symbols">
          <t>Removed discussion of encapsulation (out of scope)</t>

          <t>Simplified MTU section</t>

          <t>Changed to use a new IPv6 ND option (the "aero option") instead
          of S/TLLAO</t>

          <t>Explained the nature of the interaction between the mobility
          management service and the air interface</t>
        </list>Differences from draft-templin-atn-aero-interface-00 to
      draft-templin-atn-aero-interface-01:<list style="symbols">
          <t>Updates based on list review comments on IETF 'atn' list from
          4/29/2019 through 5/7/2019 (issue tracker established)</t>

          <t>added list of opportunities afforded by the single virtual link
          model</t>

          <t>added discussion of encapsulation considerations to Section 6</t>

          <t>noted that DupAddrDetectTransmits is set to 0</t>

          <t>removed discussion of IPv6 ND options for prefix assertions. The
          aero address already includes the MNP, and there are many good
          reasons for it to continue to do so. Therefore, also including the
          MNP in an IPv6 ND option would be redundant.</t>

          <t>Significant re-work of "Router Discovery" section.</t>

          <t>New Appendix B on Prefix Length considerations</t>
        </list>First draft version (draft-templin-atn-aero-interface-00):<list
          style="symbols">
          <t>Draft based on consensus decision of ICAO Working Group I
          Mobility Subgroup March 22, 2019.</t>
        </list></t>
    </section>
  </back>
</rfc>
