TCPOPTS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:TCPOPTS parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 13: Line 14:
</dl>
</dl>
==Description==
==Description==
<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>
<p>The values for TCPOPTS are described in the following table.
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 <var>[[SMTPCADD_parameter|SMTPCADD]]</var> and <var>[[SMTPSADD_parameter|SMTPSADD]]</var> parameters (specifying the SMTP client and server default addresses).</p>
<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 class="head"><th>Value</th><th>Description</th></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'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.</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. </td></tr>
<tr><th align="right"><var>X'02'</var></th><td>SMTP server is an IPv6 address. </td></tr>
</table>
</table>
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>
The settings can be combined; X'03' indicates that both the SMTP client and server addresses are in IPv6 format. </p>
[[Category:System Parameters]]
<p>
For more information, see [[SMTPCADD parameter|SMTPCADD: SMTP client address]] and [[SMTPSADD parameter|SMTPSADD: SMTP server address]].</p>
 
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 09:38, 26 September 2017

TCP options

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.