Network\CIM_SwitchPortSpanningTree.mof.mof (HTML version)

Return to index
CIM_SwitchPortSpanningTree Superclass: CIM_ServiceSAPDependency
A switch participating in the spanning tree maintains spanning-tree specific information about each port whose forwarding is determined by the spanning tree. This association represents that information.
Qualifiers:Version ( "2.7.0" ) Association
Parameters (local in grey)
ValueMap { "1" , "2" , "3" , "4" , "5" , "6" }
Values { "Disabled" , "Blocking" , "Listening" , "Learning" , "Forwarding" , "Broken" }
MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortState" }
uint16 State ;
The current state of the port as determined by the spanning tree protocol.
MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedBridge" }
string DesignatedBridge ;
The bridge identifier of the designated bridge for the segment to which the port is attached.
MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedCost" }
uint16 DesignatedCost ;
The cost of the path to the root offered by the designated bridge for the segment.
Override ( "Dependent" )
CIM_SpanningTreeService REF Dependent ;
The SpanningTreeService.
ValueMap { "1" , "2" }
Values { "Enabled" , "Disabled" }
MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortEnable" }
Deprecated { "CIM_EnabledLogicalElement.EnabledState" }
uint16 Enable ;
The enabled/disabled status of the port. This property is deprecated since the status of the port is available by inheritance from EnabledLogicalElement.
MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedRoot" }
string DesignatedRoot ;
The bridge identifier of the root bridge for the segment to which the port is attached, as transmitted by the designated bridge for the segment.
MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortPriority" }
uint8 Priority ;
The priority assigned to the port. Contained in the first octet of the two-octet port ID; the other octet is the port number.
MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedPort" }
uint16 DesignatedPort ;
The port identifier of the port on the designated bridge serving the segment to which the port is attached.
MappingStrings { "MIB.IETF|BRIDGE-MIB.dot1dStpPortPathCost" }
uint16 PathCost ;
The contribution of this port to the path cost of paths towards the spanning tree root which include this port.
Override ( "Antecedent" )
CIM_SwitchPort REF Antecedent ;
The SwitchPort.