Class CIM_RangesOfConfiguration
extends 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.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_Dependency
   |
   +--CIM_RangesOfConfiguration

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DescriptionstringThis 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.
UMLPackagePathstringCIM::Network::OSPF
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
EnableAdvertiseboolean
DescriptionstringThe address range is advertised (TRUE) or not (FALSE), see C.2 in RFC 2328.

Association References

NameClass OriginReference ClassQualifiers
NameData TypeValue
AntecedentCIM_RangesOfConfigurationCIM_RangeOfIPAddresses
DescriptionstringThe address range that is in the OSPF area configuration.
Keybooleantrue
OverridestringAntecedent
DependentCIM_RangesOfConfigurationCIM_OSPFAreaConfiguration
DescriptionstringThe OSPF area configuration that contains the range.
Keybooleantrue
OverridestringDependent

Class Methods