<div class="content" name="RIPMIB_BASE" uuid="619380a6-e17d-4bfe-b1f9-02a73b30fda9"><p>The <b>RIPMIB_BASE</b> structure contains information about
the RIP MIB base. This structure is returned as part of the following methods: </p><ul><li><p><span><span> 
</span></span><a href="ebc5c709-36d8-4520-a0ac-6f36d2d6c0b2" data-linktype="relative-path"><b>RMIBEntryGet (section 3.1.4.30)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="9102e585-2f62-4408-bfb6-02a6460cc883" data-linktype="relative-path"><b>RMIBEntryGetFirst (section 3.1.4.31)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="50f78033-d248-4272-b4b9-a2519a0f304d" data-linktype="relative-path"><b>RMIBEntryGetNext (section 3.1.4.32)</b></a><span>  </span></p>
<div><pre> typedef struct _RIPMIB_BASE {
   ULONG RIPOperState;
 } RIPMIB_BASE,
  *PRIPMIB_BASE;
</pre></div>
</li></ul><p><b>RIPOperState: </b>RIPOperState MUST be one of the
following values.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>OPER_STATE_DOWN 0x00000001</td>
  <td>Nonoperational</td>
 </tr><tr>
  <td>OPER_STATE_UP 0x00000002</td>
  <td>Operational and can pass packets</td>
 </tr><tr>
  <td>OPER_STATE_SLEEPING 0x00000003</td>
  <td>Sleeping</td>
 </tr><tr>
  <td>OPER_STATE_STARTING 0x00000004</td>
  <td>Starting the router</td>
 </tr><tr>
  <td>OPER_STATE_STOPPING 0x00000005</td>
  <td>Stopping the router</td>
 </tr></tbody></table>
</dd></dl><p> </p></div>