<div class="content" name="IKEV2_CONFIG_PARAMS_1" uuid="cc155cc0-5776-4228-93ee-d9a787785d91"><p>The <b>IKEV2_CONFIG_PARAMS_1</b> structure<a id="Appendix_A_Target_121"></a><a aria-label="Product behavior note 121" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_121" data-linktype="relative-path">&lt;121&gt;</a> is used to get or set
configured parameters for IKEv2 devices.</p><dl>
<dd>
<div><pre> typedef struct _IKEV2_CONFIG_PARAMS_1 {
   DWORD dwNumPorts;
   DWORD dwPortFlags;
   DWORD dwTunnelConfigParamFlags;
   IKEV2_TUNNEL_CONFIG_PARAMS_1 TunnelConfigParams;
 } IKEV2_CONFIG_PARAMS_1,
  *PIKEV2_CONFIG_PARAMS_1;
</pre></div>
</dd></dl><p><b>dwNumPorts: </b>Specifies the number of ports
configured on RRAS to accept IKEv2 connections. This value cannot exceed the
server port limit.<a id="Appendix_A_Target_122"></a><a aria-label="Product behavior note 122" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_122" data-linktype="relative-path">&lt;122&gt;</a></p><p><b>dwPortFlags: </b>Specifies the type of port
configured on IKEv2 devices. Possible flag values are as follows.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>MPR_ENABLE_RAS_ON_DEVICE 0x00000001</td>
  <td>Remote Access is enabled for IKEv2.</td>
 </tr></tbody></table>
</dd></dl><p><b>dwTunnelConfigParamFlags: </b>SHOULD be set to
0x00000001 when sent and SHOULD be ignored on receipt.</p><p><b>TunnelConfigParams: </b>IKEv2 tunnel related
parameters. MUST be an <a href="de7aef9f-4865-4281-b800-db5142bf7a45" data-linktype="relative-path"><b>IKEV2_TUNNEL_CONFIG_PARAMS_1</b></a>
structure. </p></div>