Class CIM_SwitchPortSourceRouting
extends CIM_ServiceSAPDependency

A switch capable of source routing maintains source-routing specific information about each port. This association represents that information.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_Dependency
   |
   +--CIM_ServiceSAPDependency
   |
   +--CIM_SwitchPortSourceRouting

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DescriptionstringA switch capable of source routing maintains source-routing specific information about each port. This association represents that information.
UMLPackagePathstringCIM::Network::SwitchingBridging
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
BridgeNumuint16
DescriptionstringA bridge number uniquely identifies a bridge when more than one bridge is used to span the same two segments. Current source routing protocols limit this value to the range: 0 through 15. A value of 65535 signifies that no bridge number is assigned to this bridge.
MappingStringsstringMIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortBridgeNum
HopCountuint16
DescriptionstringThe maximum number of routing descriptors allowed in an All Paths or Spanning Tree Explorer frames.
MappingStringsstringMIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortHopCount
LocalSegmentuint16
DescriptionstringThe segment number that uniquely identifies the segment to which this port is connected. Current source routing protocols limit this value to the range: 0 through 4095. (The value 0 is used by some management applications for special test cases.) A value of 65535 signifies that no segment number is assigned to this port.
MappingStringsstringMIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortLocalSegment
STESpanModeuint16
DescriptionstringDetermines how the port behaves when presented with a Spanning Tree Explorer frame. The value 'disabled(2)' indicates that the port will not accept or send Spanning Tree Explorer packets; any STE packets received will be silently discarded. The value 'forced(3)' indicates the port will always accept and propagate Spanning Tree Explorer frames. (This allows a manually configured Spanning Tree for this class of packet to be configured.) Note that unlike transparent bridging, it is not catastrophic to the network if there are loops. The value 'auto-span(1)' can only be returned by a bridge that both implements the Spanning Tree Protocol and has use of the protocol enabled on this port. The behavior of the port for Spanning Tree Explorer frames is determined by the value of the State property of the SwitchPortSpanningTree association for the port. If the port is in the 'forwarding' state, the frame will be accepted or propagated. Otherwise, it will be silently discarded.
MappingStringsstringMIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSTESpanMod
ModelCorrespondencestringCIM_SwitchPortSpanningTree.State
ValueMapstring1, 2, 3
ValuesstringAuto-Span, Disabled, Forced
TargetSegmentuint16
DescriptionstringThe segment number that corresponds to the target segment to which this port is considered connected. Current source routing protocols limit this value to the range: 0 through 4095. (The value 0 is used by some management applications for special test cases.) A value of 65535 signifies that no target segment is assigned to this port.
MappingStringsstringMIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortTargetSegment

Association References

NameClass OriginReference Class
AntecedentCIM_SwitchPortSourceRoutingCIM_SwitchPort
DependentCIM_SwitchPortSourceRoutingCIM_SourceRoutingService

Class Methods