Network\CIM_ForwardedRoutes.mof.mof (HTML version)

Return to index
CIM_ForwardedRoutes Superclass: CIM_RouteForwardedByService
This assocation makes explicit the IP routes that are defined in the context of a specific ForwardingService. Every ForwardingService can have its own unique set of IP routing destinations. The association is deprecated since it is incorrect to mandate the existence of a ForwardingService in order to define the existence of a route.
Qualifiers:Version ( "2.7.0" ) UMLPackagePath ( "CIM::Network::Routes" ) Deprecated { "No value" } Association
Parameters (local in grey)
Weak
Override ( "Dependent" )
Deprecated { "No value" }
CIM_IPRoute REF Dependent ;
The IP route being forwarded.
Max ( 1 )
Min ( 1 )
Override ( "Antecedent" )
Deprecated { "No value" }
CIM_ForwardingService REF Antecedent ;
The forwarding service for the route.
Deprecated { "CIM_NextHopRoute.RouteMetric" }
uint16 PathMetric ;
PathMetric provides a numeric indication as to the preference of this route compared to other routes that reach the same destination.
Deprecated { "CIM_NextHopRoute.AdminDistance" }
uint16 AdminDistance ;
This property contains the current administrative distance of this route, for the ForwardingService. Note that this property indicates current, specific values - whereas an instance of the CIM_AdministrativeDistance class defines default distances.