<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.36 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-xu-savax-protocol-10" category="std" consensus="true" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="savax-protocol">Communication Protocol Between the AD Control Server and the AD Edge Router of Source Address Validation Architecture-eXternal (SAVA-X)</title>
    <seriesInfo name="Internet-Draft" value="draft-xu-savax-protocol-10"/>
    <author initials="K." surname="Xu" fullname="Ke Xu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>xuke@tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="J." surname="Wu" fullname="Jianping Wu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>jianping@cernet.edu.cn</email>
      </address>
    </author>
    <author initials="X." surname="Wang" fullname="Xiaoliang Wang">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>wangxiaoliang0623@foxmail.com</email>
      </address>
    </author>
    <author initials="Y." surname="Guo" fullname="Yangfei Guo">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>guoyangfei@zgclab.edu.cn</email>
      </address>
    </author>
    <date year="2026" month="May" day="17"/>
    <abstract>
      <?line 61?>

<t>Due to the fact that the Internet forwards packets in accordance with the IP destination address, packet forwarding generally occurs without examination of the source address. As a result, malicious attacks have been initiated by utilizing spoofed source addresses. The inter-domain source address validation architecture represents an endeavor to enhance the Internet by employing state machines to generate consistent tags. When two end hosts at different address domains (ADs) of the IPv6 network communicate with each other, tags will be appended to the packets to identify the authenticity of the IPv6 source address.</t>
      <t>This memo focuses on the communication protocol between ACSs and AERs of the SAVA-X mechanism.</t>
    </abstract>
  </front>
  <middle>
    <?line 68?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Inter-Domain Source Address Validation-eXternal (SAVA-X) mechanism serves to establish a trust alliance among Address Domains (AD). It maintains a one-to-one state machine among ADs in conjunction with the AD Control Server (ACS). Moreover, it generates a consistent tag and deploys this tag to the ADs' border router (AER). The AER of the source AD appends a tag to packets originating from one AD and destined for another AD, thereby identifying the identity of the AD. The AER of the destination AD verifies the source address by validating the correctness of the tag to determine whether the packet has a forged source address.</t>
      <t>In the packet forwarding process, if both the source address and the destination address of a packet belong to the trust alliance, the tag is either not added or added incorrectly. In such a case, the AER of the destination AD determines that the source address is forged and directly discards this packet. For packets with a source address outside the trust alliance, the destination AD forwards the packet directly.</t>
      <t>This document mainly studies the relevant specifications of the communication protocol between ACSs and AERs of the SAVA-X mechanism between ADs, which will protect IPv6 networks from being forged source addresses. See <xref target="RFC8200"/> for more details about IPv6. It includes both ACS-to-ACS communication specification and ACS-to-AER communication specification.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<section anchor="terminology-and-abbreviation">
        <name>Terminology and Abbreviation</name>
        <t>The following terms are used with a specific meaning:</t>
        <dl newline="true">
          <dt>ACS:</dt>
          <dd>
            <t>AD Control Server. The server maintains the state machine with other ACS and distributes information to AER.</t>
          </dd>
          <dt>AD:</dt>
          <dd>
            <t>Address Domain or Administrative Domain. The unit of a trust alliance. It is an address set consisting of all IPv6 addresses corresponding to an IPv6 address prefix.</t>
          </dd>
          <dt>ADID:</dt>
          <dd>
            <t>The identity of an AD.</t>
          </dd>
          <dt>ADID_Rec:</dt>
          <dd>
            <t>The record of the number of an AD.</t>
          </dd>
          <dt>AER:</dt>
          <dd>
            <t>AD border router, which is placed at the boundary of an AD of STA.</t>
          </dd>
          <dt>API_Rec:</dt>
          <dd>
            <t>The record of the prefix of an AD or STA.</t>
          </dd>
          <dt>ARI_Rec:</dt>
          <dd>
            <t>The record with relevant information of an AD or STA.</t>
          </dd>
          <dt>SM:</dt>
          <dd>
            <t>State Machine, which is maintained by a pair of ACS to generate tags.</t>
          </dd>
          <dt>SMI_Rec:</dt>
          <dd>
            <t>The record of the state machine information.</t>
          </dd>
          <dt>TA:</dt>
          <dd>
            <t>Trust Alliance. The IPv6 network that uses the SAVA-X mechanism.</t>
          </dd>
          <dt>Tag:</dt>
          <dd>
            <t>The authentic identification of the source address of a packet.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="pkt-format">
      <name>Communication Protocol Format</name>
      <t>Every AD should be placed at least one ACS, which is mainly responsible for maintaining the relationship between ADs of the trust alliance, establishing connections with other ACS, maintaining the synchronous state machine, and sending the generated tags to the AER. TCP is used for communicating between ACS-ACS and ACS-AER.</t>
      <figure anchor="fig-common-fmt">
        <name>General communication packet format.</name>
        <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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|    Version    |    Alliance   | I Type| S Type|   Operation   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           Total Length                        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        Number of Records                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                       Transaction Number                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                      Acknowledgment Number                    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                              Data                             ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <dl newline="true">
        <dt>Version:</dt>
        <dd>
          <t>8-bit, the current version=0b1 of SAVA-X.</t>
        </dd>
        <dt>Alliance:</dt>
        <dd>
          <t>8-bit, the sub-trust alliance number.</t>
        </dd>
        <dt>I Type:</dt>
        <dd>
          <t>4-bit, Information type, 0 for G_REF_INFO, 1 for AD_REG_INFO, 2 for AD_PREFIX_INFO, 3 for STATE_MACHINE_INFO, 4 for DIAGNOSIS_INFO, 5 for RUNNING_STATE_INFO, 6 for STRATEGY_INFO, 7 for ALIVE_INFO, 8 for TAG_INFO, 9 for ALLI_TAG_INFO, 10 for AD_V_TAG_INFO and others are unassigned.</t>
        </dd>
        <dt>S Type:</dt>
        <dd>
          <t>4-bit, Session type, 1 for ANNOUNCEMENT or DEPLOYMENT, 2 for REQUEST, 3 for REQUEST_ALL, 4 for ACK, 5 for NAK, 6 for AACK, 7 for ANAK, 8 for RACK, 9 for RNAK and others are unassigned.</t>
        </dd>
        <dt>Operation:</dt>
        <dd>
          <t>8-bit, the first 3 bits mean for whether RENEW Type or not. First bit: 0 for non-RENEW packet, 1 for RENEW packet. Second bit: 0 for the first non-RENEW packet, 1 for the first RENEW packet. Third bit: 0 for the last non-RENEW packet, 1 for the last RENEW packet.</t>
        </dd>
        <dt>Total Length:</dt>
        <dd>
          <t>32-bit, the length of this packet: from Version to Data.</t>
        </dd>
        <dt>Number of Records:</dt>
        <dd>
          <t>32-bit, he records in Data.</t>
        </dd>
        <dt>Transaction Number:</dt>
        <dd>
          <t>32-bit, this is the identification of a publication, query, or response, and the value should increase monotonically. Different I Types <bcp14>MUST</bcp14> have their own Transaction Number. Through this field, ACS can locate which information has been resolved wrongly and correct it.</t>
        </dd>
        <dt>Acknowledgment Number:</dt>
        <dd>
          <t>32-bit, it is only filled when the S Type is ACK, NAK, AACK, ANAK, RACK, or RNAK. Otherwise, it should be filled as 0.</t>
        </dd>
        <dt>Data:</dt>
        <dd>
          <t>Variable-length field. I Type and S Type specifies data jointly.</t>
        </dd>
      </dl>
      <t>When the S Type is ANNOUNCEMENT:</t>
      <ul spacing="normal">
        <li>
          <t>If I Type = AD_REG_INFO, Data field <bcp14>SHOULD</bcp14> be one or more ARI_Rec.</t>
        </li>
        <li>
          <t>If I Type = AD_PREFIX_INFO, Data field <bcp14>SHOULD</bcp14> be one or more API_Rec.</t>
        </li>
        <li>
          <t>If I Type = STATE_MACHINE_INFO, Data field <bcp14>SHOULD</bcp14> be one or more SMI_Rec.</t>
        </li>
        <li>
          <t>If I Type = TAG_INFO, ALLI_TAG_INFO or AD_V_TAG_INFO, Data field <bcp14>SHOULD</bcp14> be one or more TAG_Rec.</t>
        </li>
      </ul>
      <t>When the S Type is REQUEST or REQUEST_ALL:</t>
      <ul spacing="normal">
        <li>
          <t>If I Type = REG_INFO, Data field <bcp14>SHOULD</bcp14> be one or more ADID_Rec.</t>
        </li>
        <li>
          <t>If I Type = AD_PREFIX_INFO, the Data field <bcp14>SHOULD</bcp14> be none or one or more ADID_Rec.</t>
        </li>
        <li>
          <t>If I Type = STATE_MACHINE_INFO, the Data field <bcp14>SHOULD</bcp14> be none or one or more ADID_Rec.</t>
        </li>
        <li>
          <t>If I Type = DIAGNOSE_INFO, the Data field <bcp14>SHOULD</bcp14> be a 32-bit diagnose request code.</t>
        </li>
        <li>
          <t>If I Type = ALIVE_INFO, Data field <bcp14>SHOULD</bcp14> be none.</t>
        </li>
      </ul>
      <t>When the S Type is ACK, AACK, or RACK:</t>
      <ul spacing="normal">
        <li>
          <t>If I Type = REG_INFO, Data field <bcp14>SHOULD</bcp14> be one or more ARI_Rec.</t>
        </li>
        <li>
          <t>If I Type = AD_PREFIX_INFO, Data field <bcp14>SHOULD</bcp14> be one or more API_Rec.</t>
        </li>
        <li>
          <t>If I Type = STATE_MACHINE_INFO, Data field <bcp14>SHOULD</bcp14> be one or more SMI_Rec.</t>
        </li>
        <li>
          <t>If I Type = DIAGNOSE_INFO, the Data field <bcp14>SHOULD</bcp14> be one 32-bit diagnose response code.</t>
        </li>
        <li>
          <t>If I Type = ALIVE_INFO, Data field <bcp14>SHOULD</bcp14> be none.</t>
        </li>
      </ul>
      <t>When the S Type is NAK, ANAK, or RNAK, the Data field <bcp14>SHOULD</bcp14> be one 32-bit error code:</t>
      <ul spacing="normal">
        <li>
          <t>1 for parameters are wrong which means the packet cannot resolve correctly.</t>
        </li>
        <li>
          <t>2 for member AD(s) in the request packet does not exist in the designative sub-trust alliance.</t>
        </li>
        <li>
          <t>3 for algorithm for State Machine set by source ACS cannot support by the destination ACS.</t>
        </li>
      </ul>
    </section>
    <section anchor="acs-acs-communication-protocol">
      <name>ACS-ACS Communication Protocol</name>
      <t>Since the blockchain is adopted in SAVA-X to maintain the information of the trust alliance, ACS can query the address domain information of relevant ADes of the trust alliance and the AD prefix information corresponding to the address domain from the blockchain.</t>
      <section anchor="announcement-query-and-response-of-state-machine-information">
        <name>Announcement, Query, and Response of State Machine Information</name>
        <t>State machine information record (SMI_Rec) represents the packet format used when a state machine is negotiated between different ordered pairs of ADs. When an ordered pair of ADs is negotiating the state machine, the ACS of AD with a smaller ADID initiates the  communication, and the ACS of AD with a larger ADID uses SMI_Rec to determine the information to be used, such as initial state, tag generation algorithm, state transition interval, etc. Compared to ARI_Rec and API_Rec, SMI_Rec also needs an Expiring Time in addition to the Effecting Time. Expiration Time stands when the negotiated state machine is no longer valid.</t>
        <figure anchor="fig-smi-rec">
          <name>Format of state machine information record.</name>
          <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
+-+-+-+-+-+-+-+-+
|     Action    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                       Source ADID_Rec                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Destination ADID_Rec                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                       State Mathine ID                        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|        Algorithm            |             IS Length           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                        Initial State                          ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                      Transition Interval                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        Effecting Time                         |
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        Expiring Time                          |
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <dl newline="true">
          <dt>Action:</dt>
          <dd>
            <t>8-bit, 1 for add or update this SMI_Rec.</t>
          </dd>
          <dt>Source ADID_Rec:</dt>
          <dd>
            <t>Variable-length field. Refer to ADID_Rec <xref target="savax-control"/>.</t>
          </dd>
          <dt>Destination ADID_Rec:</dt>
          <dd>
            <t>Variable-length field. Refer to ADID_Rec in <xref target="savax-control"/>.</t>
          </dd>
          <dt>State Machine ID:</dt>
          <dd>
            <t>32-bit, the ID used to identify the state machine, which is unique to a specific ordered AD pair and grows monotonically in use. It is used to distinguish the sequence before and after the generation of multiple-state machines.</t>
          </dd>
          <dt>Algorithm:</dt>
          <dd>
            <t>16-bit, algorithm used in A-Box. 1 for KISS-99 32-bit, 2 for KISS-99 64-bit Joint, 3 for OTP-2289 MD5 and others are unassigned.</t>
          </dd>
          <dt>IS Length:</dt>
          <dd>
            <t>16-bit, the length of the Initial State field.</t>
          </dd>
          <dt>Initial State:</dt>
          <dd>
            <t>Variable-length field, the length of this field is determined by IS Length.</t>
          </dd>
          <dt>Transition Interval:</dt>
          <dd>
            <t>32-bit, the milliseconds of the interval of state transition.</t>
          </dd>
          <dt>Effecting Time:</dt>
          <dd>
            <t>64-bit, when this field is 0, it means this State Machine should be enabled after the last State Machine expires.</t>
          </dd>
          <dt>Expiring Time:</dt>
          <dd>
            <t>64-bit, the end of this State Machine.</t>
          </dd>
        </dl>
        <section anchor="state-machine-information-announcement">
          <name>State Machine Information Announcement</name>
          <t>State machine information announcement (SM_INFO-Announce) is sent from source ACS to destination ACS. Source ACS fills in the following values for each field:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">SM_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">ANNOUNCEMENT</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL: source ACS updates part of the state machine's information to destination ACS. RENEW: source ACS updates all the state machines information to destination ACS.</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">The number of SMI_Recs in Data field.</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out where I Type is SM_INFO and ACS would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">One or more SMI_Recs.</td>
              </tr>
            </tbody>
          </table>
          <t>All SMI_Recs in the Data field should have a unique SM_ID. When Action  is ADD and SM_ID bigger than the current used SM_ID, ACS should add the  state machine defined in SMI_Rec. When Action is ADD and SM_ID equals  to current used SM_ID, ACS should modify the state machine defined in  SMI_Rec. Only the Transition Interval and Expiring Time can be modified.  Other SMI_Rec should be discarded and the destination ACS should send a  NAK message to the source ACS.</t>
          <t>When receiving a non-RENEW packet, if it cannot resolve this message,  the destination ACS should send a NAK message to the source ACS. When  destination ACS can resolve the packet correctly, it <bcp14>SHOULD</bcp14>:</t>
          <ol spacing="normal" type="1"><li>
              <t>Compare the Transaction Number in this packet with the Transaction  Number received from the same ACS before. Otherwise, the destination ACS  would discard this packet and send an SM_INFO-Request to request the  latest information of the state machine. SM_INFO-Request is defined at  <xref target="SM_INFO-Request"/>. If bigger, destination ACS WOULD:</t>
            </li>
            <li>
              <t>Accept every SMI_Rec and process them as follows:
  - If the SM_ID in SMI_Rec equals to current used SM_ID, destination ACS would update the current used SM_ID.
  - If the SM_ID in SMI_Rec is bigger than the current used SM_ID, destination ACS would add this state machine to its following used state machine list.</t>
            </li>
            <li>
              <t>The destination ACS will send an SM_INFO-AACK message to the source ACS.</t>
            </li>
          </ol>
          <t>When receiving a RENEW packet, if it cannot resolve this message, the destination ACS should send an SM_INFO-ANAK message to the source ACS. When destination ACS can resolve the packet correctly, it <bcp14>SHOULD</bcp14>:</t>
          <ol spacing="normal" type="1"><li>
              <t>Compare the Transaction Number in this packet with the Transaction Number received from the same ACS before. Otherwise, the destination ACS would discard this packet and send an SM_INFO-Request to request the latest information of the state machine. If bigger, destination ACS WOULD:</t>
            </li>
            <li>
              <t>Accept every SMI_Rec and process them as follows:
  - If the SM_ID in SMI_Rec equals to current used SM_ID, destination ACS would update the current used SM_ID.
  - If the SM_ID in SMI_Rec is bigger than the current used SM_ID,
 destination ACS would add this state machine to its following used state machine list. Especially, state machines will be     removed right now when they are not listed in the SMI_Recs but are in use.</t>
            </li>
            <li>
              <t>The destination ACS will send an SM_INFO-AACK message to the source ACS.</t>
            </li>
          </ol>
          <t>There are two types of replies to SM_INFO-Announce messages. That is SM_INFO-AACK representing affirmative acknowledgement and SM_INFO-ANAK representing negative acknowledgement. These are sent from the destination ACS to the source ACS. The main part of the packet is filled by the destination ACS as follows:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">SM_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">AACK if it is affirmative acknowledgement or ANAK if it is negative acknowledgement.</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out where I Type is SM_INFO and ACS would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">The Transaction Number of the response corresponding request.</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">S Type = AACK: None. S Type = ANAK: a 32-bit error code defined in <xref target="pkt-format"/>.</td>
              </tr>
            </tbody>
          </table>
          <t>Nothing needs to be done when source ACS receives an SM_INFO-AACK message while it should regenerate a new state machine and announce to destination ACS when source ACS receives an SM_INFO-ANAK message.</t>
        </section>
        <section anchor="SM_INFO-Request">
          <name>State Machine Information Request</name>
          <t>State machine information request (SM_INFO-Request) is sent from the source ACS to the destination ACS. Source ACS fills in the following values for each field:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">SM_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">REQUEST</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL: announce all state machine information to source ACS.</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out where I Type is SM_INFO and ACS would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>
          <t>When the source ACS receives an SM_INFO-Request message, it sends an SM_INFO-RNAK message to the destination ACS if some fields are wrong. Otherwise, the source ACS would send an SM_INFO-RACK message to the destination ACS and process this SM_INFO-Request message. Source ACS should compare the Transaction Number in this message with the Transaction Number received from the same destination ACS before. Otherwise, the source ACS would discard this packet. If bigger, the source ACS would send an SM_INFO-RACK message to the destination ACS.</t>
          <t>There are two types of replies to the SM_INFO-Request message, i.e. SM_INFO-RACK representing affirmative acknowledgement and SM_INFO-RNAK representing negative acknowledgement. These are sent from the source ACS to the destination ACS. The main part of the packet is filled by source ACS as follows: I Type is SM_INFO. S Type is RACK if it is affirmative acknowledgement or RNAK if it is negative acknowledgement. Operation is NULL. When the S Type is RACK, the Data field is a few of SMI_Recs. When the S  Type is RNAK, the Data field is a 32-bit error code.</t>
          <t>When receiving an SM_INFO-RACK message, if it cannot resolve this message, the destination ACS should send an SM_INFO-Request message to the source ACS to acquire another state machine. When destination ACS can resolve the message correctly, it <bcp14>SHOULD</bcp14>:</t>
          <ol spacing="normal" type="1"><li>
              <t>Compare the Transaction Number in this packet with the Transaction Number received from the same source ACS before. Otherwise, the destination ACS would discard this packet and send an SM_INFO-Request to request the latest information of the state machine. If bigger, destination ACS WOULD:</t>
            </li>
            <li>
              <t>Accept every SMI_Rec and process them as follows:
  - If the SM_ID in SMI_Rec equals to current used SM_ID, destination ACS would update the current used SM_ID.
  - If the SM_ID in SMI_Rec is bigger than the current used SM_ID, destination ACS would add this state machine to its following used state machine list.</t>
            </li>
            <li>
              <t>The destination ACS will send an SM_INFO-AACK message to the source ACS.</t>
            </li>
          </ol>
          <t>When receiving an SM_INFO-RNAK message, if it cannot resolve this message, the destination ACS should send an SM_INFO-Request message to the source ACS to acquire a new state machine. When destination ACS can resolve the message correctly, it <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number received from the same source ACS before. Otherwise, the destination ACS would discard this packet and send an SM_INFO-Request to request the latest information of the state machine. If bigger, destination ACS WOULD send a new correct SM_INFO-Request message to source ACS.</t>
        </section>
      </section>
      <section anchor="request-and-response-of-diagnose-information">
        <name>Request and Response of Diagnose Information</name>
        <t>Sent by destination ACS, a request for diagnosis information (DIAG_INFO-Request) is used to require the source ACS to check its configuration and source AERs' settings. Source ACS will respond with its result. Destination ACS fills in the following values for each field:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Version</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">Alliance</td>
              <td align="left">The sub-trust alliance number.</td>
            </tr>
            <tr>
              <td align="left">I Type</td>
              <td align="left">DIAG_INFO</td>
            </tr>
            <tr>
              <td align="left">S Type</td>
              <td align="left">REQUEST</td>
            </tr>
            <tr>
              <td align="left">Operation</td>
              <td align="left">NULL</td>
            </tr>
            <tr>
              <td align="left">Total Length</td>
              <td align="left">The length of this message.</td>
            </tr>
            <tr>
              <td align="left">Number of Records</td>
              <td align="left">0</td>
            </tr>
            <tr>
              <td align="left">Transaction Number</td>
              <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out where I Type is DIAG_INFO and ACS would keep it increasing monotonically.</td>
            </tr>
            <tr>
              <td align="left">Acknowledgement Number</td>
              <td align="left">0</td>
            </tr>
            <tr>
              <td align="left">Data</td>
              <td align="left">A 32-bit error code is defined below.</td>
            </tr>
          </tbody>
        </table>
        <t>Response of diagnose information (DIAG_INFO-Response) replies from source ACS to destination ACS.</t>
        <table>
          <thead>
            <tr>
              <th align="left">Field</th>
              <th align="left">Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Version</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">Alliance</td>
              <td align="left">The sub-trust alliance number.</td>
            </tr>
            <tr>
              <td align="left">I Type</td>
              <td align="left">DIAG_INFO</td>
            </tr>
            <tr>
              <td align="left">S Type</td>
              <td align="left">ACK</td>
            </tr>
            <tr>
              <td align="left">Operation</td>
              <td align="left">NULL</td>
            </tr>
            <tr>
              <td align="left">Total Length</td>
              <td align="left">The length of this message.</td>
            </tr>
            <tr>
              <td align="left">Number of Records</td>
              <td align="left">0</td>
            </tr>
            <tr>
              <td align="left">Transaction Number</td>
              <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out where I Type is DIAG_INFO and ACS would keep it increasing monotonically.</td>
            </tr>
            <tr>
              <td align="left">Acknowledgement Number</td>
              <td align="left">The Transaction Number of the response corresponding request.</td>
            </tr>
            <tr>
              <td align="left">Data</td>
              <td align="left">A 32-bit error code is defined below.</td>
            </tr>
          </tbody>
        </table>
        <t>Before it sends the DIAG_INFO-Request message, the destination ACS should check its own configuration and guarantee they are correct.</t>
        <t>If it receives a DIAG_INFO-Request message, the source ACS would check whether the communication with its own AER whether correct or not.</t>
        <ol spacing="normal" type="1"><li>
            <t>If it's wrong, source ACS would reply with a DIAG_INFO-Response message in which its Data filed is filled with 2 for fault cannot be repaired and alarm to the administrator to deal with this problem.</t>
          </li>
          <li>
            <t>If it's right, source ACS would RENEW all the registration information, prefix information and state machine information to all AERs. After that, source ACS will reply to a DIAG_INFO-Response message in which its Data filed is filled with 1 for all runs correctly after repair.</t>
          </li>
        </ol>
      </section>
    </section>
    <section anchor="acs-aer-communication-protocol">
      <name>ACS-AER Communication Protocol</name>
      <t>ACS would periodically deploy AD registration information, AD prefix information, and state machine information of relevant ADes to all AERs to guarantee all information is latest. ACS also would deploy the tag information to all AERs periodically.</t>
      <section anchor="deployment-request-and-response-of-ad-registration-information">
        <name>Deployment, Request, and Response of AD Registration information</name>
        <section anchor="deployment-of-ad-registration-information">
          <name>Deployment of AD Registration Information</name>
          <t>After connecting with AER, ACS deploys the AD Registration Information (REG_INFO-Deploy) to AER periodically. I Type is REG_INFO. S Type is Announcement. Operation is NULL when some ADes' information is joined, left or updated and Operation is RENEW when all ADes' information is deployed. Acknowledgment is 0. The Data field is one or more ARI_Rec.</t>
          <t>It should be noted that when there are two ARI_Recs in Data fields responding to the same AD, one may effect right now, and the other effects after passing Effecting Time. When AER receives this message, all of them should be restored to the trust alliance list and AER <bcp14>MUST</bcp14> process them orderly. Since the protocol processes the records in sequence, it is required that the ARI_Rec effecting at the current time for the same member AD should appear in front of another updating ARI_Rec.</t>
          <t>When receiving a non-RENEW packet, if it cannot resolve this message, AER could send a REG_INFO-Request message to acquire the latest AD registration information.</t>
          <t>When AER can resolve this message correctly, it <bcp14>SHOULD</bcp14>:</t>
          <ol spacing="normal" type="1"><li>
              <t>Compare the Transaction Number in this packet with the Transaction Number received from the same ACS before. If bigger, AER WOULD accept every ARI_Rec and process them as follows. Otherwise, AER would discard this packet and send a REG_INFO-RequestAll message to acquire the latest information on AD registration information.</t>
            </li>
            <li>
              <t>Process every ARI_Rec:
  - If Action is ADD and the record does not exist in its maintained trust alliance list, AER would add this record to its trust alliance list.
  - If Action is ADD and the record exists in its maintained trust alliance list but ACS Address is changed, AER would add this record to its trust alliance list and delete the original record after passing Effecting Time in this ARI_Rec.
  - If Action is ADD the record exists in its maintained trust alliance list and the ACS Address is not changed, AER would do nothing.
  - If Action is DEL and the record exists in its maintained trust alliance list, AER would remove this record from its trust alliance list after passing Effecting Time in this ARI_Rec.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update should take effect after passing the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
          <t>AER acts as follows when receiving a RENEW packet. When ACS initiates RENEW, it sends a RENEW message with which the first bit of the Operation field is 1. The second bit of the Operation field identifies the beginning of a procedure of RENEW and the third bit of the Operation field identifies the end of a procedure of RENEW. ACS <bcp14>MUST NOT</bcp14> send a RENEW packet with which the first bit of the Operation field is 0 in RENEWing. AER <bcp14>MUST</bcp14> process this procedure of RENEW after
received all RENEW packets.</t>
          <t>When AER can resolve this packet correctly, it <bcp14>SHOULD</bcp14>:</t>
          <ol spacing="normal" type="1"><li>
              <t>Compare the Transaction Number in this packet with the Transaction Number received from the same ACS before. If bigger, AER would accept every ARI_Rec and process them as follows. Otherwise, AER would discard this packet and send a REG_INFO-RequestAll message to acquire the latest information of AD registration information.</t>
            </li>
            <li>
              <t>Process every ARI_Rec:
- If the record does not exist in its maintained trust alliance list, AER will add this record to its trust alliance list.
- If the record exists in its maintained trust alliance list but the ACS Address is changed, AER would add this record to its trust alliance list and delete the original record after passing Effecting Time in this ARI_Rec.
- If the record exists in its maintained trust alliance list and the ACS Address is not changed, AER would do nothing.
- If there are some records in the original trust alliance list that do not appear in the Data field during this RENEW process, they will be deleted immediately.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update should take effect after passing the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
        </section>
        <section anchor="request-for-ad-registration-information">
          <name>Request for AD Registration Information</name>
          <t>The request is sent by AER to ACS. There are two types of requests for AD Registration Information messages. When querying the information of all member ADs of the trust alliance, the type is REG_INFO-RequestAll and REG_INFO-Request is used when querying the information of partial member ADs of the trust alliance.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">REG_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">REQUEST: for querying partial member ADs and S Type is REQUEST_ALL: for querying all member ADs.</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">S Type = REQUEST: the number of ADID_Recs in Data field. S Type = REQUEST_ALL: 0.</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. AER would maintain a global Transaction Number for packets sent out to ACS where I Type is REG_INFO and AER would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">S Type = REQUEST: one or more ADID_Recs. S Type = REQUEST_ALL: None.</td>
              </tr>
            </tbody>
          </table>
          <t>When processing the REG_INFO-Request(ALL) message, ACS would reply REG_INFO-NAK to AER if it holds some fields that are wrong. For example, AER requests one ARI_Rec that does not exist. Otherwise, the REG_INFO-ACK message will be answered. ACS WOULD process as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>ACS <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number received from the same AER before. If bigger, ACS would process as step 2. Otherwise, AER WOULD discard this packet and send a REG_INFO-NAK message to AER.</t>
            </li>
            <li>
              <t>ACS processes every ADID_Rec. If the AD exists in its maintained trust alliance list, ACS would mark this record as "Reply". Otherwise, ACS would mark this record as "Negative Reply". Especially, all records would be marked with "Reply" when the Operation field is REQUEST_ALL.</t>
            </li>
            <li>
              <t>If any case in step 2 is marked with "Negative Reply", ACS would construct a REG_INFO-NAK message to reply to the AER. Otherwise, a REG_INFO-ACK message is constructed to reply to the AD registration information of all members marked with "Reply" to the AER.</t>
            </li>
          </ol>
        </section>
        <section anchor="response-of-ad-registration-information">
          <name>Response of AD Registration Information</name>
          <t>AD registration information response includes two types. That is REG_INFO-ACK and REG_INFO-NAK. ACS will reply to AER according to the request for registration information sent by AER to ACS.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">REG_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">ACK: representing affirmative acknowledgement. NAK: representing negative acknowledgement.</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL: REG_INFO-Request message. RENEW: REG_INFO-RequestAll.</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">S Type = ACK: the number of ARI_Recs in Data field. S Type = REQUEST_ALL: 0.</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out to AER where I Type is REG_INFO and ACS would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">The Transaction Number of the response corresponding request.</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">S Type = ACK: one or more ARI_Recs. S Type = NAK: a 32-bit error code defined at <xref target="pkt-format"/>. There is no boundary identification between these ARI_Recs, which requires that the implementation of the protocol can process each record sequentially until the end of this message.</td>
              </tr>
            </tbody>
          </table>
          <t>It should be noted that when there are two ARI_Recs in Data fields responding to the same AD, one may effect right now and the other effects after passing Effecting Time. When AER receives this message, all of them should be restored to the trust alliance list and AER <bcp14>MUST</bcp14> process them orderly. Since the protocol processes the records in sequence, it is required that the ARI_Rec effecting at the current time for the same member AD should appear in front of another updating ARI_Rec.</t>
          <t>When receiving a non-RENEW REG_INFO-ACK message, if it holds that some fields are wrong, AER could send a REG_INFO-RequestAll message to acquire the latest AD registration information. Otherwise, AER would act as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number received from the same ACS before. If bigger, AER would process them as follows. Otherwise, AER would discard this packet and send a REG_INFO-RequestAll message to acquire the latest information on AD registration information.</t>
            </li>
            <li>
              <t>AER WOULD process every ARI_Rec:
