<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="syslog-parameters.xsl"?>
<?xml-model href="syslog-parameters.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="syslog-parameters">
  <title>syslog Parameters</title>
  <created>2001-08-21</created>
  <updated>2016-04-26</updated>
  <note>The syslog protocol utilizes numerical facility and severity values.</note>
  <registry id="syslog-parameters-1">
    <title>syslog Message Facilities</title>
    <xref type="rfc" data="rfc5424"/>
    <registration_rule>IETF Review</registration_rule>
    <record>
      <value>0</value>
      <description>kernel messages</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>1</value>
      <description>user-level messages</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>2</value>
      <description>mail system</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>3</value>
      <description>system daemons</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>4</value>
      <description>security/authorization messages <xref type="note" data="1"/></description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>5</value>
      <description>messages generated internally by syslogd</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>6</value>
      <description>line printer subsystem</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>7</value>
      <description>network news subsystem</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>8</value>
      <description>UUCP subsystem</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>9</value>
      <description>clock daemon <xref type="note" data="2"/></description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>10</value>
      <description>security/authorization messages <xref type="note" data="1"/></description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>11</value>
      <description>FTP daemon</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>12</value>
      <description>NTP subsystem</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>13</value>
      <description>log audit <xref type="note" data="1"/></description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>14</value>
      <description>log alert <xref type="note" data="1"/></description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>15</value>
      <description>clock daemon <xref type="note" data="2"/></description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>16</value>
      <description>local use 0  (local0)</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>17</value>
      <description>local use 1  (local1)</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>18</value>
      <description>local use 2  (local2)</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>19</value>
      <description>local use 3  (local3)</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>20</value>
      <description>local use 4  (local4)</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>21</value>
      <description>local use 5  (local5)</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>22</value>
      <description>local use 6  (local6)</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>23</value>
      <description>local use 7  (local7)</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <footnote anchor="1">Various operating systems have been found to utilize
Facilities 4, 10, 13 and 14 for security/authorization,
audit, and alert messages which seem to be similar.</footnote>
    <footnote anchor="2">Various operating systems have been found to utilize
both Facilities 9 and 15 for clock (cron/at) messages.</footnote>
  </registry>
  <registry id="syslog-parameters-2">
    <title>syslog Message Severities</title>
    <xref type="rfc" data="rfc5424"/>
    <registration_rule>IETF Review</registration_rule>
    <note>REGISTRY FULL</note>
    <record>
      <value>0</value>
      <description>Emergency: system is unusable</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>1</value>
      <description>Alert: action must be taken immediately</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>2</value>
      <description>Critical: critical conditions</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>3</value>
      <description>Error: error conditions</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>4</value>
      <description>Warning: warning conditions</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>5</value>
      <description>Notice: normal but significant condition</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>6</value>
      <description>Informational: informational messages</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <value>7</value>
      <description>Debug: debug-level messages</description>
      <xref type="rfc" data="rfc5424"/>
    </record>
  </registry>
  <registry id="syslog-parameters-3">
    <title>syslog Version Values</title>
    <xref type="rfc" data="rfc5424"/>
    <registration_rule>Standards Action</registration_rule>
    <record>
      <value>1</value>
      <description>Defined in <xref type="rfc" data="rfc5424"/></description>
      <xref type="rfc" data="rfc5424"/>
    </record>
  </registry>
  <registry id="syslog-parameters-4">
    <title>syslog Structured Data ID Values</title>
    <xref type="rfc" data="rfc5424"/>
    <registration_rule>IETF Review</registration_rule>
    <note>The registration rules for this registry will be that
new Structured Data ID values and new Parameter Name
values must be registered via IETF Review. In addition,
once SD-IDs and SD-PARAMs are defined, the syntax and
semantics of these registrations must not be altered.
In the event that modifications of existing registry items
are required, a new SD-ID or SD-PARAM must be created,
leaving the older one unchanged. Finally, the IANA does
not register, and will not control SD-IDs or SD-PARAMs
\with an "@" sign (ABNF %d64) in them.
    </note>
    <record>
      <id>timeQuality</id>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>tzKnown</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>isSynced</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>syncAccuracy</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <id>origin</id>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>ip</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>enterpriseId</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>software</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>swVersion</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <id>meta</id>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>sequenceId</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>sysUpTime</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <param>language</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5424"/>
    </record>
    <record>
      <id>snmp</id>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>ctxEngine</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>ctxName</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>v&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>l&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>o&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>x&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>c&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>C&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>u&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>d&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>i&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>n&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>p&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>t&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <param>a&lt;N&gt;</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5675"/>
    </record>
    <record>
      <id>alarm</id>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5674"/>
    </record>
    <record>
      <param>resource</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5674"/>
    </record>
    <record>
      <param>probableCause</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5674"/>
    </record>
    <record>
      <param>perceivedSeverity</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5674"/>
    </record>
    <record>
      <param>eventType</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5674"/>
    </record>
    <record>
      <param>trendIndication</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5674"/>
    </record>
    <record>
      <param>resourceURI</param>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc5674"/>
    </record>
    <record>
      <id>ssign</id>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>VER</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>RSID</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>SG</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>SPRI</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>GBC</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>FMN</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>CNT</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>HB</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>SIGN</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <id>ssign-cert</id>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>VER</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>RSID</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>SG</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>SPRI</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>TPBL</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>INDEX</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>FLEN</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>FRAG</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <param>SIGN</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <id>PCNNode</id>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc6661"/>
    </record>
    <record>
      <param>ID</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc6661"/>
    </record>
    <record>
      <param>Rtyp</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc6661"/>
    </record>
    <record>
      <id>PCNTerm</id>
      <status>OPTIONAL</status>
      <xref type="rfc" data="rfc6661"/>
    </record>
    <record>
      <param>IngrID</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc6661"/>
    </record>
    <record>
      <param>EgrID</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc6661"/>
    </record>
    <record>
      <param>TermRate</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc6661"/>
    </record>
    <record>
      <param>FCnt</param>
      <status>MANDATORY</status>
      <xref type="rfc" data="rfc6661"/>
    </record>
  </registry>
  <registry id="syslog-parameters-5">
    <title>syslog-sign Protocol Version Values</title>
    <xref type="rfc" data="rfc5848"/>
    <registration_rule>IETF Review</registration_rule>
    <record>
      <value>00</value>
      <description>Reserved</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>01</value>
      <description>Defined in <xref type="rfc" data="rfc5848"/></description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>02-50</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>51-99</value>
      <description>Reserved for Private Use</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
  </registry>
  <registry id="syslog-parameters-6">
    <title>syslog-sign Hash Algorithm Values</title>
    <xref type="rfc" data="rfc5848"/>
    <registration_rule>IETF Review</registration_rule>
    <note>New values are assigned incrementally from 0-9, then from a-z, then from A-Z.
    </note>
    <record>
      <value>0</value>
      <version>01</version>
      <description>Reserved</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>1</value>
      <version>01</version>
      <description>SHA1</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>2</value>
      <version>01</version>
      <description>SHA256</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
  </registry>
  <registry id="syslog-parameters-7">
    <title>syslog-sign Signature Scheme Values</title>
    <xref type="rfc" data="rfc5848"/>
    <registration_rule>IETF Review</registration_rule>
    <note>The range for values is 0-9.
    </note>
    <record>
      <value>0</value>
      <version>01</version>
      <description>Reserved</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>1</value>
      <version>01</version>
      <description>OpenPGP DSA</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
  </registry>
  <registry id="syslog-parameters-8">
    <title>syslog-sign SG Field Values</title>
    <xref type="rfc" data="rfc5848"/>
    <registration_rule>IETF Review</registration_rule>
    <record>
      <value>0</value>
      <description>There is only one Signature Group.</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>1</value>
      <description>Each PRI value is associated with its own      
Signature Group.</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>2</value>
      <description>Each Signature Group contains a range of PRI   
Values.</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>3</value>
      <description>Signature Groups are not assigned with any of  
the above relationships to PRI values of the
syslog messages they sign.</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>4-7</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>8-9</value>
      <description>Reserved for Private Use</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
  </registry>
  <registry id="syslog-parameters-9">
    <title>syslog-sign Key Blob Type Values</title>
    <xref type="rfc" data="rfc5848"/>
    <registration_rule>IETF Review</registration_rule>
    <note>Upper-case letters are assigned by IANA. Lower-case letters are vendor-specific.
    </note>
    <record>
      <value>C</value>
      <description>a PKIX certificate</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>P</value>
      <description>an OpenPGP certificate</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>K</value>
      <description>the public key whose corresponding private key is   
used to sign the messages</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>N</value>
      <description>no key information sent, key is pre-distributed</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
    <record>
      <value>U</value>
      <description>installation-specific key exchange information</description>
      <xref type="rfc" data="rfc5848"/>
    </record>
  </registry>
  <people/>
</registry>
