1-29Link speed Operating mode (half-/full-duplex) 802.1D-1998 IEEE 802.1t10 GbpsFull-duplexAggregated link 2 portsAggregated link 3 portsAggregated link 4 ports2111200,0001,000666500Normally, when a port operates in full-duplex mode, the corresponding path cost is slightly less than thatwhen the port operates in half-duplex mode.When the path cost of an aggregated link is calculated, the 802.1D-1998 standard does not take thenumber of the ports on the aggregated link into account, whereas the 802.1T standard does. Thefollowing formula is used to calculate the path cost of an aggregated link:Path cost = 200,000,000 / link speed,In this formula, the link speed is the sum of the speeds of the unblocked ports on the aggregated link,which is measured in 100 Kbps.You can use the stp cost command to manually configure the path cost of a port in a specified MSTI.For details, see stp cost.Examples# Configure to use the IEEE 802.1D-1998 standard to calculate the default path costs of ports. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] stp pathcost-standard dot1d-1998stp point-to-pointSyntaxz Ethernet port view:stp point-to-point { force-true | force-false | auto }undo stp point-to-pointz System view:stp interface interface-list point-to-point { force-true | force-false | auto }undo stp interface interface-list point-to-pointViewSystem view, Ethernet port viewParametersforce-true: Specifies that the link connected to the current Ethernet port is a point-to-point link.force-false: Specifies that the link connected to the current Ethernet port is not a point-to-point link.auto: Specifies to automatically determine whether or not the link connected to the current Ethernet portis a point-to-point link.