<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="iscsi-parameters.xsl"?>
<?xml-model href="iscsi-parameters.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="iscsi-parameters">
  <title>Internet Small Computer System Interface (iSCSI) Parameters</title>
  <created>2003-04-16</created>
  <updated>2014-04-08</updated>
  
  <registry id="iscsi-parameters-1">
    <title>iSCSI authentication methods</title>
    <xref type="rfc" data="rfc7143"/>
    <registration_rule>IETF Review</registration_rule>
    <record>
      <value>0</value>
      <description>Reserved</description>
    </record>
    <record>
      <value>1</value>
      <description>CHAP</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>2</value>
      <description>SRP</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>3</value>
      <description>KRB5</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>4</value>
      <description>SPKM1 (OBSOLETE)</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>5</value>
      <description>SPKM2 (OBSOLETE)</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>6-255</value>
      <description>Reserved (Not assigned by IANA)</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>256-65535</value>
      <description>Unassigned</description>
    </record>
  </registry>
  
  <registry id="iscsi-parameters-2">
    <title>iSCSI digests</title>
    <xref type="rfc" data="rfc7143"/>
    <registration_rule>IETF Review</registration_rule>
    <record>
      <value>0</value>
      <description>Reserved</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>1</value>
      <description>CRC32c</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>2-255</value>
      <description>Reserved (Not assigned by IANA)</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>256-65535</value>
      <description>Unassigned</description>
    </record>
  </registry>
  
  
  
  <registry id="iscsi-parameters-4">
    <title>SRP_GROUP key values</title>
    <xref type="rfc" data="rfc3723"/>
    <expert>Unassigned</expert>
    <registration_rule>Specification Required</registration_rule>
    <note>When a MODP group is used with SRP, the generator (g)
value differs from the usual generator of 2.  Consult the
appropriate reference for the correct generator to use.
    </note>
    <record>
      <value>SRP-768</value>
      <description>768 bit SRP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
    <record>
      <value>SRP-1024</value>
      <description>1024 bit SRP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
    <record>
      <value>SRP-1280</value>
      <description>1280 bit SRP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
    <record>
      <value>SRP-1536</value>
      <description>1536 bit SRP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
    <record>
      <value>SRP-2048</value>
      <description>2048 bit SRP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
    <record>
      <value>MODP-3072</value>
      <description>3072 bit MODP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
    <record>
      <value>MODP-4096</value>
      <description>4096 bit MODP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
    <record>
      <value>MODP-6144</value>
      <description>6144 bit MODP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
    <record>
      <value>MODP-8192</value>
      <description>8192 bit MODP group</description>
      <xref type="rfc" data="rfc3723"/>
    </record>
  </registry>
  
  <registry id="iscsi-parameters-5">
    <title>iSCSI Opcodes</title>
    <xref type="rfc" data="rfc7143"/>
    <expert>Unassigned</expert>
    <registration_rule>Standards Action to define the semantics of the opcode;
Expert Review to select the specific opcode(s)</registration_rule>
    <note>Namespace details: Numerical values that can fit in
one octet with most significant two bits (bits 0 and 1)
already designated by <xref type="rfc" data="rfc7143"/>, bit 0 being reserved and
bit 1 for immediate delivery. Bit 2 is designated to identify
the originator of the opcode. Bit 2 = 0 for initiator and
Bit 2 = 1 for target.</note>
    <note>Reserved to IANA:
    0x07-0x0f, 0x13-0x1b (initiator codes)
    0x27-0x2f, 0x33-0x3b (target codes)

