BACK TO INDEX

Win32_PingStatus
The Win32_PingStatus class contains the values returned by the standard ping command. More information on ping can be found in RFC 791.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AddressStringThe Address property holds the value of the address requested. This can be either hostname ('wxyz1234') or IP address ('193.128.177.124').
BufferSizeUInt32The BufferSize property indicates the buffer size sent with the ping command. The default value is 32.
NoFragmentationBooleanThe NoFragmentation property sets a 'Don't Fragment' on packets sent. The default is False, not fragmented.
PrimaryAddressResolutionStatusUInt32The PrimaryAddressResolutionStatus property holds status information resulting from the gethostbyname call. This property reports the status of the resolution of the address value (ie value of the address property) given in the query. It is not related to any other resolution performed. The property can take the following values: 0 - Success. Other - For integer values other than those listed above, refer to WinSock error code documentation.
ProtocolAddressStringThe ProtocolAddress property contains the address that the destination used to reply.
ProtocolAddressResolvedStringThe ProtocolAddressResolved property contains the resolved address corresponding to the ProtocolAddress property
RecordRouteUInt32The RecordRoute property indicates how many hops should be recorded while the packet is enroute. The default is zero.
ReplyInconsistencyBooleanThe ReplyInconsistency property reports inconsistent reply data.
ReplySizeUInt32The ReplySize property indicates the size of the buffer returned.
ResolveAddressNamesBooleanThe ResolveAddressesNames indicates whether or not the command will resolve address names of output address values. The default is False - no resolution.
ResponseTimeUInt32The ResponseTime property indicates the time elapsed to handle the request.
ResponseTimeToLiveUInt32The ResponseTimeToLive property indicates the time to live from moment the request is received.
RouteRecordStringThe RouteRecord property holds a record of intermediate hops.
RouteRecordResolvedStringThe RouteRecordResolved property holds the resolved address corresponding to the RouteRecord entry.
SourceRouteStringThe SourceRoute property contais a comma separated list of valid Source Routes.
SourceRouteTypeUInt32The SourceRouteType property indicates the type of source route option to be used on host list specified in the SourceRoute property. If a value outside of the ValueMap is specified 0 is assumed. The default is zero.
StatusCodeUInt32The StatusCode property returns the ping status codes.
TimeoutUInt32The Timeout property indicates the Timeout value in milliseconds. If a response is not received in this time no response will be assumed. The default is 4000 milliseconds.
TimeStampRecordUInt32The TimeStampRecord property holds a record timestamps for intermediate hops.
TimeStampRecordAddressStringThe TimeStampRecordAddress property holds the intermediate hop corresponding to the TimeStampRecord entry.
TimeStampRecordAddressResolvedStringThe TimeStampRecordAddressResolved property holds the resolved address corresponding to the TimeStampRecordAddress entry.
TimestampRouteUInt32The TimestampRoute property indicates how many hops should be recorded with time stamp information while the packet is enroute. A Timestamp is the number of milliseconds that have passed since midnight UT. If the time is not available in milliseconds or cannot be provided with respect to midnight UT then any time may be inserted as a timestamp provided the high order bit of the timestamp field is set to one to indicate the use of a non-standard value. The default is zero.
TimeToLiveUInt32The TimeToLive property indicates the lifespan of the ping packet in seconds. This is an upper limit and not absolute as all routers MUST decrement this value by one and hops between routers rarely take this amount of time. When this value becomes zero the packet will be dropped by the router. The default value is 80 seconds.
TypeofServiceUInt32the TypeOfService property provides an indication of the abstract parameters of the quality of service desired. These parameters are to be used to guide the selection of the actual service parameters when transmitting a datagram through a particular network. The default value is 0. Bits 0-2: Precedence. Bit 3: 0 = Normal Delay, 1 = Low Delay. Bits 4: 0 = Normal Throughput, 1 = High Throughput. Bits 5: 0 = Normal Relibility, 1 = High Relibility. Bit 6-7: Reserved. Precedence 111 - Network Control 110 - Internetwork Control 101 - CRITIC/ECP 100 - Flash Override 011 - Flash 010 - Immediate 001 - Priority 000 - Routine For a detailed description of the various serive types, refer to RFC 791, page 12.
SAMPLE DATA INSTANCE
   Not supported