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

📄 cim_egproutecalcdependency.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_EGPRouteCalcDependency// ==================================================================   [Association, UMLPackagePath ( "CIM::Network::BGP" ),       Version ( "2.6.0" ), Description (       "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).")]class CIM_EGPRouteCalcDependency : CIM_ServiceServiceDependency {      [Override ( "Antecedent" ), Description (          "The independent RouteCalculationService that provides "          "routing information from the AS, for the EGP to use.")]   CIM_RouteCalculationService REF Antecedent;      [Override ( "Dependent" ), Description (          "The dependent RouteCalculationService (e.g., the Route "          "CalculationService) that is functioning as an EGP.")]   CIM_RouteCalculationService REF Dependent;      [Description (          "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."),        ValueMap { "1", "2", "3" },        Values { "None", "Partial", "Full" }]   uint16 IGPInjection;};

⌨️ 快捷键说明

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