Reserved to IANA for allocation only if no opcode pair is available:
    0x11, 0x12, 0x1f (initiator codes)
    0x30 (target codes)</note>
    <record>
      <value>0x00</value>
      <originator>Initiator</originator>
      <description>NOP-Out</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x01</value>
      <originator>Initiator</originator>
      <description>SCSI Command</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x02</value>
      <originator>Initiator</originator>
      <description>SCSI Task Management Function Request</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x03</value>
      <originator>Initiator</originator>
      <description>Login Request</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x04</value>
      <originator>Initiator</originator>
      <description>Text Request</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x05</value>
      <originator>Initiator</originator>
      <description>SCSI Data-Out</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x06</value>
      <originator>Initiator</originator>
      <description>Logout Request</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x10</value>
      <originator>Initiator</originator>
      <description>SNACK Request</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x1c-0x1e</value>
      <originator>Initiator</originator>
      <description>Vendor-specific codes</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x20</value>
      <originator>Target</originator>
      <description>NOP-In</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x21</value>
      <originator>Target</originator>
      <description>SCSI Response</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x22</value>
      <originator>Target</originator>
      <description>SCSI Task Management Function Response</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x23</value>
      <originator>Target</originator>
      <description>Login Response</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x24</value>
      <originator>Target</originator>
      <description>Text Response</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x25</value>
      <originator>Target</originator>
      <description>SCSI Data-In</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x26</value>
      <originator>Target</originator>
      <description>Logout Response</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x31</value>
      <originator>Target</originator>
      <description>Ready To Transfer (R2T)</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x32</value>
      <originator>Target</originator>
      <description>Asynchronous Message</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x3c-0x3e</value>
      <originator>Target</originator>
      <description>Vendor-specific codes</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x3f</value>
      <originator>Target</originator>
      <description>Reject</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
  </registry>
  
  <registry id="iscsi-parameters-6">
    <title>iSCSI Login/Text Keys</title>
    <xref type="rfc" data="rfc7145"/>
    <xref type="rfc" data="rfc7143"/>
    <registration_rule>IETF Review</registration_rule>
    <record>
      <value>AuthMethod</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>DataDigest</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>DataPDUInOrder</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>DataSequenceInOrder</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>DefaultTime2Retain</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>DefaultTime2Wait</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>ErrorRecoveryLevel</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>FirstBurstLength</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>HeaderDigest</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>ImmediateData</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>InitialR2T</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>InitiatorAlias</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>InitiatorName</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>InitiatorRecvDataSegmentLength</value>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record date="2013-12-02">
      <value>iSCSIProtocolLevel</value>
      <xref type="rfc" data="rfc7144"/>
    </record>  
    <record>
      <value>iSERHelloRequired</value>
      <xref type="rfc" data="rfc7145"/>
    </record>    
    <record>
      <value>MaxAHSLength</value>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record>
      <value>MaxBurstLength</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>MaxConnections</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>MaxOutstandingR2T</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>MaxOutstandingUnexpectedPDUs</value>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record>
      <value>MaxRecvDataSegmentLength</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>RDMAExtensions</value>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record>
      <value>SendTargets</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>SessionType</value>
      <xref type="rfc" data="rfc7143"/>
    </record>    
    <record>
      <value>TaggedBufferForSolicitedDataOnly</value>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record>
      <value>TargetAddress</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>TargetAlias</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>TargetName</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>TargetPortalGroupTag</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>TargetRecvDataSegmentLength</value>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record>
      <value>TaskReporting</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>X#NodeArchitecture</value>
      <xref type="rfc" data="rfc7143"/>
    </record>
  </registry>
  
  <registry id="iscsi-parameters-7">
    <title>iSCSI Asynchronous Events</title>
    <xref type="rfc" data="rfc7143"/>
    <registration_rule>Standards Action</registration_rule>
    <record>
      <value>0</value>
      <description>SCSI Async Event</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>1</value>
      <description>Logout Request</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>2</value>
      <description>Connection drop notification</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>3</value>
      <description>Session drop notification</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>4</value>
      <description>Negotiation Request</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>5</value>
      <description>Task termination</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>6-247</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>248-254</value>
      <description>Vendor-unique</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>255</value>
      <description>Vendor-unique</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
  </registry>
  
  <registry id="iscsi-parameters-8">
    <title>iSCSI Task Management Function Codes</title>
    <xref type="rfc" data="rfc7143"/>
    <registration_rule>Standards Action</registration_rule>
    <record>
      <value>1</value>
      <description>ABORT TASK</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>2</value>
      <description>ABORT TASK SET</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>3</value>
      <description>CLEAR ACA</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>4</value>
      <description>CLEAR TASK SET</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>5</value>
      <description>LOGICAL UNIT RESET</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>6</value>
      <description>TARGET WARM RESET</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>7</value>
      <description>TARGET COLD RESET</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>8</value>
      <description>TASK REASSIGN</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>9</value>
      <description>QUERY TASK</description>
      <xref type="rfc" data="rfc7144"/>
    </record>
    <record date="2013-12-02">
      <value>10</value>
      <description>QUERY TASK SET</description>
      <xref type="rfc" data="rfc7144"/>
    </record>
    <record date="2013-12-02">
      <value>11</value>
      <description>I_T NEXUS RESET</description>
      <xref type="rfc" data="rfc7144"/>
    </record>
    <record date="2013-12-02">
      <value>12</value>
      <description>QUERY ASYNCHRONOUS EVENT</description>
      <xref type="rfc" data="rfc7144"/>
    </record>
    <record>
      <value>13-127</value>
      <description>Unassigned</description>
    </record>
  </registry>
  
  <registry id="iscsi-parameters-9">
    <title>iSCSI Login Response Status Codes</title>
    <xref type="rfc" data="rfc7143"/>
    <registration_rule>Standards Action</registration_rule>
    <record>
      <class>0x00</class>
      <description>Success</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <class>0x01</class>
      <description>Redirection</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <class>0x02</class>
      <description>Initiator Error</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <class>0x03</class>
      <description>Target Error</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <class>0x04-0x0e</class>
      <description>Unassigned</description>
    </record>
    <record>
      <class>0x0f</class>
      <description>Vendor-Unique</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <class>0x10-0xff</class>
      <description>Unassigned</description>
    </record>
    
    <registry id="iscsi-parameters-10">
      <title>Status-Detail for Status-Class=0x00</title>
      <xref type="rfc" data="rfc7143"/>
      <registration_rule>Standards Action</registration_rule>
      <record>
        <class>0x00</class>
        <code>0x00</code>
        <description>Success</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x00</class>
        <code>0x01-0xff</code>
        <description>Unassigned</description>
      </record>
    </registry>
    
    <registry id="iscsi-parameters-11">
      <title>Status-Detail for Status-Class=0x01</title>
      <xref type="rfc" data="rfc7143"/>
      <registration_rule>Standards Action</registration_rule>
      <record>
        <class>0x01</class>
        <code>0x01</code>
        <description>Target moved temporarily</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x01</class>
        <code>0x02</code>
        <description>Target moved permanently</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x01</class>
        <code>0x03-0xff</code>
        <description>Unassigned</description>
      </record>
    </registry>
    
    <registry id="iscsi-parameters-12">
      <title>Status-Detail for Status-Class=0x02</title>
      <xref type="rfc" data="rfc7143"/>
      <registration_rule>Standards Action</registration_rule>
      <record>
        <class>0x02</class>
        <code>0x00</code>
        <description>Initiator error</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x01</code>
        <description>Authentication failure</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x02</code>
        <description>Authorization failure</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x03</code>
        <description>Not found</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x04</code>
        <description>Target removed</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x05</code>
        <description>Unsupported version</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x06</code>
        <description>Too many connections</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x07</code>
        <description>Missing parameter</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x08</code>
        <description>Can't include in session</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x09</code>
        <description>Session type not supported</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x0a</code>
        <description>Session does not exist</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x0b</code>
        <description>Invalid during login</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x02</class>
        <code>0x0c-0xff</code>
        <description>Unassigned</description>
      </record>
    </registry>
    
    <registry id="iscsi-parameters-13">
      <title>Status-Detail for Status-Class=0x03</title>
      <xref type="rfc" data="rfc7143"/>
      <registration_rule>Standards Action</registration_rule>
      <record>
        <class>0x03</class>
        <code>0x00</code>
        <description>Target error</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x03</class>
        <code>0x01</code>
        <description>Service unavailable</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x03</class>
        <code>0x02</code>
        <description>Out of resources</description>
        <xref type="rfc" data="rfc7143"/>
      </record>
      <record>
        <class>0x03</class>
        <code>0x03-0xff</code>
        <description>Unassigned</description>
      </record>
    </registry>
  </registry>
  
  <registry id="iscsi-parameters-14">
    <title>iSCSI Reject Reason Codes</title>
    <xref type="rfc" data="rfc7143"/>
    <registration_rule>Standards Action</registration_rule>
    <record>
      <value>0x01</value>
      <description>Reserved</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x02</value>
      <description>Data digest error</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x03</value>
      <description>SNACK Reject</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x04</value>
      <description>Protocol Error</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x05</value>
      <description>Command not supported</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x06</value>
      <description>Immediate command reject</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x07</value>
      <description>Task in progress</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x08</value>
      <description>Invalid data ack</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x09</value>
      <description>Invalid PDU field</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x0a</value>
      <description>Long op reject</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x0b</value>
      <description>"Deprecated reason code"</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x0c</value>
      <description>Waiting for Logout</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record>
      <value>0x0d-0xff</value>
      <description>Unassigned</description>
    </record>
  </registry>
  
  <registry id="iscsi-parameters-15">
    <title>iSER Opcodes</title>
    <xref type="rfc" data="rfc7145"/>
    <registration_rule>Standards Action</registration_rule>
    <record>
      <value>0x1</value>
      <description>iSCSI control-type PDU</description>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record>
      <value>0x2</value>
      <description>iSER Hello Message</description>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record>
      <value>0x3</value>
      <description>iSER HelloReply Message</description>
      <xref type="rfc" data="rfc7145"/>
    </record>
    <record>
      <value>0x4-0xf</value>
      <description>Unassigned</description>
    </record>
  </registry>
  
  <registry id="protocol-level">
    <title>iSCSI Protocol Level</title>
    <xref type="rfc" data="rfc7144"/>
    <registration_rule>Expert Review and Standards Action</registration_rule>
    <expert>Unassigned</expert>
    <record date="2013-12-02">
      <value>0</value>
      <description>No version claimed</description>
      <xref type="rfc" data="rfc7144"/>
    </record>
    <record date="2013-12-02">
      <value>1</value>
      <description>RFC7143</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>2</value>
      <description>RFC7144</description>
      <xref type="rfc" data="rfc7144"/>
    </record>
    
    <record>
      <value>3-31</value>
      <description>Unassigned</description>
    </record>
  </registry>
  
  <registry id="management-function-response">
    <title>iSCSI Task Management Function Response Codes</title>
    <xref type="rfc" data="rfc7144"/>
    <registration_rule>Standards Action</registration_rule>
    <record date="2013-12-02">
      <value>0</value>
      <description>Function complete</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>1</value>
      <description>Task does not exist</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>2</value>
      <description>LUN does not exist</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>3</value>
      <description>Task still allegiant</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>4</value>
      <description>Task allegiance reassignment not supported</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>5</value>
      <description>Task management function not supported</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>6</value>
      <description>Function authorization failed</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
    <record date="2013-12-02">
      <value>7</value>
      <description>Function succeeded</description>
      <xref type="rfc" data="rfc7144"/>
    </record>
    <record>
      <value>8-254</value>
      <description>Unassigned</description>
    </record>
    <record date="2013-12-02">
      <value>255</value>
      <description>Function rejected</description>
      <xref type="rfc" data="rfc7143"/>
    </record>
  </registry>
  
  <people/>
</registry>
