Hi,
Has anyone attempted to connect a 2 port bridged interface to 2 Cisco switches with STP enabled? I cannot get that to work like I would with a "normal" Cisco router.
I'm planning for the replacement of a non-redundant core switch with 2 Cisco 3650 (non-stacked). It's a fairly straightforward config on the switch - a few vlans and 2 trunks between the switches.
I would like to connect 1 port from each switch to the sophos appliance in the "Lan" network.
I am mostly concerned about the STP features on the Sophos appliances. I can't see any STP packets coming out with wireshark as opposed to my switches where I get all the STP packets.
The result is pretty much a mess with all ports staying up, broadcast storms and well, it's not working - it looks like if you were to introduce a loop in your network with spanning tree disabled.
I tried to replace the sophos appliance with either an old ASA or another 3560 switch and as soon as I set up a similar config it works flawlessly.
This is presently in my lab and the sophos appliance is a virtual machine in Hyper-V. I do not know if this could cause some issue but I don't believe so.
Is there something I am missing with bridged interfaces / STP on sophos appliances? Any help would be much appreciated!
Here's some information on the configuration;
----------------------Sophos appliance;
2 ports are members of a bridged interface
IP is let's say 192.168.0.1 /24 and STP is enabled
----------------------Switches;
Gig Ethernet Interfaces on the switches are as below at the moment (pretty basic);
switchport access vlan 1
switchport mode access
and there's a SVI on the switches (in HSRP), here's a part from the config;
interface VlanX
ip address 192.168.0.X 255.255.255.0
standby version 2
standby 1 ip 192.168.0.2
standby 1 preempt
standby 1 track 1 decrement 10
--------------
This thread was automatically locked due to age.