2.2.1.2.163 IPRIP_GLOBAL_STATS

The IPRIP_GLOBAL_STATS structure contains global statistics for the IP RIP. There is only one instance, so this entry has no index. This structure is read-only. This structure is used in IPRIP_MIB_GET_INPUT_DATA (section 2.2.1.2.161) and IPRIP_MIB_GET_OUTPUT_DATA (section 2.2.1.2.162) structures. 

 typedef struct _IPRIP_GLOBAL_STATS {
   DWORD GS_SystemRouteChanges;
   DWORD GS_TotalResponsesSent;
 } IPRIP_GLOBAL_STATS,
  *PIPRIP_GLOBAL_STATS;

GS_SystemRouteChanges: The number of global route changes due to the IPRIP.

GS_TotalResponsesSent: The count of global RIP responses sent.