TCPOPTS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 13: Line 13:
</dl>
</dl>
==Description==
==Description==
<p>The TCP/IP options in use, either IPv6 or IPv4 addressing. The value of TCPOPTS is set by <var class="product">Model&nbsp;204</var> based on the addresses that you supplied for the SMTPCADD and SMTPSADD parameters.</p>
<p>The TCP/IP option in use, either IPv6 or IPv4 addressing. The value of TCPOPTS is set by <var class="product">Model&nbsp;204</var> based on the addresses that you supplied for the SMTPCADD and SMTPSADD parameters (specifying the SMTP client and server default addresses).</p>
<p>The values for TCPOPTS are as follows:
<p>The values for TCPOPTS are described in the following table.
<table>
<table>
<tr><th><var><b>Value</b></var></th><td><b>Description</b></td></tr>
<tr><th><var><b>Value</b></var></th><td><b>Description</b></td></tr>
<tr><th align="right"><var>X'00'</var></th><td>SMTP is an IPv4 address. This is the default.</td></tr>
<tr><th align="right"><var>X'00'</var></th><td>SMTP is an IPv4 address (both the SMTP client and server addresses are in IPv4 format). This is the default.</td></tr>
<tr><th align="right"><var>X'01'</var></th><td>SMTP client is an IPv6 address. (You supplied an IPv6-format address to SMTPCADD.)</td></tr>
<tr><th align="right"><var>X'01'</var></th><td>SMTP client is an IPv6 address.</td></tr>
<tr><th align="right"><var>X'02'</var></th><td>SMTP server is an IPv6 address. (You supplied an IPv6-format address to SMTPSADD.)</td></tr>
<tr><th align="right"><var>X'02'</var></th><td>SMTP server is an IPv6 address. </td></tr>
</table>
</table>
For more information, see [[SMTPCADD parameter|SMTPCADD: SMTP client address]] and [[SMTPSADD parameter|SMTPSADD: SMTP server address]].</p>
The settings can be combined; X'03' indicates that both the SMTP client and server addresses are in IPv6 format. </p>
<p>For more information, see [[SMTPCADD parameter|SMTPCADD: SMTP client address]] and [[SMTPSADD parameter|SMTPSADD: SMTP server address]].</p>
[[Category:System Parameters]]
[[Category:System Parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 00:57, 28 February 2013

Summary

Default value
X'00'
Parameter type
System
Where set
View-only
Related products
All
Introduced
Model 204 V7.4

Description

The TCP/IP option in use, either IPv6 or IPv4 addressing. The value of TCPOPTS is set by Model 204 based on the addresses that you supplied for the SMTPCADD and SMTPSADD parameters (specifying the SMTP client and server default addresses).

The values for TCPOPTS are described in the following table.

ValueDescription
X'00'SMTP is an IPv4 address (both the SMTP client and server addresses are in IPv4 format). This is the default.
X'01'SMTP client is an IPv6 address.
X'02'SMTP server is an IPv6 address.

The settings can be combined; X'03' indicates that both the SMTP client and server addresses are in IPv6 format.

For more information, see SMTPCADD: SMTP client address and SMTPSADD: SMTP server address.