2.2.1.2.170 IPRIP_PEER_STATS

The IPRIP_PEER_STATS structure is an MIB entry that describes the statistics kept about neighboring routers. All IP addresses are in network order. 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_PEER_STATS {
   DWORD PS_LastPeerRouteTag;
   DWORD PS_LastPeerUpdateTickCount;
   DWORD PS_LastPeerUpdateVersion;
   DWORD PS_BadResponsePacketsFromPeer;
   DWORD PS_BadResponseEntriesFromPeer;
 } IPRIP_PEER_STATS,
  *PIPRIP_PEER_STATS;

PS_LastPeerRouteTag: The route tag last received from the peer.

PS_LastPeerUpdateTickCount: The number of updates received from peer.

PS_LastPeerUpdateVersion: The RIP version of the last update received from peer.

PS_BadResponsePacketsFromPeer: The number of bad response packets received from peer.

PS_BadResponseEntriesFromPeer: The number of bad entries in responses received from peer.