<div class="content" name="IPX_MIB_INDEX" uuid="9e132641-0b75-45b5-818c-a996828b4745"><p>The <b>IPX_MIB_INDEX</b> union MAY<a id="Appendix_A_Target_95"></a><a aria-label="Product behavior note 95" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_95" data-linktype="relative-path">&lt;95&gt;</a> be used in the <a href="25b333ba-d914-4569-9abe-c2be448d09a0" data-linktype="relative-path"><b>IPX_MIB_GET_INPUT_DATA (section 2.2.1.2.105)</b></a>
structure to specify the MIB index for which the query is made.  </p><dl>
<dd>
<div><pre> typedef union _IPX_MIB_INDEX {
   IF_TABLE_INDEX InterfaceTableIndex;
   ROUTING_TABLE_INDEX RoutingTableIndex;
   STATIC_ROUTES_TABLE_INDEX StaticRoutesTableIndex;
   SERVICES_TABLE_INDEX ServicesTableIndex;
   STATIC_SERVICES_TABLE_INDEX StaticServicesTableIndex;
 } IPX_MIB_INDEX,
  *PIPX_MIB_INDEX;
</pre></div>
</dd></dl><p><b>InterfaceTableIndex: </b>Gives the MIB index
within the interface table, as specified in section <a href="b3d9af6e-ea5f-4028-96bf-04fe5ccaa29c" data-linktype="relative-path">2.2.1.2.99</a>.</p><p><b>RoutingTableIndex: </b>Gives the MIB index within
the <a href="fc2dfae9-0d04-4e1d-97c9-c51c2dc06c3b#gt_c8605177-11ad-432e-bb3d-591165aca429" data-linktype="relative-path">routing table</a>, as
specified in section <a href="4be6c177-b2b6-45fe-881c-7d048a10d84f" data-linktype="relative-path">2.2.1.2.100</a>.</p><p><b>StaticRoutesTableIndex: </b>Gives the MIB index
within the <a href="fc2dfae9-0d04-4e1d-97c9-c51c2dc06c3b#gt_3d3022dc-8226-46d9-b5e8-620f1f6fd7d6" data-linktype="relative-path">static routes</a>
table, as specified in section <a href="c1e6f394-8d47-423c-9c78-423bd03df442" data-linktype="relative-path">2.2.1.2.101</a>.</p><p><b>ServicesTableIndex: </b>Gives the MIB index within
the services table, as specified in section <a href="1c194a57-549c-4849-98ed-5de3f533fd65" data-linktype="relative-path">2.2.1.2.102</a>.</p><p><b>StaticServicesTableIndex: </b>Gives the MIB index
within the static services table, as specified in section <a href="a36472ae-638f-4b9d-be88-81f5b2637921" data-linktype="relative-path">2.2.1.2.103</a>.</p></div>