Class CIM_NetworkPort


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_LogicalElement
    \_CIM_EnabledLogicalElement
      \_CIM_LogicalDevice
        \_CIM_LogicalPort


Description

NetworkPort is the logical representation of network communications hardware such as a physical connector and the setup or operation of the network chips, at the lowest layers of a network stack.

Subclasses

CIM_FCPort IBMTSDS_FCPort

Referenced By


Properties

IdTypeRangeDescription
Key
CreationClassName string
Max Length256
CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.
DeviceID string
Max Length64
An address or other identifying information used to uniquely name the LogicalDevice.
SystemCreationClassName string
Max Length256
The CreationClassName of the scoping system.
SystemName string
Max Length256
The System Name of the scoping system.
Read Only
ActiveMaximumTransmissionUnit uint64
The active or negotiated maximum transmission unit (MTU) that can be supported.
AutoSense boolean
A Boolean that indicates whether the NetworkPort is capable of automatically determining the speed or other communications characteristics of the attached network media.
FullDuplex boolean
Boolean that indicates thatthe port is operating in full duplex mode.
LinkTechnology uint16
Unknown0
Other1
Ethernet2
IB3
FC4
FDDI5
ATM6
Token Ring7
Frame Relay8
Infrared9
BlueTooth10
Wireless LAN11
An enumeration of the types of links. When set to 1 ("Other"), the related property OtherLinkTechnology contains a string description of the type of link.
NetworkAddresses string
Max Length64
An array of strings that indicates the network addresses for the port.
OtherLinkTechnology string
A string value that describes LinkTechnology when it is set to 1,"Other".
OtherNetworkPortType string
Note: The use of this property is deprecated in lieu of CIM_LogicalPort.PortType.Deprecated description: The type of module, when PortType is set to 1 ("Other".)
PermanentAddress string
Max Length64
PermanentAddress defines the network address that is hardcoded into a port. This'hardcoded'address can be changed using a firmware upgrade or a software configuration. When this change is made, the field should be updated at the same time. PermanentAddress should be left blank if no'hardcoded'address exists for the NetworkAdapter.
PortNumber uint16
NetworkPorts are often numbered relative to either a logical module or a network element.
Speed uint64
The current bandwidth of the Port in Bits per Second. For ports that vary in bandwidth or for those where no accurate estimation can be made, this property should contain the nominal bandwidth.
SupportedMaximumTransmissionUnit uint64
The maximum transmission unit (MTU) that can be supported.
Read Write
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 
Inherited from class CIM_ManagedSystemElement
HealthState, InstallDate, Name, OperationalStatus, Status, StatusDescriptions
 
Inherited from class CIM_EnabledLogicalElement
EnabledState, OtherEnabledState, RequestedState, TimeOfLastStateChange, EnabledDefault
 
Inherited from class CIM_LogicalDevice
AdditionalAvailability, Availability, ErrorCleared, ErrorDescription, IdentifyingDescriptions, LastErrorCode, MaxQuiesceTime, OtherIdentifyingInfo, PowerManagementCapabilities, PowerManagementSupported, PowerOnHours, StatusInfo, TotalPowerOnHours
 
Inherited from class CIM_LogicalPort
MaxSpeed, OtherPortType, PortType, Speed, UsageRestriction, RequestedSpeed
 

Method Summary

NameDescription
 
Inherited from class CIM_EnabledLogicalElement
RequestStateChange
 
Inherited from class CIM_LogicalDevice
EnableDevice, OnlineDevice, QuiesceDevice, Reset, RestoreProperties, SaveProperties, SetPowerState
 

Method Detail