Network\CIM_OSPFServiceConfiguration.mof.mof (HTML version)

Return to index
CIM_OSPFServiceConfiguration Superclass: CIM_Dependency
OSPFServiceConfiguration connects an OSPF service to its area configurations. The configurations are defined for the OSPF Service, and so do not make sense as stand alone objects. This is the reason for the Min (1), Max (1) cardinalities on OSPFService. They mandate the instantiation of the service and of this association for the referenced instance of OSPFAreaConfiguration. The area configuration acts as a focal point to bring together the router (indicated as a ComputerSystem with an instance of OSPFService, associated to the AreaConfiguration using this relationship), the area (indicated as an OSPFArea, associated to the AreaConfiguration using AreaOfConfiguration) and the address ranges for advertising (indicated as instances of RangeOfIPAddresses, associated to the AreaConfiguration using RangesOfConfiguration). There would be an instance of OSPFAreaConfiguration for each connected area of a router/OSPFService.
Qualifiers:Version ( "2.7.0" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_OSPFAreaConfiguration REF Dependent ;
The area configuration.
Max ( 1 )
Min ( 1 )
Override ( "Antecedent" )
CIM_OSPFService REF Antecedent ;
The OSPF service.