WBEM Profiles Guide

30 Version 1.0.1
9.2 Retrieve the Operational Status of an Ethernet Port
For a given instance of HP_EthernetPort, the HP_EthernetPort.OperationalStatus[0] contains the
Ethernet Port Operational Status.
9.3 Retrieve the Operational Status of an Ethernet LAN Endpoint
For a given instance of HP_EthernetLANEndpoint, the HP_EthernetLANEndpoint.OperationalStatus[0]
contains the Ethernet LAN Endpoint Operational Status.
9.4 Retrieve the Operational Status of an Ethernet Team
For a given instance of HP_EthernetTeam, the HP_EthernetTeam.GroupOperationalStatus[0] contains
the Ethernet Team Operational Status.
9.5 Retrieve the Redundancy Status of an Ethernet Team
For a given instance of HP_EthernetTeam, the HP_EthernetTeam.RedundancyStatus contains the
Ethernet Team Redundancy Set Status.
9.6 Retrieve the Members of an Ethernet Team
For a given instance of HP_EthernetTeam, each associated instance of HP_EthernetTeamMember
provides an instance of an HP_EthernetPort team member.
9.7 Retrieve the Failed or Degraded Members of an Ethernet Team
For a given instance of HP_EthernetTeam, the property
HP_EthernetTeamMember.MemberOperationalStatus[0] for each associated instance of
HP_EthernetTeamMember contains the Operational Status for the HP_EthernetPort Team Member. A
status of “OK” indicates that the HP_EthernetPort member is participating in the team as configured. A
status ofDegraded” indicates that the HP_EthernetPort member is participating in the team, but is not
operating as configured. Any other indicates that the HP_EthernetPort member is no longer participating
in the team. The HP_EthernetTeamMember association can then be used to identify the
HP_EthernetPort.
9.8 Retrieve the VLANs on an Ethernet Port
For a given instance of HP_EthernetPort, each associated instance of HP_EthernetPortToLANEndpoint
provides an instance of an HP_EthernetLANEndpoint. If the HP_EthernetLANEndpoint.VLANId is
populated, and not 0 or 4095, then the Ethernet LAN Endpoint is a VLAN.
9.9 Retrieve the VLANs on an Ethernet Team
For a given instance of HP_EthernetTeam, each associated instance of
HP_EthernetTeamToLANEndpoint provides an instance of an HP_EthernetLANEndpoint. If the
HP_EthernetLANEndpoint.VLANId is populated, and not 0 or 4095, then the Ethernet LAN Endpoint is a
VLAN.
9.10 Retrieve the IP Addresses associated with an Ethernet Port
For a given instance of HP_EthernetPort, each associated instance of HP_EthernetPortToLANEndpoint
provides an instance of HP_EthernetLANEndpoint. For each instance of HP_EthernetLANEndpoint, each
associated instance of CIM_BindsToLANEndpoint provides an instance of CIM_IPProtocolEndpoint. The
CIM_IPProtocolEndpoint.IPv4Address is an IPv4 address associated to the Ethernet Port.