⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_ospfareaconfiguration.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_OSPFAreaConfiguration// ==================================================================   [UMLPackagePath ( "CIM::Network::OSPF" ), Version ( "2.7.0" ),     Description (       "Each OSPF router has an association to one or more OSPF areas. "       "Into these areas, a router advertises summaries filtered by "       "specific address ranges. This would natively be modeled as a "       "ternary association (router/OSPFService to OSPFArea to "       "RangeOfIPAddresses), which is problematic in some "       "implementations. To get around this issue, the "       "OSPFAreaConfiguration class is defined to act as a focal point "       "to bring together the router (indicated as a ComputerSystem "       "with an instance of OSPFService, associated to the "       "AreaConfiguration using OSPFServiceConfiguration), 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. \n"       "\n"       "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 relevant "       "OSPFAreaConfiguration (using the relationship, RangesOf "       "Configuration). The association between the range and area "       "configuration contains a property defining the handling "       "(EnableAdvertise) to allow or disallow advertisements in the "       "range. \n"       "\n"       "Notes: \n"       "- Because RangeOfIPAddresses is scoped by a System (via the "       "HostedCollection association), an instance of "       "RangeOfIPAddresses would be associated to an OSPFArea, "       "satisfying this semantic. \n"       "- This class is inherited from LogicalElement, because a "       "suitable subclass 'lower' in the inheritance hiearchy does not "       "exist.")]class CIM_OSPFAreaConfiguration : CIM_LogicalElement {      [Key, Description (          "Within the scope of the instantiating Namespace, InstanceID "          "opaquely and uniquely identifies an instance of this class. "          "In order to ensure uniqueness within the NameSpace, the "          "value of InstanceID SHOULD be constructed using the "          "following 'preferred' algorithm: \n"          "<OrgID>:<OSPFService ID><Area Configuration ID> \n"          "where: \n"          "<OrgID> and the remainder of the InstanceID are separated "          "by a colon ':', and where <OrgID> MUST include a "          "copyrighted, trademarked or otherwise unique name that is "          "owned by the business entity creating/defining the "          "InstanceID, or is a registered ID that is assigned to the "          "business entity by a recognized global authority. (This is "          "similar to the <Schema Name>_<Class Name> structure of "          "Schema class names.) In addition, to ensure uniqueness "          "<OrgID> MUST NOT contain a colon (':'). When using this "          "algorithm, the first colon to appear in InstanceID MUST "          "appear between <OrgID> and the <OSPFService ID>. For DMTF "          "defined instances, the 'preferred' algorithm MUST be used, "          "and the <OrgID> set to 'CIM'. \n"          "<OSPFService ID> and <Area Configuration ID> MUST specify "          "vendor-unique identifiers for the OSPFService and "          "AreaConfiguration.")]   string InstanceID;      [Description (          "This attribute contains the value of the default route that "          "this router advertises into a stub area, see C.2 RFC 2328."),        MappingStrings { "MIB.IETF|OSPF-MIB.ospfStubMetric" }]   uint32 StubDefaultCost;      [Description (          "This attribute contains the type of metric advertised as a "          "default route into a stub area, see 3. in RFC 1850."),        ValueMap { "2", "3", "4" },        Values { "OSPF Metric", "Comparable Cost", "NonComparable" },        MappingStrings { "MIB.IETF|OSPF-MIB.ospfStubMetricType" }]   uint16 StubMetricType;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -