<div class="content"><p>The <b>RIP_IF_CONFIG</b> structure<a id="Appendix_A_Target_142"></a><a aria-label="Product behavior note 142" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_142" data-linktype="relative-path">&lt;142&gt;</a> be used to specify the
configuration information of a RIP for IPX interface. When this structure is
encapsulated in <a href="c99955ec-6d18-4665-8d5b-e124de63a368" data-linktype="relative-path"><b>RTR_TOC_ENTRY (section 2.2.1.2.4)</b></a>,
the <b>InfoType</b> value used MUST be set to 0x00020000 and the transport MUST
be PID_IPX.  </p><dl>
<dd>
<div><pre> typedef struct _RIP_IF_CONFIG {
   RIP_IF_INFO RipIfInfo;
   RIP_IF_FILTERS RipIfFilters;
 } RIP_IF_CONFIG, *PRIP_IF_CONFIG;
</pre></div>
</dd></dl><p><b>RipIfInfo: </b>This MUST be a <b>RIP_IF_INFO</b> (section
<a href="42b98562-8e14-476c-9205-693525139eec" data-linktype="relative-path">2.2.1.2.205)</a> structure.
</p><p><b>RipIfFilters: </b>This MUST be a <b>RIP_IF_FILTERS</b> (section
<a href="fa5639a9-0f0f-4e2e-8984-fa07647f317c" data-linktype="relative-path">2.2.1.2.204)</a> structure.
</p></div>