CIM_EthernetPort

Class reference

Subclass of CIM_NetworkPort

Capabilities and management of an EthernetPort.

Local properties

uint16[] Capabilities

Capabilities of the EthernetPort. For example, the Device might support AlertOnLan, WakeOnLan, Load Balancing, or FailOver. If failover or load balancing capabilities are listed, a SpareGroup (failover) or ExtraCapacityGroup (load balancing) should also be defined to completely describe the capability. LLDP indicates that this Ethernet Port is capable of supporting Link Layer Discovery Protocol (LLDP) communications. PoE indicates that this Ethernet Port is capable of supporting Power over Ethernet (PoE). EEE indicates that this Ethernet Port is capable of supporting Energy Efficient Ethernet (EEE). DCE indicates that this Ethernet Port is capable of supporting Data Center Ethernet. Data Center Ethernet requires support for Prioritiy-Based Flow Control (PFC), Enhanced Transmission Selection (ETS), and Data Center Bridging eXchange (DCBX) protocol. VDP indicates that this Ethernet Port is capable of supporting Virtual Station Interface (VSI) Discovery Protocol. S-Channel indicates that this Ethernet Port is capable of supporting S-Channel.

ValueMap Values
0 Unknown
1 Other
2 AlertOnLan
3 WakeOnLan
4 FailOver
5 LoadBalancing
6 LLDP
7 PoE
8 EEE
9 DCE
10 VDP
11 S-Channel
DMTF Reserved

uint16 PoEPowerEntityType

This property indicates the Power over Ethernet power entity type.

ValueMap Values
0 None
1 Other
2 Power Sourcing Equipment
3 Powered Device
DMTF Reserved

uint16 PVID

Each ethernet port on an ethernet switch has a VLAN ID that is called Port VLAN ID (PVID). The PVID will be applied to the frames which are untagged or tagged with priority ( vid = 0 ). This property indicates the PVID of the Ethernet port.

uint32 MaxDataSize

The maximum size of the INFO (non-MAC) field that will be received or transmitted.

uint16[] EnabledCapabilities

Specifies which capabilities are enabled from the list of all supported ones, which are defined in the Capabilities array. For details on each capability, see the description of each capability in the description of property Capabilities.

ValueMap Values
0 Unknown
1 Other
2 AlertOnLan
3 WakeOnLan
4 FailOver
5 LoadBalancing
6 LLDP
7 PoE
8 EEE
9 DCE
10 VDP
11 S-Channel
DMTF Reserved

string[] NetworkAddresses

Ethernet/802.3 MAC addresses formatted as twelve hexadecimal digits (for example, “010203040506”), with each pair representing one of the six octets of the MAC address in “canonical” bit order. (Therefore, the Group address bit is found in the low order bit of the first character of the string.)

string[] CapabilityDescriptions

An array of free-form strings that provides more detailed explanations for any of the EthernetPort features that are indicated in the Capabilities array. Note, each entry of this array is related to the entry in the Capabilities array that is located at the same index.

string[] PortDiscriminator

A string array used to discriminate the supported context of this EthernetPort. The following strings are currently defined:

‘SNIA:None’ - indicates this EthernetPort does not provide support for any specific function.

‘SNIA:iSCSI’ - indicates this EthernetPort provides support for iSCSI.

‘SNIA:FCoE’ - indicates that this EthernetPort provides support for FC over Ethernet - FCoE.

uint16 PortType

The specific mode that is currently enabled for the Port. When set to 1 (“Other”), the related property OtherPortType contains a string description of the type of port.

ValueMap Values
0 Unknown
1 Other
50 10BaseT
51 10-100BaseT
52 100BaseT
53 1000BaseT
54 2500BaseT
55 10GBaseT
56 10GBase-CX4
57 1000Base-KX
58 10GBase-KX4
59 10GBase-KR
60 1000-10GBase-KX
61 1000Base-KX10GBase-KX4KR
62 10-100-1000BaseT
63 100-1000-10GBaseT
100 100Base-FX
101 100Base-SX
102 1000Base-SX
103 1000Base-LX
104 1000Base-CX
105 10GBase-SR
106 10GBase-SW
107 10GBase-LX4
108 10GBase-LR
109 10GBase-LW
110 10GBase-ER
111 10GBase-EW
112 10GBase-LRM
200 40GBase-KR4
201 40GBase-CR4
202 40GBase-SR4
203 40GBase-FR
204 40GBase-LR4
300 100GBase-CR10
301 100GBase-SR10
302 100GBase-LR4
303 100GBase-ER4
304 100GBase-KR4
305 100GBase-CR4
306 100GBase-KP4
16000..65535 Vendor Reserved

string[] OtherEnabledCapabilities

An array of free-form strings that provides more detailed explanations for any of the enabled capabilities that are specified as ‘Other’.

Local methods

None