- If Action is ADD and the record does not exist in its maintained trust alliance list, AER would add this record to its trust alliance list.
  - If Action is ADD and the record exists in its maintained trust alliance list but ACS Address is changed, AER would add this record to its trust alliance list and delete the original record after passing Effecting Time in this ARI_Rec.
  - If Action is ADD the record exists in its maintained trust alliance list and the ACS Address is not changed, AER would do nothing.
  - If Action is DEL and the record exists in its maintained trust alliance list, AER would remove this record from its trust alliance list after passing Effecting Time in this ARI_Rec.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update should take effect after passing the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
          <t>AER acts as follows when receiving a RENEW REG_INFO-ACK message. When ACS initiates RENEW, it sends a RENEW message with which the first bit of the Operation field is 1. The second bit of the Operation field identifies the beginning of a procedure of RENEW and the third bit of the Operation field identifies the end of a procedure of RENEW. ACS <bcp14>MUST NOT</bcp14> send a RENEW packet with which the first bit of the Operation field is 0 in RENEWing. AER <bcp14>MUST</bcp14> process this procedure of RENEW after receiving all RENEW packets.</t>
          <t>When AER can resolve this packet correctly, it <bcp14>SHOULD</bcp14>:</t>
          <ol spacing="normal" type="1"><li>
              <t>Compare the Transaction Number in this packet with the Transaction Number received from the same ACS before. If bigger, AER would accept every ARI_Rec and process them as step 2. Otherwise, AER would discard this packet and send a REG_INFO-RequestAll message to acquire the latest information of AD registration information.</t>
            </li>
            <li>
              <t>Process every ARI_Rec:
  - If the record does not exist in its maintained trust alliance list, AER will add this record to its trust alliance list.
  - If the record exists in its maintained trust alliance list but the ACS Address is changed, AER would add this record to its trust alliance list and delete the original record after passing Effecting Time in this ARI_Rec.
  - If the record exists in its maintained trust alliance list and the ACS Address is not changed, AER would do nothing.
  -If there are some records in the original trust alliance list that do not appear in the Data field during this RENEW process, they will be deleted immediately.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update should take effect after passing the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
          <t>When AER receives a REG_INFO-NAK message, it could send a REG_INFO-RequestAll message to ACS to acquire the latest AD registration information.</t>
        </section>
      </section>
      <section anchor="deployment-request-and-reply-of-ad-prefix-information">
        <name>Deployment, Request, and Reply of AD Prefix Information</name>
        <section anchor="deployment-of-ad-prefix-information">
          <name>Deployment of AD Prefix Information</name>
          <t>AD prefix information deployment (PFX_INFO-Deploy) is sent from ACS to AER. ACS fills in the following values for each field:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">AD_PREFIX_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">DEPLOYMENT</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL: to publish partial update information of member ADs' prefixes. RENEW: to publish all member ADs' prefixes.</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">The number of API_Recs in Data field.</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out to AER where I Type is AD_PREFIX_INFO and ACS would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">One or more API_Recs. There is no boundary identification between these API_Recs, which requires that the implementation of the protocol can process each record sequentially until the end of this message.</td>
              </tr>
            </tbody>
          </table>
          <t>It should be noted that when there are two ARI_Recs in Data fields responding to the same AD, one may affect right now and the other is an update message for ADD or DEL effecting after the Effecting Time. For example, if the current time is 5 and there are two records corresponding to the prefix P, in which the Effecting Time of record R1 is 1, the action is ADD, the Effecting Time of record R2 is 7 and the action is DEL, then it indicates that the prefix P is currently valid effective from time 1 and becomes invalid at time 7. When ACS or AER receives this message, all of them should be restored in the database and ACS should send them all when deploying. Since the protocol processes the records in sequence, it is required that the API_Rec effecting at the current time for the same member AD should appear in front of another updating API_Rec.</t>
          <t>When receiving a non-RENEW PFX_INFO-Deploy message, if it holds that some fields are wrong, for example, it requires deleting an API_Rec that does not exist or adding some prefix that conflicts with other member ADs, AER could send a request message to acquire the latest AD prefix information. Otherwise, AER would act as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number received from the same ACS before. If bigger, AER WOULD process them as step 2. Otherwise, AER would discard this packet and send a PFX_INFO-RequestAll message to acquire the latest information on AD prefix information.</t>
            </li>
            <li>
              <t>AER processes every API_Rec:
  - If Action is ADD and the record does not exist in its maintained prefix list, AER would add this record to its prefix list.
  - If Action is ADD and the record exists in its maintained prefix list, AER would do nothing.
  - If Action is DEL and the record exists in its maintained prefix list, AER would remove this record from its prefix list after Effecting Time.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update should take effect after the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
          <t>AER acts as follows when receiving a RENEW PFX_INFO-Deploy message. When ACS initiates RENEW, it sends a RENEW message with which the first bit of the Operation field is 1. The second bit of the Operation field identifies the beginning of a procedure of RENEW and the third bit of the Operation field identifies the end of a procedure of RENEW. ACS <bcp14>MUST NOT</bcp14> send a RENEW packet with which the first bit of the Operation field is 0 in RENEWing. AER <bcp14>SHOULD</bcp14> uniformly process all packets in this RENEW process after receiving all RENEW packets.</t>
          <ol spacing="normal" type="1"><li>
              <t>AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number received from the same ACS before. If bigger, AER WOULD process as step 2. Otherwise, AER would discard this message and send a PFX_INFO-RequestAll message to acquire the latest information on AD prefix information.</t>
            </li>
            <li>
              <t>AER processes every API_Rec:
  - If the record does not exist in its maintained prefix list, AER would add this record to its trust alliance list.
  - If the record exists in its maintained prefix list, AER would do nothing.
  - If there are some records in the original prefix list that do not appear in the Data field during this RENEW process, these records will be deleted immediately.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update should take effect after passing the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
        </section>
        <section anchor="request-of-ad-prefix-information">
          <name>Request of AD Prefix Information</name>
          <t>AD prefix information request (PFX_INFO-RequestAll) is sent from AER to ACS to query some member ADs' latest AD prefix information.</t>
          <t>AER fills in the following values for each field:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">AD_PREFIX_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">REQUEST_ALL: querying from ACS the latest AD prefix information of all member ADs.</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. AER would maintain a global Transaction Number for packets sent out to ACS where I Type is AD_PREFIX_INFO and AER would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>
          <t>When receiving a PFX_INFO-RequestAll message, if it holds that some fields are wrong, ACS could send a PFX_INFO-NAK. Otherwise, ACS would act as follows. The specific construction methods of PFX_INFO-ACK and PFX_INFO-NAK are described in <xref target="PFX_INFO-Response"/>.</t>
          <ol spacing="normal" type="1"><li>
              <t>ACS <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number whose I Type is PFX_INFO received from the same AER before. If bigger, ACS WOULD process them as step 2. Otherwise, ACS would discard this packet and send a PFX_INFO-NAK message.</t>
            </li>
            <li>
              <t>ACS processes every ADID_Rec. If AD exists in the maintained trust alliance list, ACS would mark this record as "Reply". Otherwise, ACS would mark this record as "Negative Reply". Particularly, all records are marked with "Reply" when the S Type is REQUEST_ALL.</t>
            </li>
            <li>
              <t>If any case in step 2 is marked with "Negative Reply", ACS would construct a PFX_INFO-NAK message to reply to the AER. Otherwise, a PFX_INFO-ACK message is constructed to reply to the AD prefix information of all members marked with "Reply" to the AER.</t>
            </li>
          </ol>
        </section>
        <section anchor="PFX_INFO-Response">
          <name>Response of AD Prefix Information</name>
          <t>AD prefix information response includes two types. That is PFX_INFO-ACK and PFX_INFO-NAK. According to the request sent by AER, if some fields are wrong, ACS will reply with NAK, in which the error code is "parameter error". If a non-existent member AD is queried, the error code is "the requested member AD does not exist", which is defined as before and will not be repeated. The following mainly introduces the PFX_INFO-ACK response. ACS fills in the following values for each field:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">AD_PREFIX_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">ACK: representing affirmative acknowledgement. NAK: representing negative acknowledgement.</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">RENEW: replying to the latest AD prefix information to AER.</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">S Type = ACK: the number of API_Rec in Data field. S Type = NAK: 0</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out to AER where I Type is AD_PREFIX_INFO and ACS would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">The Transaction Number of the response corresponding request.</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">S Type = ACK: One or more latest requested API_Rec. S Type = NAK: a 32-bit error code defined in <xref target="pkt-format"/>. There is no boundary identification between these API_Recs, which requires that the implementation of the protocol can process each record sequentially until the end of this message.</td>
              </tr>
            </tbody>
          </table>
          <t>When receiving a non-RENEW PFX_INFO-ACK message which is the positive reply to the request for AD prefix sent from ACS to AER, if it holds that some fields are wrong, AER could send a request message to acquire the latest AD prefix information. Otherwise, AER would act as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number whose I Type is PFX_INFO received from the same ACS before. If bigger, AER would process them as follows. Otherwise, AER would discard this packet and send REG_INFO-RequestAll and PFX_INFO-RequestAll messages to acquire the latest information.</t>
            </li>
            <li>
              <t>AER processes every API_Rec:
  - If Action is ADD and the record does not exist in its maintained prefix list, AER would add this record to its prefix list.
  - If Action is ADD and the record exists in its maintained prefix list, AER would do nothing.
  - If Action is DEL and the record exists in its maintained prefix list, AER would remove this record from its prefix list after Effecting Time.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update should take effect after the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
          <t>AER acts as follows when receiving a RENEW PFX_INFO-ACK message. When ACS initiates the RENEW process, it sends a RENEW message with which the first bit of the Operation field is 1. The second bit of the Operation field identifies the beginning of a procedure of RENEW and the third bit of the Operation field identifies the end of a procedure of RENEW. ACS <bcp14>MUST NOT</bcp14> send a RENEW packet with which the first bit of the Operation field is 0 in the RENEW process. AER <bcp14>SHOULD</bcp14> uniformly process all packets in this RENEW process after receiving all RENEW packets.</t>
          <ol spacing="normal" type="1"><li>
              <t>AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number whose I Type is PFX_INFO received from the same ACS before. If bigger, AER WOULD process as step 2. Otherwise, AER would discard this message and send REG_INFO-RequestAll and PFX_INFO-RequestAll messages to acquire the latest information.</t>
            </li>
            <li>
              <t>AER processes every API_Rec. All Action in API_Recs is ADD during
RENEW process.
  - If the record does not exist in its maintained prefix list, AER would add this record to its trust alliance list.
  - If the record exists in its maintained prefix list, AER would do nothing.
  - If there are some records in the original prefix list that do not appear in the Data field during this RENEW process, these records will be deleted immediately.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update message should take effect after the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
          <t>When AER receives a PFX_INFO-NAK message, it could send REG_INFO-RequestAll and PFX_INFO-RequestAll messages to ACS to acquire the latest AD registration information and AD prefix information.</t>
        </section>
      </section>
      <section anchor="deployment-request-and-response-of-state-machine-information">
        <name>Deployment, Request, and Response of State Machine Information</name>
        <section anchor="deployment-of-state-machine-information">
          <name>Deployment of State Machine Information</name>
          <t>State machine information deployment (SM_INFO-Deploy) is sent from ACS to AER. ACS fills in the following values for each field:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">SM_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">DEPLOYMENT</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL: to publish the partial update of the state machine maintained by the pair of this AD and another AD and Operation is RENEW: to publish a wholesome update of the state machine maintained by the pair of this AD and another AD.</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">The number of SMI_Recs in Data field</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent out to AER where I Type is SM_INFO and ACS would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">One or more SMI_Recs. There is no boundary identification between these ARI_Recs, which requires that the implementation of the protocol can process each record sequentially until the end of this message.</td>
              </tr>
            </tbody>
          </table>
          <t>It should be noted that the state machine is responding to an ordered AD pair. The state machine information mastered by ACS includes the state machine information from this AD to another member AD, and the state machine information from another member AD to this AD. When ACS deployment is partially updated, only some changed or newly added state machines are deployed. When ACS deploys the update of the RENEW message, it is necessary to deploy all existing and updated information. For the same ordered AD pair, there cannot be two or more SMI_Recs using the same SM_ID in the Data field. In addition, there are two actions for SMI_Rec: one is to add an SM whose SM_ID is bigger than the current state machine. The second is to modify an existing state machine whose SM_ID equals to current using a state machine. Both of them are using Action ADD. Here we require only Transition Interval and Expiring Time can be updated.</t>
          <t>When receiving a non-RENEW SM_INFO-Deploy message sent from ACS to AER, if it holds that some fields are wrong, for example, Action is DEL or SM_ID is smaller than the current state machine in using, AER could send a request message to acquire the latest information. Otherwise, AER would act as follows.</t>
          <ol spacing="normal" type="1"><li>
              <t>AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number whose I Type is SM_INFO received from the same ACS before. If bigger, AER WOULD process them as step 2. Otherwise, AER would discard this packet and send REG_INFO-RequestAll and request messages to acquire the latest information.</t>
            </li>
            <li>
              <t>AER processes every SMI_Rec:
  - If SM_ID equals the current using the state machine, AER should update the state machine in use.
  - If SM_ID is bigger than the current state machine, AER should add this state machine to its list.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update message should take effect after the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
          <t>AER acts as follows when receiving a RENEW SM_INFO-Deploy message. When ACS initiates the RENEW process, it sends a RENEW message with which the first bit of the Operation field is 1. The second bit of the Operation field identifies the beginning of a procedure of RENEW and the third bit of the Operation field identifies the end of a procedure of RENEW. ACS <bcp14>MUST NOT</bcp14> send a RENEW packet with which the first bit of the Operation field is 0 in the RENEW process. AER <bcp14>SHOULD</bcp14> uniformly process all packets in this RENEW process after receiving all RENEW packets.</t>
          <ol spacing="normal" type="1"><li>
              <t>AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number whose I Type is SM_INFO received from the same ACS before. If bigger, AER WOULD process as step 2. Otherwise, AER would discard this message and send a request message to acquire the latest information.</t>
            </li>
            <li>
              <t>AER processes every SMI_Rec.
  - If SM_ID equals the current using the state machine, AER should update the state machine in use.
  - If SM_ID is bigger than the current state machine, AER should add this state machine to its list.
  - If there are some records of state machines in use that do not appear in the Data field during this RENEW process, these state machines will be deleted immediately.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update message should take effect after the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
        </section>
        <section anchor="request-of-state-machine-information">
          <name>Request of State Machine Information</name>
          <t>State machine information request (SM_INFO-Request) is sent from AER to ACS. AER fills in the following values for each field:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">SM_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">REQUEST: querying the state machines maintained by the pair of this AD to another member AD and vice versa. These member ADs are specified by ADID_Rec defined in the Data field. REQUEST_ALL: querying all state machines maintained by this AD with other member ADs.</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">S Type = REQUEST: the number of ADID_Rec in Data field. S Type = REQUEST_ALL: 0.</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. AER would maintain a global Transaction Number for packets sent out to ACS where I Type is SM_INFO and AER would keep it increasing monotonic.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">S Type = REQUEST: One or more ADID_Recs. S Type = REQUEST_ALL: none. There is no boundary identification between these ADID_Recs, which requires that the implementation of the protocol can process each record sequentially until the end of this message.</td>
              </tr>
            </tbody>
          </table>
          <t>For example, let this AD is AD1. When any ADID_Rec is included in the Data field, defined as AD2, it means that AER will request the SM(AD1, AD2) and SM(AD2, AD1). When ACS replies, it will reply to these two state machines.</t>
          <t>When receiving an SM_INFO-Request(All) message, if it holds that some fields are wrong, ACS could send a PFX_INFO-NAK. Otherwise, ACS would act as follows. The specific construction methods of SM_INFO-ACK and SM_INFO-NAK are described in <xref target="SM_INFO-Response"/>.</t>
          <ol spacing="normal" type="1"><li>
              <t>ACS <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number whose I Type is SM_INFO received from the same AER before. If bigger, ACS WOULD process them as step 2. Otherwise, ACS would discard this packet and send an SM_INFO-NAK message.</t>
            </li>
            <li>
              <t>ACS processes every ADID_Rec. If AD exists in the maintained trust alliance list, ACS would mark this record as "Reply". Otherwise, ACS would mark this record as "Negative Reply". Particularly, all records are marked with "Reply" when the S Type is REQUEST_ALL.</t>
            </li>
            <li>
              <t>If any case in step 2 is marked with "Negative Reply", ACS would construct an SM_INFO-NAK message to reply to the AER. Otherwise, an SM_INFO-ACK message is constructed to reply to the state machine information of all members marked with "Reply" to the AER.</t>
            </li>
          </ol>
        </section>
        <section anchor="SM_INFO-Response">
          <name>Response of State Machine Information</name>
          <t>State machine information response includes two types. That is SM_INFO-ACK and SM_INFO-NAK. Both of them are sent from ACS to AER. ACS fills in the following values for each field:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">SM_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">ACK: representing affirmative acknowledgement. NAK: representing negative acknowledgement.</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">RENEW: replying to the latest state machine information to AER.</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">S Type = ACK: the number of SMI_Recs in Data field. S Type = NAK: 0.</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent to AER where I Type is SM_INFO and would keep it increasing monotonically.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">The Transaction Number of the response corresponding request.</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">S Type = ACK: one or more latest requested SMI_Rec. S Type = NAK: a 32-bit error code defined in <xref target="pkt-format"/>. There is no boundary identification between these ADID_Recs, which requires that the implementation of the protocol can process each record sequentially until the end of this message.</td>
              </tr>
            </tbody>
          </table>
          <t>When receiving a non-RENEW SM_INFO-ACK message which is the positive reply to the request of AD prefix sent from ACS to AER, if it holds that some fields are wrong, AER could send a request message to acquire the latest state machine information. Otherwise, AER would act as follows.
1. AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number whose I Type is PFX_INFO received from the same ACS before. If bigger, AER WOULD process them as step 2. Otherwise, AER would discard this packet and send an SM_INFO-RequestAll message to acquire the latest information.
2. AER processes every SMI_Rec:
  - If SM_ID equals the current using the state machine, AER should update the state machine in use.
  - If SM_ID is bigger than the current state machine, AER should add this state machine to its list.
3. If a change is made in step 2, the update should take effect after the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
          <t>AER acts as follows when receiving a RENEW SM_INFO-ACK message. When ACS initiates the RENEW process, it sends a RENEW message with which the first bit of the Operation field is 1. The second bit of the Operation field identifies the beginning of a procedure of RENEW and the third bit of the Operation field identifies the end of a procedure of RENEW. ACS <bcp14>MUST NOT</bcp14> send a RENEW packet with which the first bit of the Operation field is 0 in the RENEW process. AER <bcp14>SHOULD</bcp14> uniformly process all packets in this RENEW process after receiving all RENEW packets.</t>
          <ol spacing="normal" type="1"><li>
              <t>AER <bcp14>SHOULD</bcp14> compare the Transaction Number in this packet with the Transaction Number whose I Type is SM_INFO received from the same ACS before. If bigger, AER WOULD process as step 2. Otherwise, AER would discard this message and send an SM_INFO-RequestAll message to acquire the latest information.</t>
            </li>
            <li>
              <t>AER processes every API_Rec. All Action in API_Recs is ADD during the RENEW process.
  - If SM_ID equals the current using the state machine, AER should update the state machine in use.
  - If SM_ID is bigger than the current state machine, AER should add this state machine to its list.
  - If there are some records of state machines in use that do not appear in the Data field during this RENEW process, these state machines will be deleted immediately.</t>
            </li>
            <li>
              <t>If a change is made in step 2, the update message should take effect after the Effecting Time, which acts on the data plane. If the Effecting Time is earlier than the current time or is all 0, it will take effect immediately.</t>
            </li>
          </ol>
          <t>When AER receives an SM_INFO-NAK message, it could send an SM_INFO-RequestAll message to ACS to acquire the latest state machine information.</t>
        </section>
      </section>
      <section anchor="request-and-response-of-keep-alive-information">
        <name>Request and Response of Keep-alive Information</name>
        <t>In SAVA-X, ACS will periodically send a Keep-alive request to query the availability of AER in the SAVA-X mechanism.</t>
        <section anchor="request-of-keep-alive-information">
          <name>Request of Keep-alive Information</name>
          <t>Keep-alive information request (ALIVE_INFO-Request) is sent by ACS to test the viability of AER. AER would reply to ACS when receiving an ALIVE_INFO-Request message. ACS considers that AER has gone wrong if it does not receive a response from AER within 60 seconds and ACS notifies the AD administrator of the failure information by email. ACS would keep sending ALIVE_INFO-Request to the fault AER at the same time. The filling values of each field in the ACS request are as follows:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">ALIVE_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">REQUEST</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. ACS would maintain a global Transaction Number for packets sent to AER where I Type is ALIVE_INFO and would keep it increasing monotonically.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>
          <t>ACS considers that AER has gone wrong if it does not receive a response from AER within 60 seconds and ACS notifies the AD administrator of the failure information by email. ACS would consider that AER has recovered from failure when AER replies to the request correctly. ACS performs the following steps to update AER:</t>
          <ol spacing="normal" type="1"><li>
              <t>Keep time synchronization between AER and ACS.</t>
            </li>
            <li>
              <t>Deploy AD registration information, AD prefix information, and state machine information to AER by way of a RENEW message.</t>
            </li>
          </ol>
        </section>
        <section anchor="response-of-keep-alive-information">
          <name>Response of Keep-alive Information</name>
          <t>Keep-alive information response (ALIVE_INFO-Response) is sent by AER to reply to the ALIVE_INFO-Request message.</t>
          <t>In response to ALIVE_INFO-Request, AER fills in the following values for each field in the response:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Field</th>
                <th align="left">Value</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Version</td>
                <td align="left">1</td>
              </tr>
              <tr>
                <td align="left">Alliance</td>
                <td align="left">The sub-trust alliance number.</td>
              </tr>
              <tr>
                <td align="left">I Type</td>
                <td align="left">ALIVE_INFO</td>
              </tr>
              <tr>
                <td align="left">S Type</td>
                <td align="left">ACK</td>
              </tr>
              <tr>
                <td align="left">Operation</td>
                <td align="left">NULL</td>
              </tr>
              <tr>
                <td align="left">Total Length</td>
                <td align="left">The length of this message.</td>
              </tr>
              <tr>
                <td align="left">Number of Records</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Transaction Number</td>
                <td align="left">The last Transaction Number add 1. AER would maintain a global Transaction Number for packets sent to ACS where I Type is ALIVE_INFO and would keep it increasing monotonically.</td>
              </tr>
              <tr>
                <td align="left">Acknowledgement Number</td>
                <td align="left">0</td>
              </tr>
              <tr>
                <td align="left">Data</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
    <section anchor="deployment-of-tag-information">
      <name>Deployment of Tag Information</name>
      <t>Tag information deployment (TAG_INFO-Deploy) is sent from ACS to AER and AER adds, verifies, and removes the tag to/from the packet. When using sub-trust alliance level tags and AD_V tags, the primary address domain ACS needs to distribute these two tags to the ACS of the boundary address domain first, and then the boundary address domain ACS will distribute these tags to their respective address domains' AERs. The sub-trust alliance tag is used in the data plane to cross different address domain levels. The AD_V tag is used in the data plane when it is sent from the current address domain to the boundary address domain. Standard TAG_INFO is used in the data plane at the same level and under the same direct parent address field. The three types of tags use the same message format as follows.</t>
      <figure anchor="fig-tag-fmt">
        <name>Format of tag information record.</name>
        <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
+-+-+-+-+-+-+-+-+
|     Action    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                       Source ADID_Rec                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Destination ADID_Rec                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Tag Len   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                             TAG                               ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                      Transition Interval                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <dl newline="true">
        <dt>Action:</dt>
        <dd>
          <t>8-bit filed. 1 for add (ADD=1) and 2 for delete (DEL=2).</t>
        </dd>
        <dt>Source ADID_Rec:</dt>
        <dd>
          <t>Variable-length field. Refer to ADID_Rec in <xref target="savax-control"/>.</t>
        </dd>
        <dt>Destination ADID_Rec:</dt>
        <dd>
          <t>Variable-length field. Refer to ADID_Rec.</t>
        </dd>
        <dt>Tag Len:</dt>
        <dd>
          <t>The length of TAG. The equation for calculation is (Tag Len + 1) * 8 bits. The length of TAG <bcp14>MUST</bcp14> be multiple times of 8 bits. The maximum length is 128 bits and the minimum length is 32 bits. So the minimum of Tag Len is 0011.</t>
        </dd>
        <dt>TAG:</dt>
        <dd>
          <t>Variable-length field. The actual Tag or packet signature.</t>
        </dd>
        <dt>Transition Interval:</dt>
        <dd>
          <t>32-bit, the milliseconds of the interval of state transition.</t>
        </dd>
      </dl>
      <t>When ACS announces a tag to ACS or AER, it fills in the following values for each field:</t>
      <table>
        <thead>
          <tr>
            <th align="left">Field</th>
            <th align="left">Value</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Version</td>
            <td align="left">1</td>
          </tr>
          <tr>
            <td align="left">Alliance</td>
            <td align="left">The sub-trust alliance number.</td>
          </tr>
          <tr>
            <td align="left">I Type</td>
            <td align="left">TAG_INFO, ALLI_TAG_INFO or AD_V_TAG_INFO</td>
          </tr>
          <tr>
            <td align="left">S Type</td>
            <td align="left">ANNOUNCEMENT</td>
          </tr>
          <tr>
            <td align="left">Operation</td>
            <td align="left">NULL</td>
          </tr>
          <tr>
            <td align="left">Total Length</td>
            <td align="left">The length of this message.</td>
          </tr>
          <tr>
            <td align="left">Number of Records</td>
            <td align="left">The number of TAG_Rec in Data field.</td>
          </tr>
          <tr>
            <td align="left">Transaction Number</td>
            <td align="left">ACS would maintain a global Transaction Number for packets sent to ACS or AER where I Type is TAG_INFO and would keep it increasing monotonically. Acknowledgment Number is 0.</td>
          </tr>
          <tr>
            <td align="left">Acknowledgement Number</td>
            <td align="left">0</td>
          </tr>
          <tr>
            <td align="left">Data</td>
            <td align="left">One or more TAG_Recs. There is no boundary identification between these records, which requires that the implementation of the protocol can process each record sequentially until the end of this message.</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBD.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>TBD.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="RFC1760">
        <front>
          <title>The S/KEY One-Time Password System</title>
          <author fullname="N. Haller" initials="N." surname="Haller"/>
          <date month="February" year="1995"/>
          <abstract>
            <t>This document describes the S/KEY* One-Time Password system as released for public use by Bellcore. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="1760"/>
        <seriesInfo name="DOI" value="10.17487/RFC1760"/>
      </reference>
      <reference anchor="RFC5210">
        <front>
          <title>A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience</title>
          <author fullname="J. Wu" initials="J." surname="Wu"/>
          <author fullname="J. Bi" initials="J." surname="Bi"/>
          <author fullname="X. Li" initials="X." surname="Li"/>
          <author fullname="G. Ren" initials="G." surname="Ren"/>
          <author fullname="K. Xu" initials="K." surname="Xu"/>
          <author fullname="M. Williams" initials="M." surname="Williams"/>
          <date month="June" year="2008"/>
          <abstract>
            <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses. In an effort to enhance the Internet with IP source address validation, a prototype implementation of the IP Source Address Validation Architecture (SAVA) was created and an evaluation was conducted on an IPv6 network. This document reports on the prototype implementation and the test results, as well as the lessons and insights gained from experimentation. This memo defines an Experimental Protocol for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5210"/>
        <seriesInfo name="DOI" value="10.17487/RFC5210"/>
      </reference>
      <reference anchor="RFC8200">
        <front>
          <title>Internet Protocol, Version 6 (IPv6) Specification</title>
          <author fullname="S. Deering" initials="S." surname="Deering"/>
          <author fullname="R. Hinden" initials="R." surname="Hinden"/>
          <date month="July" year="2017"/>
          <abstract>
            <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
          </abstract>
        </front>
        <seriesInfo name="STD" value="86"/>
        <seriesInfo name="RFC" value="8200"/>
        <seriesInfo name="DOI" value="10.17487/RFC8200"/>
      </reference>
      <reference anchor="savax-control">
        <front>
          <title>*** BROKEN REFERENCE ***</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="2119"/>
        <seriesInfo name="DOI" value="10.17487/RFC2119"/>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <author fullname="B. Leiba" initials="B." surname="Leiba"/>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="8174"/>
        <seriesInfo name="DOI" value="10.17487/RFC8174"/>
      </reference>
    </references>
    <?line 835?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1963Lbxpbufz5FH/lH7NkkI8mJ46gmM2FM2VsTWdJItJPU
1CkXSDRJbIMANwBK1raTZznPcp5s1qW70Q00SEqiLDmRUhWTINCX1ev6rdWN
TqfTKqIilnti60U6my2SaBQUUZqIkywt0lEai59kcSFlIoqpFL2+eJEmRQaX
z2R2LjMRJKH+ZT+cSHGaLgq4nI7FWbrIRvBDGGYyz8XbII5CbrqXjaZRIUfF
IpMd+SvcnwSxeHzWe9vr/PpkqxUMh5k8hxHlwXnwoTNXI9lqwdDkJM0u90Re
hK1WmI6SYAZDD7NgXHQ+LDruA52d7Va+GM6iPIdui8s53HqwP3gpxCMRxHkK
PURJKOcS/pcUW22xddD7Cf5JM/h0Oni51UoWs6HM9lowcLnXGqVJLpN8ke+J
IlvIFgzxaQuaymSwJ3qn+z34cpFm7ydZupjviV9eiV/gW5RMxCu8Ar+ey2QB
DT0SQpib6BsPrnq7ELMgivGmH+WHYDaPZXeUzuiHAGi4J6ZFMc/3vv7a+vVr
1eIkKqaL4Z54c7Z/+vXp/skxXY1hInnhf/CwN9g/G7RgmiEMYk8s8k6Qj6Ko
NY/24FEg2ihI4KqEzrPgUjyOxkDGWFzK/AnSbBrkUzGVmWwB9ffwcitPsyKT
45y+YQuhHAeLuMhFkfINlzPze6sVLIppCuTutITglf1Zil8X8C3NYECDHMY1
XQTiTRIB7+VRcQk/jdIFcCTwxItplARwQTLRPizeyx8L9UhXhovuKLFa/q8o
SOZI7F+u2f4/VAM/joB/ZVHv4dcoSGO4CbqA/12vkwt48oNuZ/vZ7tMfx+kH
/IkYoezrN/h5LCPxapFer6PJIr3kNn7812QUB0M9n1aSZjOQ23PgWyFOX77Y
+e7Ztvr47e6O/vh8d5s+sgSOWEmAuHX6XSOX6mrn/NsW/D0SnU5HJGkh3x3s
n716dwSf4DJeDIZ5kQWjAr72FxJ5BVXMGK7Ah6CgbwdJQXQX4zS7CLIwF/Ng
9F4Ca0WJCEajNAuDBPTPBcgBP3AC3JcXMGtSQgHrpbZ6TDeDHDGRicyAsy9F
OhotspzaAL0mUFr086DhsNWctZxqrSt6uQgEfAQmb4P0xtEoShdwrSigmxxk
5FyKIarTKImKCKQxFMNLsSiiOPoX9p3P03QMF912JbQ8gN4inHQnTGHNksot
4rxUsIGlYGEwc/gdFByMIhGo64JzkFYgqkymRCKHnDAaCSohvaTRFDBCmAY0
l0gSWqYNXERlGOUFtCuKYALj+2WKRuICmw3FNM2xv0KE0XgMKgHu0uPk0efi
ca+PemOsFuf8mYDuUX1C09oQqeWTMACRwn1ZmzqDq6B3hjD3OSnvULOIZgH4
GqFOj8aXdB0VC34dgRA4XVaWr9UaTKNczOQsBYYYga7LRcqmb+RYR21iYBBs
HXsvznIyhr3901x3wRYNmhsBoaN81mX2nkVhGEuUgAMUiHAxwjaxb7UOnT6v
cKMJrVvNshORo2UmGgC7B8M4ArUcoMXKC9TXEa15MEthfXXL/XJNnnTFQYF2
JynoUgAEkJ0i7cA/Lj/oNvokcsAP/1gkNJNS5ur+wmMgFHTxOs1keo7rGRWG
p7Azl62IomChgR1hQrg0eFEtNnT8lRiCnEOzGbsdj4H6T1hU4FNFRmEwzC/Y
j2pHM0yaRROSbJjQOEtnOGl6gPpHrQFMBioCLhAfwm9tbDuTIC+a1fBh7I+/
l5zW69eGZGsi6AYoEY0jXLSaSkGB1KKt2gfdloFwJ/irak9NJ5RAhRmuzcVU
0jhLqUD7DBOHSUxq+gUY8yCx77W0IbD6iBQlmPthqha2MkbtBXoULI4w0M0O
ZYwsoxbQZcm2mQgss4xo9EBsbAfGi6SnD1Giph9fAqeCFlyMkL1HQa5aaKay
oU5empHKRKBrRSBa+Yg7gg/5iGwM8SBPpitewqA0AxHLB9XmgCtz4IbG2VYG
aEyZtRJ6DFo3gdO7mKF4oIjC0PJiEWrOyWQszwP4LZ/LETAUKyvDJJtQYeXd
fWCJi2kE1CdtjM3BQB1NnrMsDSWJlY/x0LCdSSk+flQ+xO+/k5jNQD/geoFv
AmMaovHFhkk3AQfEC6AccyOMGrUT/FOZn0MDnpe6FRhkya1dVMygtc5RiJF6
+Ghfjslgw3fW0+/lJfr6sFZbr9+cDTB4wH/F0TF9Pt3/7zcHp/t9/Hz2997h
ofnQUnec/f34zWG//FQ++eL49ev9oz4/DFeFc6m19br3G/yCo9o6PhkcHB/1
DrdQAxcOe0BUgnI2VE4D+ADoawR5Cyg3yqIhiZL46cXJ//9/O98A/f8PLMDu
zs73sAD85fnOd9/AF1AkCfeWIrvxV+CMyxYq0yAjdwvWfxTMowKiKrg3F/k0
vUgoFgBq/tv/IGX+75749+FovvPNf6gLOGHnoqaZc5FoVr9Se5iJ6Lnk6cZQ
07leobQ73t5vzndNd+viv/9njHq3s/P8P/8DvdtHYkDKJo3TySWzH4W1UVAa
+3Eax+kFqXW4N6c1A58jNNpE8SWIHwgfxGSt1sc9cZ6DapA/bG1v/d5qAU/v
tfbqhpYtTs5Gt7TmpPIcI05dKZsGMsRqD9zvaLhAixwlY/b/0Q1KUTXAivb6
1KfjPKCG7oUwYXyY4gX1A48EhK1gU+DqQZZock210sxB6yk3AEmTcpRJesVo
DbaB4CwnZKNgZNCAfQvoIxDZDzTYAxruoGKZA9Rh6vd3p3Kk7wF1C3Kt9R8j
AM79+6eK4o7voZUh2ocY1icUysKA8krCICv7JHBk0MOmTg6ae+YJWE9l+qlT
31O0jsYA2MtWb+HsNT58RnzwmvnAGr7mFg5N0HZHRABkDzsCILcfG1syCZfX
rFGhOevRM8QOPcMOg2o0QKaaPPEGl3oQTHTnxs/XPpnW8N5ozXZNlNb3ImAv
adDi46P5+6LDMwDJ2wfJukSygrJbxCFq2nLhYxnArMiJfHFWoS1oUWbdPBrG
ks2dIrn28GAd2XRPo7ltcY27V/EljKOPDYDsJHLEtsuV7nato/wyGU2zNMEY
1VkrVvkQNob6Vr3uIYdg2gkHhSAGL05wcqS6cDqWdYWHLf+io1UMfSZd8gf+
tcS2qP/teK7teq49xcd34Ken4hvxrXgmvhPPxfdXudb6W+eG/7U+4UjeIs4C
rAN/9F2zNX0/EIPLufwkztS/QhzPkaL8wKdNjaHhb5CCdRaHMpkARzT83eoY
jowmPSUVkX/+MQyyIMkDjlHVcD73GHqj90l6EctwQl5a8yg2MYY/mtaC//pB
ESy94Y9NjIHkG9yWR+No0kHNkCad8QxsI6Ydfth6xWBbNTgxYSgo2y46OlXH
R4kaav7nnWFUcEA1WmQENp3zrz9sD3fI3JLVQNupBLLyWL4YdioACRt+DIxJ
XPGBb/iBA9slgp/aoEFQ6716d7r/8t3B0cvjNmgZvNIDx2L/lbq0qy+dwG0H
v6qrT+kqmOXB/rvXvRd/PzjaV798Q7/0D3qvjo7PDs7U1W/p6umbo6ODo1fv
+Dn+5Zlq6RQuvfpNXfyOOz08eKtve05XBj09rO/VHYcH78qLO9t6sG/NVY4B
0JQoRzUJ8jyagJuATkCVSGeSki6KQIocR0fHb45e7IODPUBnpL9/cnj8G37T
1MEQYP9soMmivr6D0Wl69F78rIlw1PtZz7pHl9Vk6TpP85Su8xRP4frSORht
XGGOcZQBYzwVcCEnT5ya0wDL6f7R/i80e5xSkiIuQA/A7XuKMxJgeb6P+VoT
xL6GcTBY7tB+ruy9qYXyDretwTTKak3FwYqW6AanIfCuLLuBhHm6W1ImZmtC
TonBRfY46NemEPwE1DPQUs0A2M0Zz5HARPVEXV+7I4gIsCkhN9vdA8duAS4R
X2iLfy7AW6PUnvK9lIeDD58H8UJqNy5KRhk4b+AIgVdUpKiRYoSa+gbIZoWQ
CwpiCdCHRtBFhpC3PmJcC4gQJlMe7ziScdgmXxqzaXHKKDf7h5ZiQbCO8gQw
3DQ+x5gQ3LRJzKGkgsBEhCvkNSk2oSKKsCh8H0dxjG1NVUKX5RZ/Jkkh0WFh
YjFiAVLS0xXHyPIXERIPGi0dX9UsjHkbBoSrh/2/DbII3FLZUXxCc+8q+tE8
VPcqzgWahmiS/pGCk0qI1y+ecVpKBOLhjjgY6xZ/cBUumTfqUygoAEaKLrnG
l1Qg1a034qjo1e2ceNvxKfWVbaloqtpWqZodTS2qSnqNHvBW6sFHXaVxhat8
a3S+CpFVeL2KyjgOb2OJam2dRn0k30jDygyvbDNQQifCKJgkaY5aDVRPjohG
KGs0sOxy4xAbxOCFkVRl5260SF+OJKy7EthUfS1Y9W96MVht0v+VqlxvYDLL
KFoOJS0eG+J5kAUzzFSwi0JqXxkIdD6c5ACYEEyRKBshyswItMYe1UyS0e31
H+dPGCQuWVJnGFJQvNiM/BDlhb4plOgYMZBXd4+xA/bRgniSZlExnbH7aWNK
hOQNL03+jW0e9pQv5vM0ox9raZAXZ4TFaLTAj8mAxxnp1PUQjOj70RQxSAQS
w3ReMLitsCLwQDTswb6Ci4358BRtnslr4Ayyk72utmFwt15fNoA0dqWUgvbs
Rmp4pqdT8qvcGXcJae4BURfQB9r/tvhvdnWwv1PN8BgDOUtjBTFAyyaUTqN5
j5UwPrGrCdx04YxROuVbBFXkDzhMTlJd8aAQobI4gJBU+AWxRiJgr69LCoLE
+VX9aLdowCwXwCJiw0LSAwZSn8GCkEAc9E0NBs/FDUFL97DWRhxkE90EAZOK
Om4GtspqnIxBErVV0jJXA4h55FTboGE2yllp0WqrqRXoXVIWipM64Li2hSxG
XZQS0BtcCKGUOeNsrJDbZohY9waEkyFB7vsf5lGG5BtEM0mZnDCM9GhxAvuw
QKNC39HlB3h09AiMC/Ppxp+0FrnOAKnA7C9QjvLZ9xf7U9hNb1RoLO8WMSld
46Ecj0Ys5vbG0HeS0MuGcat0UOqpYPXU/yx06BnjZffg9HdwVgdNbxWbO1A6
gQnS+LcJbK5hLQalmjlQauYzrEX1z1U9jXT4tBT1XufvdmfhaNh7PgsXq81n
USdDq8ZArcqCgSVsTOopd8GL17I2taA19nbB4KDPvJiHZOAQIjGOf6uiG5dg
CqdyLKmm0Siwjx+dotPff0dgwqPprtQoWEhfuxXXql/FydhPCGtliRWHxWQJ
wQn5J9e9WjUA2glC/xH9IDTvkyy9yF2kCscInem8uu435Gz6AosBqWuMAdAt
HcoxRlvYWjAuVMWY5YTAes8WcRHNgTxuOSjB6Up/4ox3nvGMy4iAOofx9Do/
pR+6asV/Pjg763z/vSHQrnP1GeHH4r8QAtIw8PHgpLO7+/x78br/7VIE1+hq
ezhVoFJWNCwvNhbAWVcbucILfHKIh9U32vuj1LkZjoYyXZ1a5ZJZBKFCTiCw
iSG0m1eKXekDQquujsQGnyn8XXlk9uC2CbTTMSQKmhusGTRPJjhtmx8IGHZv
l6jYiAkcFWePAZ/EYmBNJqcBilweNUclTlCzLEQJrPswUKEQvqOffoIzx3iF
oycrFCVn3Y07jTMGPyOkmetguCzUIayYigS5KpmoC9H7J/GS6PwJq3RBdkGh
d/jvb3vqA1xSoPinHfisU1GfBksTUHCnSRzz3OCKTiHbYCiakDKh/EkcvTk8
3LMnzDoWYfqs8NZnfFUr96kRiJID3laxRqfW4soGYdB2goFoURGuGUTAwUTi
rbUMAt1flugoy2FSCEq2sZMaLs9dIV97ssJolXa6NL8LkgoDIARiEqdDGLDn
qbFVD0osh2WLF1gFp1Emsm5lNq1s/72Uc8LpOfuAnGa0Oo6/xPilnTf+tI2r
TlP9dFzHznJ4FFOeDmEqwJQSe8pjBNry4CD7Kv7WYRCCjn2uiKafxTCaTEg/
BImTeyWtT7cwkKJ6QJpSmO26DyFWViq8Rhl+p99at2C4IIgVyE0repylodfS
2n2WnR5jfgTv9bm/2L3ryiE8NJTcRwTWR3ByxATapTpVxcOqptiDd+l7sdoG
1gDhRM31Og4vBU4jkOBqyegchxN4cnrRGLmpAg/a4tQWa4xk+UB4mWpNIGHK
HkuoUmOTZIUYDgW9uWOwi5L2rlTpylbVjtlbYN+q72WiYBWShsryYMZ6iv0c
J4XlI4CSR7VmTs+6IAqBE21mThWUCtTRqCrxOO+z80GNDid2aw2RE8HcCc42
eJuVG8DfRNSaZa9dG/4vTNZd0F2jkZwXQlKVmkF/YPSqnh8HM0MMim1bjpu3
CBAnaJskrRRJLXQNMlcdBdPQ+PQ+1dBd2h1QYR3t4u+XFU1UKWgj57vILVNO
Lbn3gP9VdFtPuQqx1jqWuVcZAFMwVxPWKwvqSjm1RrOOxN4Hgd2YvG5EXNeW
1gfJ435biDjcjvSJfYp4MZRtV51Jve0P/zI5S5FzsmgyxaqWCwNCX1JgiPKE
DbKZ57kqJ2i44O0RKlLerLwPyN8j8bhIqfwp5wzRPI54V141RNHN0R7PoLCc
RO7NpFxIf4zHkdqPK4KKU6h9JKMJnCcTOfE+RpPPechloOSTNY9CQbpRbsoO
KpQAUuxJdSH+NJ8jAncTQBF9WQVj6nAJbVVhWXlzIzl9cdhNw5ztP3EIM/Cb
BsVLVsreTpAq7d0tw58zk8fHWghxlJJ3ZS7C2u2V1Rll4t2OBT5+tAr8f8fY
6Sgtpiw7mDDjDF6Y8vbKxI6ClSHLG1XFxTSKpVU0lUmzjwL8d3lR3VpLWkfp
h3rcvF7/ljOwEm3RlvHjo6rDuTw9zE89rjxUQV1craH1yJeOvqgCKT/uYhYP
cZFmwBxIYanTBzWxFtKBsv3JKsRZIQeatY1DjVLI28Ctmzyec1XoQPfn6Uwh
xlZ1Ts1JtQZ04fXTTz1eRM06Oh6j5RRU5uPIjdIuo/U8dKOcru6iV0fb4K7X
KOHx1B23elPkW8sT0x6wn0u6dnh+bUfsdAOO2Bq6c21HzGrL8r/qYtu1q0Kv
4iadrucmWToTK+hAaeojRNyCVCpxrGCWER1kAEbTwnydp8vHfbV49HjNE/DE
6n6O23TQXuG8uptNicDRPxcR5el4N18lMF0rsNcd3GFkb03qIcC/xwH+Fwmt
+a353Ypr3bffgLCua9//unKqMxhIfb1ZZskCOmwFcZK+pVpD29eV5G75LAoP
mNbKSNp0Ehg3hA6zKkOP3KToYyxorwdPum4DG4jUSrssNprK0XuSu1GajKPJ
QleNJuaQFTzI5Suswka/I3ccRZI4FVAzg2BLfHBZ1y0JvJ/hmCHbWgHZnyuy
MnO/QmxFu9jWi69Ez4OTWIkpPMXpogur2rJlw+yyaORuvveJ8cDXqMi4M14C
2/PAR9fhow3BeevzYOsnrmAzUT15+1WlupapL1Uq7uWsq9XJIoCZFVKWaQZl
XLB+jLyMEoBYNYZalMu92we3uXvijZbGweEhVvpWbeDU/mPy5Gk0X+UMULTr
naEMXuoNDXUhNcYR2EyVJULHKobCSLKMKakNLuKjs121ozWkoyeDKFOFD0Ec
ZLNyZ4s5KYjPogwl8LFyVNB1yNJhLGdddLf1VCjT45kKJ1R1/VEmJ+oEotTZ
ptP27bohW7kMnMNW0YqC/KliuKAyBLajSEwq17w5KVVdLDa7SPLS/1PleEzT
cosU8EHTFqmSRKDFojRUBaJ8niLWkTbTyrtJqb2CXrWNUBYB6eQgIz541X4S
SMCuH+s52qSiHEoeLK4sHQ3oXx5nguzC9elB3hGl5K++JwqmedpAAwbMy1Z8
tzteIDOIPnwH9+zhasLouCapPMVSLmtHPNbbNjvc9xN17JY7RUuJ6/ttwMau
nfQgLTp9gKl2WKevqmuBG7Bxm1Isx0VZnc1i7DTGosc7vnApfI3xxLFCqrJR
HUtSORx0sRnvxlTQr/aGczw2OCRpNGlfC+tTT1XqAHNR32HH5QYQ72Kns+BS
SKqoLbPK5TYwxl3491wJ4xyLj6G16jYpLmCDRTPmwA03kVhsEWfWpGB4oA3L
02wrfgtG0Pp8Rj58wMEbqD4cWaPcGWmOeFQ3mmMizUELugxcHxKgwg1FWuJV
tZtMmimqHzRqUGA1nD5Bguhp9pya0j9zUiC4fCxKGsci1sJWy5XeTHkbn/Jo
FbMZufLEfzpct2LQJepRj5G6cMJ2C1O/J+UzVqCMw+XgOLABLHu7YAOA5QT/
5HmsEezXCI6FqMtp7hiTZPkSgGNwokbrzMOAbfX60ZL3PXue6XCX8uQ7j+zZ
UzdAmGpPIWCep7prjYeGka83DqpfwTXulYfW4ml4E1TZ1xmiOuU4lgpSVIch
x/rJZbrOsKuRX+90rztVew+uNV1cOc+UwxR/wYy9Zxj9/cObUN3uh2uPHOqS
BDbS90oEfEpSG6gJ8qmBId2XFxCX7XL4oCBgpWGL4L3UtsvtDe91e9QbjQK0
Y6na7Y9Wch4HClurP0SHMgcZxO0e4JhMAFiAiLcB8EYT8oztcUWzmQxxbzC5
aEhNGkGpZtiUN9VKaquKiVizb5tusDO66hEns8nTJehKn8yk49HSmzHux44+
OlWfxtR4rzpzSFnVIaiqJNEnlrIqDfEAfgz/OURR3Ffow5nWbFntofG1yf6y
Pk631Lwl2a5Dgm1kNmoERcnnb3CIVpsgcl7LWCXkBXso+VLDeb/KTit2U6nU
L8Fujq9rN03O6OY2EkX/Kiay2vWVzaHHRtwjk3ij6V3fBOpuVWRE8Z7l+zvz
8vVMMQA3aLnwlWQ6aAA2MyYcNC8MIJBM1+wyMUPXCvw1TN0jK6PExyougREG
0/KAHl1EN7ykFUYgQNV6+Atb6Kl8VR9WvTFpYzrkxry7onJwNOkeFc41Hj9M
1ypwhK29CHaphl86yXWxagxY0YIbc1eN4zMlC/REanmnPSK8mYln2NaRd+VZ
a3TAmvuoS/VbqSg+K08JU4NHgpZbKfWW9+peSlF9kIe/fYNNlkZ3XT+xwZJR
y2/opTKoycZKEOvk850ilzeRi6qTdQmj0pea+6uC8hieeGLhGhUI39yOJQ8K
KmR4ZJoi5mVXLJJCt8oW8QUm6g1wbQVXKRVCJ5crB0eZAdsZqFUDmFE4Nc/6
LU1JfoFHF3St/Lz2mJw9ACrN9bmKHHDGPn+vhM3LQbI9qjl0PJl1HbpKjSkd
gL7Lcy4ROuWV6YMItY0ChX7FcNVKGNIx+qXfA/PZOkXu2XIntPyJI13Kpx+1
d+pQvkL5Fhca0MRmdFpDdVgeFeWJOywZMb5Bcknv9il9AvYSrIYr47Lnga+R
AOKgp9C4CiZ5Q1TG4+wtkgR+zo7ysmldp2G30uyAu0Y195LIGot2HppTFm4O
YknHJvVq3p9jvIdy45EzW8ds0/mv9YwXh/G47haqble9NI7H49nclQGnHSPr
Vvd2Be0lWa+kt2K6eW9AExJtjlfw+FA33htQboXByVaMvTdfchu2fgNFDIrp
ltv6+7crCanuyWzZLsLKPUr4EhJ3j5KKBfh0PfOmmcpp2MPyDb552bGOjVTK
x3onWoQOAVLDqcAzySREbrRlpLIvZSM4l1SQQRAL+BDb6FWFQ+8onfeQzbtH
2TyfaW07ziuN27vnZo0E32rcbBlQ5ofu8BW0Fr7HLiv8+tlc1lUQ5X1CIldn
8EoXer4Ek3zI5D1k8h4yefcW3rxCJs+n8R/yel9GXs9ezr9sYq8BBrrXeT1r
N9jnz+zVO/+T5fZuOMEbmcWH9N59sH/18NAPNlJbV4lYKnsJ1wxcVlU/I3DH
yuSEK7wPVhY9+270v8YiLB99fPLyV7eQObLPBFGTI8D1GlvMPgtS6L7/RpSA
YfnmOrhmDK2C92BW9OqxfGpygIrFK/q8TPF9pWiJUKzCAK1W3HSgde9mT09V
74q4V6enNoB9lYW51bNUNVmuhbWd/IWwtmA51hbReStKErSW41KFPr8N8tCG
pczZ01U0zklaRuO6+oaOvtV9WzPTptH7ph2lyk7a5S4dj+WgIgui/+kOhRRs
wAI7QG6veJDyV98Z2gR2VEvPJsy7uNOjsDlFD5H8H54vrD29SkXTDTxudnyx
zx3qYwjdzugcZr4zUET6zgq7cA2ujW5GpdkdYp5Oy6K9e569Z2jngne+ozmg
CGTD4ObJZwI3T8ymlCXoZsX8XR3gHDuMXpTKg3wtdeKBnrMnSS/49Qp4I/Wg
GIjuxL2NcYRuk/WG8NLGeNDVbN1dE3Wv4MvDUl1MchPBn+GGG0CpHspqELVW
PnCyyc0QquM1oVPr7htCpg39bgwcbGh/GShoPaJsVMU+bSjoua/BzhXAvgYF
+ID33SXep5TrIolQiYADYWqcYNm1+611qxPwr4UC3lcVfiXtrZnu/qjv21PW
NwXt1lfRayJVtoLdAEKVlz09QFVOJfpVoR1z1qtHFqrYjinpwn/4Jaq06DaK
sdRjZENzD48daoSEnBIpU8ldQl0rfOR6sX1XeIrH7vD8mdsr0/ahOZss1rbP
i7XdlCVK/QplKHh2mx0omVapYtJbXluJfNhP0e95M4WlvFWjmKb8OjDTri7N
tDuiEYUyH2XRUB9mbU2Pq9XoXXW3VWN9MaVz0cyi6t6vUXy9fvS15rlzLqnM
kdjrlF47Zdc4+Lsvuz5BUHm0iMEwVAqvcSWX1lx7N59svtTaR+41Sq0dDl+/
1HqVMr1ekXXdMIqPj+oi1Wgs1yi2XirRdMyov6zaqpxuNx5K3a4Wa9Ps6Thc
B+J0j9faMm+f5x+2lFuEsBbJAXZdgmbwBJq6SKr3IlYaswYN5C8fc33YLevN
l6bSNbdfTEmzKM+UkngYDWvN0ilAuaS3XxZZGi5GKuRySKwX5VoJpzt1Lm6v
QL3qZKjsE7GMxXpLXReVxrvVCnUFczYVqNOM7/Zwvc+Zqhr4bfDNqtPtpJda
71J4NeZ9hWr1+hs1vtwM2jo4f+V1H6zQaCwpvk7wXLqWy94kU8qVL0F+g5ro
Lxi1v7JD+RlLo5s2OS+JKPLVONEDmv+A5t9/NH9V6S6OqYLDPcD6m4f1a2T+
ovH9DSr7TQL/d6Pn4Uc8TFMpwcQqzGKFy4h3y139h1TBvUwVaJb64kyDr6rV
h+tUq1qvKzLXKnblcKohg7D2KcCNb8XzlcMuubn5PXl2Wax+DcVtVMV+xvfg
eathfSkLp5SVwiG3KNb3gg9bbaiXh+Kp1yYy6/XVGxK5cEl9rR9N7JbRopWJ
JamUTfa94TJc85paB+u4j9DGrb3gz0Yiyvd7XQM8uN9b3eusF1ULbaF/2gku
Wc3hye/s/jaqmhmwA92PADE55hqAXvqYcq+Yv6njSk1geRD2ikZqTzLgQS1b
AYOlEslFzDQ1+axxLCuOVdZYbYSh9xvICzwJPwyr75fKVQZMnzVe6Se3bbJa
ZScU0VWlicTFRs6ilxJQ4RLaTPJquOYyNOehO2jJS7uutLJobeXSlK9GwHRA
lcXFwhQPUCPm3V2uGwMeQEKFndivbllXObM0s2lQ7fK5ExE7pqF6DZPyuFUX
ze8Eq7x3yQq9uMFZGkbjS2zTUMjlD7sf36vOOMasdPNTqnUnQjUwNb5PucTg
A3fF33HWF1LLNLMLKbRInYsDYgB2khZs/8M8yoyrhFI91NwQLj+jwLXWpTt3
I5jOqex1wQ5aNrUm+Qw4b+WiCHqNeXQD+O8eg37axNx9CW+TX1sh8U3CPy2v
OgxyhWYqK1JT08U8F2VqrFcEethFdt1O1tUAThfL3wZoXvj3FwiWroCj+RXK
A5L2gKTdbw160wraq5uiFWqy+2dSk8uBL2DgirPLo9sQ6lVp+wH8qtbJXgvz
MfWylfeONtbKMrd/EYiPOfXWObe5wkercRRfnEk64zyCgYCw54F+Kbp9inJm
qiVVmKsK9uzKg2rI5C/PRYZYMWoeqXeX3K1U6K57MHNjKcwXcC6zAxzd7rHM
x1c5ljlJVYx7VZxJN3zHQFPL2RsN2tvwL/1/R3mZWOhZslGuISKP3LTtgrxe
f5d050zC4vPMzJEw9kucz14/hr7wHYK7T/jIc7ywixd2nliOrnoNbKmP7fKY
nOEMVziXv/NbH5eN2xHubxm3ebu5qvnU3xuKuMvZ3UEN9yrf8TOWcCcOoR5K
uG+5hNtL7tUl3InD3muWcC99oeiVyrhrddyNjpv4+KgmWcuduTXquZeItgfS
/MKTfvelJHnp63tvuyzZn6ur1SXf3Rk6a2Tu7s0rv5vPyq5VI2sI4LNXI98T
R2+NhMU1q5F588tdFiM3CvSauYkvrkTt5rmJuhd8pf3pDwmJv2JBr0dRPGQh
HrIQf+osxC3pySvV7XpW+s+kXx8yGffKIHjKeL2xfe1w2lWi0lyv2+zAUUmu
zqtUq3B/hgikE8TomdoZlgMYSO9tr/OrtaEZVGiUhhyYaCVsPW7ASH32CA4u
OA+iOBhGcVTw+bf4njwFqVD7MDlkhSif1RNADWOzLnszP73Dg7f7DckfVZ6H
7rcGTs8jd3w2Bl++cIvx9AoIWu+ptOkMbSY5mLnMwm2noEsnGGWRu668erNl
QLELee1qjUy6ChU/kO7ZtrLauakAhSdLO4q5nHAGjgRVbqcmIBzDQqBRtUkG
1JAQ4cZ2xEshKa4ulX7VJ6gil3GwiHlGuqQSLUpBZ4UOyALHsQWfwCBK9ERz
AMPRii9Rb9lvJfwsO7/N9OpZtvt1DMztABLW/DeDSdSPf2l9qXKgx+wOGS3q
OdWY0nh0YxelvqfsSjW+N29hUMC5zLDzvAI1ogWkR5X5gwb5VQ2o8dgO5ZfJ
aAoUi/7lAiUkiEwG8pdUndOSTRxt/w4OLjheBe8hxS6CS3bYnWDEc6xHgxpv
1uPqUVeR80VXk3MS3wXHm1VyC62aaR0nUru3feViAH2bbvcuNRfElPbB6Heu
tG6Yym46t+ozKK3q9qNBMKm8LxwuNG01GvRerbXXyCTigV7gS4NaIe3VVgWu
uH+aNUQRIPz+tQnemEoKNuAgxcM0MURJ6KNOlILsv3tL39oKGo1mCLwG6u0X
YYqLxGpUypDUUIiKIxouOL5RuWFqUAsbHmPNatUguZUGKRI3uxiSpfcaT7Pe
cdlplJGsqYO33Rbyr5CeOidcJwkSMlIvQI+qsQEVyGcpNhaBT0++f2WARFLV
vKbnkgYv9LHi9vrboUWleUXVBvJ0Ma+GP4RCc9iSvm2vjDmBtlAkobT2S4QR
WiXcBmKPRmVTBgTiZFKW77qnZeC40ZzkbU6UnwWVavU/8K8ltkX9b8dzbddz
7Sk+vgM/PRXfiG/FM/GdeC6+v8q11t86lf9A2PFPAQbw96l+z1X/U23W/87S
RTYqMxgNd93mGPoS94cEagvHsmFsbgyoHcHcbKjNPxqpRn31Xi39XYg/bm99
fTtfbo22LE8f98SjcTTpgCx2xjOEJ4pY/rD1kgWQhbTiT6Eh72793sJnz3Ow
HnD/Nn5nGdhr7YnnlMADxwd3ce2QLUYr/rjX7/+ww/VEu3RVvcHpcX//8Ifd
JyDlFQ7Hxt4GGcTUsewoP0MXA8oxKp/UKab7+DEPzoMPHXC3iyyNqdDGx7JX
abfL9hk4EJ9yHR5gF1ZtiPcxIIw5yyDGuhC9JeixZuC/CZj8v4EuAeoove80
xaA0vnMdouFoHnMETLrSfmYWfIhmi5l+FvH3Xf7dwOUYqbi3PN1VLZylzh3K
HcHhIYq9vbOD8+29WkIhHAM4Wwt0vOBR42iJPJoAnSGCwSbqvIxNcm63rYYA
llRHXcrwR5rvDchYmIYMEgaGHffgLZIR7Whnh8Z6CwbhYPewAEMbWogLDg8P
3hm7S4dHvXtrLlg++NHR8ZujF/vVtxRtxhkfOHUQ2Hu9JtXvr28CQShfWlL1
yQ1hruCRi9Ift91x5OlrbFhWtLjWhmUFk99ldQFwLwQdZxI8Q0QiXyjwgfrL
QTZ/6lOhlTjoHfWafgWGF0NYM7zPpW0Omp/ZRoY/bI2DOJeo/gfH/WO7Dqjb
+l+qIW1rmfQAAA==

-->

</rfc>
