Network\CIM_RouteForwardedByService.mof.mof (HTML version)

Return to index
CIM_RouteForwardedByService Superclass: CIM_Dependency
This assocation makes explicit the next hops that are forwarded by a specific ForwardingService, to reach the destination. Every ForwardingService can have its own unique set of routing destinations and next hops. 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" ) Deprecated { "No value" } Association
Parameters (local in grey)
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.
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.
Override ( "Dependent" )
Deprecated { "No value" }
CIM_NextHopRouting REF Dependent ;
The route being forwarded.
Min ( 1 )
Override ( "Antecedent" )
Deprecated { "No value" }
CIM_ForwardingService REF Antecedent ;
The forwarding service for the route.