Win32_IP4RouteTable, ROOT\CIMV2

Class | Methods | Properties (18) | Qualifiers (10) | Instances (11) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The IP4RouteTable class information governs where network data packets are routed to (e.g. usually internet packets are sent to a gateway, and local packets may be routed directly by the client's machine). Administrators can use this information to trace problems associated with misrouted packets, and also direct a computer to a new gateway as necessary. This class deals specifically with IP4 and does not address IPX or IP6. It is only intended to model the information revealed when typing the 'Route Print' command from the command prompt. Please Note: though updating instances of this class is supported, supplying property values which are invalid or unrecognized by the network protocol stack will not update successfully and the original values will persist. An error is not guaranteed to be generated when this happens, but if one does, nothing is updated.

Win32_IP4RouteTable properties

Win32_IP4RouteTable has 18 properties (13 Local, 5 Derived)

NameOriginCIMType
AgeWin32_IP4RouteTable19 [uint32]
CaptionCIM_ManagedSystemElement8 [string]
DescriptionCIM_ManagedSystemElement8 [string]
key
Destination
Win32_IP4RouteTable8 [string]
InformationWin32_IP4RouteTable8 [string]
InstallDateCIM_ManagedSystemElement101 [datetime]
key
InterfaceIndex
Win32_IP4RouteTable3 [sint32]
key
Mask
Win32_IP4RouteTable8 [string]
Metric1Win32_IP4RouteTable3 [sint32]
Metric2Win32_IP4RouteTable3 [sint32]
Metric3Win32_IP4RouteTable3 [sint32]
Metric4Win32_IP4RouteTable3 [sint32]
Metric5Win32_IP4RouteTable3 [sint32]
NameCIM_ManagedSystemElement8 [string]
key
NextHop
Win32_IP4RouteTable8 [string]
ProtocolWin32_IP4RouteTable19 [uint32]
StatusCIM_ManagedSystemElement8 [string]
TypeWin32_IP4RouteTable19 [uint32]

Detailed description of Win32_IP4RouteTable properties

Local properties (13) of Win32_IP4RouteTable class

Age property
CIMTYPE'uint32'
Description'The Age property contains the number of seconds since this route was last updated or otherwise determined to be correct. No semantics of 'too old' can be implied except through knowledge of the routing protocol by which the route was learned.'
readTrue
Age property is in 1 class (Win32_IP4RouteTable) of ROOT\cimv2 and in 4 namespaces
Destination property
CIMTYPE'string'
Description'The Destination property contains the destination IP address for this route.'
keyTrue
readTrue
writeTrue
Destination property is in 4 classes of ROOT\cimv2 and in 7 namespaces
Information property
CIMTYPE'string'
Description'The Information property contains a reference to MIB definitions specific to the particular routing protocol that is responsible for this route, as determined by the value specified in the route's ipRouteProto value. If this information is not present, its value should be set to the OBJECT IDENTIFIER {0 0}, which is a syntactically valid object identifier, and any conformant implementation of ASN.1 and BER must be able to generate and recognize this value.'
readTrue
Information property is in 1 class (Win32_IP4RouteTable) of ROOT\cimv2 and in 3 namespaces
InterfaceIndex property
CIMTYPE'sint32'
Description'The InterfaceIndex property contains the index value that uniquely identifies the local interface through which the next hop of this route should be reached.'
keyTrue
readTrue
writeTrue
InterfaceIndex property is in 3 classes of ROOT\cimv2 and in 9 namespaces
Mask property
CIMTYPE'string'
Description'The Mask property contains the mask used in this entry. Masks should be logical-ANDed with the destination address before being compared to the value in the ipRouteDest field.'
keyTrue
readTrue
writeTrue
Mask property is in 3 classes of ROOT\cimv2 and in 142 namespaces
Metric1 property
CIMTYPE'sint32'
Description'The Metric1 property contains the primary routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.'
readTrue
writeTrue
Metric1 property is in 2 classes of ROOT\cimv2 and in 2 namespaces
Metric2 property
CIMTYPE'sint32'
Description'The Metric2 property contains an alternate routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.'
readTrue
writeTrue
Metric2 property is in 1 class (Win32_IP4RouteTable) of ROOT\cimv2 and in 2 namespaces
Metric3 property
CIMTYPE'sint32'
Description'The Metric3 property contains an alternate routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.'
readTrue
writeTrue
Metric3 property is in 1 class (Win32_IP4RouteTable) of ROOT\cimv2 and in 2 namespaces
Metric4 property
CIMTYPE'sint32'
Description'The Metric4 property contains an alternate routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.'
readTrue
writeTrue
Metric4 property is in 1 class (Win32_IP4RouteTable) of ROOT\cimv2 and in 2 namespaces
Metric5 property
CIMTYPE'sint32'
Description'The Metric5 property contains an alternate routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.'
readTrue
writeTrue
Metric5 property is in 1 class (Win32_IP4RouteTable) of ROOT\cimv2 and in 2 namespaces
NextHop property
CIMTYPE'string'
Description'The NextHop property contains the IP address of the next hop of this route. (In the case of a route bound to an interface that is realized via a broadcast media, the value of this field is the agent's IP address on that interface.).'
keyTrue
readTrue
writeTrue
NextHop property is in 2 classes of ROOT\cimv2 and in 8 namespaces
Protocol property
CIMTYPE'uint32'
Description'The Protocol property reveals the routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts must support those protocols.'
readTrue
ValueMap['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14']
Values['other', 'local', 'netmgmt', 'icmp', 'egp', 'ggp', 'hello', 'rip', 'is-is', 'es-is', 'ciscoIgrp', 'bbnSpfIgp', 'ospf', 'bgp']
Protocol property is in 2 classes of ROOT\cimv2 and in 19 namespaces
Type property
CIMTYPE'uint32'
Description'The Type property reveals the type of route. The values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the IP architecture. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the RouteTable object. That is, it effectively disassociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipRouteType object.'
readTrue
ValueMap['1', '2', '3', '4']
Values['other', 'invalid', 'direct', 'indirect']
writeTrue
Type property is in 19 classes of ROOT\cimv2 and in 142 namespaces

Derived properties (5) of Win32_IP4RouteTable class

Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one-line string) of the object.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object. '
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
InstallDate property
CIMTYPE'datetime'
Description'The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.'
MappingStrings['MIF.DMTF|ComponentID|001.5']
readTrue
InstallDate property is in 227 classes of ROOT\cimv2 and in 23 namespaces
Name property
CIMTYPE'string'
Description'The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.'
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
Status property
CIMTYPE'string'
Description'The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.'
MaxLen10
readTrue
ValueMap['OK', 'Error', 'Degraded', 'Unknown', 'Pred Fail', 'Starting', 'Stopping', 'Service', 'Stressed', 'NonRecover', 'No Contact', 'Lost Comm']
Values['OK', 'Error', 'Degraded', 'Unknown', 'Pred Fail', 'Starting', 'Stopping', 'Service', 'Stressed', 'NonRecover', 'No Contact', 'Lost Comm']
Status property is in 230 classes of ROOT\cimv2 and in 42 namespaces

Win32_IP4RouteTable Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
CreateBy'PutInstance'
DeleteBy'DeleteInstance'
Description'The IP4RouteTable class information governs where network data packets are routed to (e.g. usually internet packets are sent to a gateway, and local packets may be routed directly by the client's machine). Administrators can use this information to trace problems associated with misrouted packets, and also direct a computer to a new gateway as necessary. This class deals specifically with IP4 and does not address IPX or IP6. It is only intended to model the information revealed when typing the 'Route Print' command from the command prompt.
Please Note: though updating instances of this class is supported, supplying property values which are invalid or unrecognized by the network protocol stack will not update successfully and the original values will persist. An error is not guaranteed to be generated when this happens, but if one does, nothing is updated.'
dynamicTrue
Locale1033
provider'RouteProvider'
SupportsCreateTrue
SupportsDeleteTrue
SupportsUpdateTrue
UUID'{ABEE8C61-A43F-4088-0081-9D00B3FF6545}'

Win32_IP4RouteTable System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_IP4RouteTable'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_LogicalElement', 'CIM_ManagedSystemElement']___SYSTEM8
__PROPERTY_COUNT18___SYSTEM3
__RELPATH'Win32_IP4RouteTable'___SYSTEM8
__DYNASTY'CIM_ManagedSystemElement'___SYSTEM8
__SUPERCLASS'CIM_LogicalElement'___SYSTEM8
__CLASS'Win32_IP4RouteTable'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_IP4RouteTable

Number of classes:16
comments powered by Disqus
WUtils.com