📄 cim_ospfservicecapabilities.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_OSPFServiceCapabilities// ================================================================== [UMLPackagePath ( "CIM::Network::OSPF" ), Version ( "2.7.0" ), Description ( "The OSPFServiceCapabilities class represents the capabilities " "of an OSPF service.")]class CIM_OSPFServiceCapabilities : CIM_Capabilities { [Description ( "This attribute indicates whether this router supports NSSA " "(\"not-so-stubby\") areas or not, see RFC 1587.")] boolean SupportNSSA; [Description ( "This attribute indicates whether this router supports " "on-demand circuits or not, see RFC 1793."), MappingStrings { "MIB.IETF|OSPF-MIB.ospfDemandExtensions" }] boolean SupportOnDemand; [Description ( "This attribute indicates whether this router supports MOSPF " "(multicast enhancements to OSPF) or not, see B.1 in RFC " "1584."), MappingStrings { "MIB.IETF|OSPF-MIB.ospfMulticastExtensions" }] boolean SupportMOSPF;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -