Class CIM_IPSettings
extends CIM_SettingData

IPSettings class defines the attributes that affect the behavior of an IPProtocolEndpoint. The attributes are tied to the IPProtocolEndpoint though an ElementSettingData association. This class may also be used to specify the default settings for all IPProtocolEndpoint instances created on a ComputerSystem though an ElementSettingData association to the ComputerSystem. Processes that create new instances of IPProtocolEndpoint and the associated setting data should check for a IPSettings instance associated with the ComputerSystem and should only create a new instance of IPSettings specific to the IPProtocolEndpoint if the default settings need to be overridden for the specific IPProtocolEndpoint instance.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_IPSettings

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringIPSettings class defines the attributes that affect the behavior of an IPProtocolEndpoint. The attributes are tied to the IPProtocolEndpoint though an ElementSettingData association. This class may also be used to specify the default settings for all IPProtocolEndpoint instances created on a ComputerSystem though an ElementSettingData association to the ComputerSystem. Processes that create new instances of IPProtocolEndpoint and the associated setting data should check for a IPSettings instance associated with the ComputerSystem and should only create a new instance of IPSettings specific to the IPProtocolEndpoint if the default settings need to be overridden for the specific IPProtocolEndpoint instance.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network::ChannelExtender
Versionstring2.8.1000

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
DefaultTimeToLiveuint32
DescriptionstringSet the default time-to-live value of outgoing packets.
MappingStringsstringMIB.IETF|IP-MIB.ipDefaultTTL
MaxValuesint64255
MinValuesint641
PUnitstringsecond
UnitsstringSeconds
Writebooleantrue
EnableIPForwardingboolean
DescriptionstringThis property enables IP forwarding.
MappingStringsstringMIB.IETF|IP-MIB.ipForwarding
Writebooleantrue
FragmentationTimeoutuint32
DescriptionstringTime in seconds to keep an IP fragment in memory.
MappingStringsstringMIB.IETF|IP-MIB.ipReasmTimeout
PUnitstringsecond
UnitsstringSeconds
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods