| WEB TABLE 1: IP Route Provider Classes |
| Provider |
Class Name |
Comments |
| RouteEventProvider |
Win32_IP4RouteTableEvent |
Represents events that result from the adding, removing, or modifying IP routes on the monitored system. |
| RouteProvider |
Win32_IP4RouteTable |
Deals specifically with IPv4 and models information that governs where network data packets are routed (e.g., internet packets to a gateway, local packets to the client machine). Use this information to trace problems associated with misrouted packets and to direct computers to a new gateway. |
| RouteProvider |
Win32_IP4PersistedRouteTable |
Deals specifically with IPv4 and contains persistent IP routes. Persistent routes are stored in the registry. |
| RouteProvider |
Win32_ActiveRoute |
Associates the current IPv4 route to the persisted route table. |