01-19-2022 05:59 AM
I see Physical Interface has this command "spanning-tree port type edge trunk" configured but not on the Port-Channel Interface. So port-channel perspective is it taking the command "spanning-tree port type edge trunk" ?
SW# sh run interface port-channel 6
version 7.1(5)N1(1b)
interface port-channel6
description Link to Fabric
switchport mode trunk
no lacp suspend-individual
switchport trunk allowed vlan 5,6,7
SW# sh run interface ethernet 1/27
interface Ethernet1/27
description Link to Fabric
switchport mode trunk
switchport trunk allowed vlan 5,6,7
spanning-tree port type edge trunk
channel-group 6 mode active
Solved! Go to Solution.
01-19-2022 06:25 AM
Not sure what type of device you are using, but it is usually the other way around, where you apply the command to the Portchannel interface and the physical interfaces will inherit that from the Portchannel interface.
HTH
01-19-2022 06:24 AM - edited 01-19-2022 06:25 AM
Hello
@MSJ1 wrote:
. So port-channel perspective is it taking the command "spanning-tree port type edge trunk" ?
Yes it is-
That command is the equivalent to the access-port command, it states the port (in this case a trunk port) is considered an edge port thus will stp transition straight into a forwarding state- You should only want to apply edge port status to access/trunks ports that are connected to edge devices and NOT any other interconnecting switch.
01-19-2022 06:25 AM
Not sure what type of device you are using, but it is usually the other way around, where you apply the command to the Portchannel interface and the physical interfaces will inherit that from the Portchannel interface.
HTH
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide