Network\CIM_LinkAggregatorPartnerConnection.mof.mof (HTML version)

Return to index
CIM_LinkAggregatorPartnerConnection Superclass: CIM_ActiveConnection
LinkAggregatorPartnerConnection contains the configuration information for an instance of a Link Aggregator's partner. The partner is defined as a RemoteServiceAccessPoint and it represents the actor's view of the connection. This sub-class of ActiveConnection represents a connection which is configured to communicate or it is actively communicating. If there is no known partner, then this association will not be defined for an instance of LinkAggregator8023ad.
Qualifiers:Experimental Version ( "2.8.1000" ) Association
Parameters (local in grey)
MaxLen ( 12 )
ModelCorrespondence { "CIM_LinkAggregatorPartnerConnection.PartnerSystemPriority" }
MappingStrings { "MIB.IEEE|IEEE8023-LAG-MIB.dot3adAggPartnerSystemID" }
string PartnerSystemID ;
A 6-octet MAC address value consisting of the unique identifier for the current protocol Partner of the referenced Aggregator. If the aggregation is manually configured, this System ID value will be a value assigned by the local System. Note that the MAC address is formatted as twelve hexadecimal digits (e.g., '010203040506'), with each pair representing one of the six octets of the MAC address in 'canonical' bit order according to RFC 2469.
Max ( 1 )
Override ( "Dependent" )
CIM_RemoteServiceAccessPoint REF Dependent ;
The remote entity/partner of the referenced LinkAggregator8023ad.
Max ( 1 )
Override ( "Antecedent" )
CIM_LinkAggregator8023ad REF Antecedent ;
The Link Aggregator on the local system.
MappingStrings { "MIB.IEEE|IEEE8023-LAG-MIB.dot3adAggPartnerOperKey" }
uint16 PartnerOperKey ;
The current operational value of the 16-bit Key for the Aggregator's current protocol Partner. If the aggregation is manually configured, this Key value will be a value assigned by the local System.
ModelCorrespondence { "CIM_LinkAggregatorPartnerConnection.PartnerSystemID" }
MappingStrings { "MIB.IEEE|IEEE8023-LAG-MIB.dot3adAggPartnerSystemPriority" }
uint16 PartnerSystemPriority ;
A 2-octet value that indicates the priority value associated with the Partner's System ID. If the aggregation is manually configured, this System Priority value will be a value assigned by the local System.
MaxLen ( 64 )
ModelCorrespondence { "CIM_ActiveConnection.TrafficType" }
Deprecated { "No value" }
string OtherTrafficDescription ;
Note: The use of this element is deprecated because it is incorrectly placed on the association. Unicast, broadcast, or other traffic types are not a function of the connection between the referenced endpoints, but rather are a function of the addressing, protocol and basic functionality of the endpoints.
Deprecated description: A string that describes the type of traffic that is being carried over this instance when its Type property is set, for example, to 1 (Other).
Values { "Unknown" , "Other" , "Unicast" , "Broadcast" , "Multicast" , "Anycast" }
ModelCorrespondence { "CIM_ActiveConnection.OtherTrafficDescription" }
Deprecated { "No value" }
ValueMap { "0" , "1" , "2" , "3" , "4" , "5" }
uint16 TrafficType ;
Note: The use of this element is deprecated because it is incorrectly placed on the association. Unicast, broadcast, or other traffic types are not a function of the connection between the referenced endpoints, but rather are a function of the addressing, protocol and basic functionality of the endpoints.
Deprecated description: The type of traffic that is carried over this connection.
boolean IsUnidirectional ;
TRUE means that this connection is unidirectional; FALSE means that this connection is bidirectional. When the connection is unidirectional, the 'speaker' should be defined as the Antecedent reference. In a bidirectional connection, the selection of which AccessPoint is the Antecedent or Dependent is immaterial.