Network\CIM_EGPRouteCalcDependency.mof.mof (HTML version)

Return to index
CIM_EGPRouteCalcDependency Superclass: CIM_ServiceServiceDependency
This is a specialization of ServiceServiceDependency, and captures the dependency that external gateway protocols (such as BGP) have on interior gateway protocols (such as OSPF).
Qualifiers:Version ( "2.6.0" ) UMLPackagePath ( "CIM::Network::BGP" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_RouteCalculationService REF Dependent ;
The dependent RouteCalculationService (e.g., the Route CalculationService) that is functioning as an EGP.
ValueMap { "1" , "2" , "3" }
Values { "None" , "Partial" , "Full" }
uint16 IGPInjection ;
Sometimes it is necessary to inject EGP information, such as that from BGP, into IGPs. This attribute defines whether this should be done for the two routing protocols that are defined by this association. The values below mean that no, partial, and full EGP information is injected into the IGP, respectively.
Override ( "Antecedent" )
CIM_RouteCalculationService REF Antecedent ;
The independent RouteCalculationService that provides routing information from the AS, for the EGP to use.
ValueMap { "0" , "1" , "2" , "3" , "4" }
Values { "Unknown" , "Other" , "Service Must Have Completed" , "Service Must Be Started" , "Service Must Not Be Started" }
uint16 TypeOfDependency ;
The nature of the Service-to-Service dependency. This property describes that the associated Service must have completed (value=2), must be started (value=3) or must not be started (value=4) for the Service to function.
boolean RestartService ;
This property describes that the Antecedent Service must be restarted after the Dependent operation is complete.