Network\CIM_SwitchPortPair.mof.mof (HTML version)

Return to index
CIM_SwitchPortPair Superclass: CIM_SAPSAPDependency
This association represents information regarding port pairings that is used by the SourceRoutingService of a switch.
Qualifiers:Version ( "2.7.0" ) Association
Parameters (local in grey)
ValueMap { "1" , "2" , "3" }
Values { "Enabled" , "Disabled" , "Invalid" }
MappingStrings { "MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeState" }
uint16 BridgeState ;
The state of the pairing. Writing 'invalid(3)' to this property removes the association instance.
Override ( "Dependent" )
CIM_SwitchPort REF Dependent ;
The higher numbered port.
MappingStrings { "MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeNum" }
uint16 BridgeNum ;
A bridge number that uniquely identifies the path provided by this source routing bridge between the segments connected to high and low ports. The purpose of bridge number is to disambiguate between multiple paths connecting the same two LANs.
Override ( "Antecedent" )
CIM_SwitchPort REF Antecedent ;
The lower numbered port.