📄 cim_rangesofconfiguration.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// CIM_RangesOfConfiguration// ================================================================== [Association, Version ( "2.7.0" ), Description ( "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.")]class CIM_RangesOfConfiguration : CIM_Dependency { [Override ( "Antecedent" ), Description ( "The address range that is in the OSPF area configuration.")] CIM_RangeOfIPAddresses REF Antecedent; [Override ( "Dependent" ), Description ( "The OSPF area configuration that contains the range.")] CIM_OSPFAreaConfiguration REF Dependent; [Description ( "The address range is advertised (TRUE) or not (FALSE), see " "C.2 in RFC 2328.")] boolean EnableAdvertise;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -