Network\CIM_RangesOfConfiguration.mof.mof (HTML version)

Return to index
CIM_RangesOfConfiguration Superclass: CIM_Dependency
This association connects address ranges to the OSPF area configuration. When network administrators want to control the advertisements of OSPF routers by filters, they first define the relevant ranges. In order for a router to handle a range, an instance of RangeOfIPAddresses MUST be associated to the router's OSPFAreaConfiguration, using this relationship. The association between the range and area configuration contains a property (EnableAdvertise) defining the handling - to allow or disallow advertismenets in the range.
Qualifiers:Version ( "2.7.0" ) UMLPackagePath ( "CIM::Network::OSPF" ) Association
Parameters (local in grey)
boolean EnableAdvertise ;
The address range is advertised (TRUE) or not (FALSE), see C.2 in RFC 2328.
Override ( "Dependent" )
CIM_OSPFAreaConfiguration REF Dependent ;
The OSPF area configuration that contains the range.
Override ( "Antecedent" )
CIM_RangeOfIPAddresses REF Antecedent ;
The address range that is in the OSPF area configuration.