helllo
recently we had a bit of issues in our network that has led me to take a look at the configuration we have for cluster links for servers.
The current configuration is
Building configuration...
Current configuration : 242 bytes
!
interface GigabitEthernet2/0/15
description -- SPMETEOR4 BC1 --
switchport access vlan 100
switchport mode access
speed 1000
duplex full
storm-control broadcast level 10.00
spanning-tree portfast
spanning-tree bpduguard enable
end
I am wondering if having the spanning -tree configured on the links will have an impact on other vlans when the cluster links fail?
On the core, we have l3 termination
gvadc-cr01#sh run int vlan 100
Building configuration...
Current configuration : 105 bytes
!
interface Vlan100
description -- Callisto-Cluster-Link --
ip address 10.10.14.252 255.255.255.0
end
could this configuration cause an issue to other vlans?