文件操作 - CIM_OSPFLink.mof
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/mof/cimv2.43.0/Network/CIM_OSPFLink.mof
编辑文件内容
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values // to Units qualifier values.</change> // ================================================================== // CIM_OSPFLink // ================================================================== [Version ( "2.7.0" ), UMLPackagePath ( "CIM::Network::OSPF" ), Description ( "This class is used to represent OSPF connectivity between two " "or more OSPF protocol endpoints." )] class CIM_OSPFLink : CIM_ConnectivityCollection { [Required, Description ( "The type of the OSPF link, see section 1.2 in RFC 2328." ), ValueMap { "2", "3", "4", "5" }, Values { "Point-To-Point", "Point-To-Multipoint", "Broadcast", "NBMA" }] uint16 LinkType; [Description ( "The time, in seconds, between sending OSPF Hello-packets " "over the interface, see section C.3 in RFC 2328." ), Units ( "Seconds" ), MappingStrings { "MIB.IETF|OSPF-MIB.ospfIfHelloInterval" }, PUnit ( "second" )] uint32 HelloInterval; [Description ( "After ceasing to hear a router\'s Hello-packets, the " "number of seconds before its neighbors declare the " "router down, see section C.3 in RFC 2328." ), Units ( "Seconds" ), MappingStrings { "MIB.IETF|OSPF-MIB.ospfIfRtrDeadInterval" }, PUnit ( "second" )] uint32 RouterDeadInterval; [Required, Description ( "This parameter indicates whether IP multicast datagrams " "should be forwarded over this OSPF link, and if so, how " "the forwarding should be done, see section B.2 in RFC " "1584." ), ValueMap { "2", "3", "4" }, Values { "Disabled", "Data-link Multicast", "Data-link Unicast" }, MappingStrings { "MIB.IETF|OSPF-MIB.ospfIfMulticastForwarding" }] uint16 MulticastForwarding; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件