Hi George, thanks so much for your prompt answer!
@george1421 said in Feasibility of upgrading from 1.3.5 - Network issues:
@joshghz said in Feasibility of upgrading from 1.3.5 - Network issues:
- is there anything else I can do at the FOG server level or DHCP server (Windows 2008 R2) before stuffing around with the switches?
Yes and No. Yes you should upgrade your dhcp server to windows 2012 or later. That will give you the ability to support (PXE boot) both bios (legacy mode) and uefi base computers. The switching between boot files will then be dynamic based on the pxe booting target computer. This is not a fog server or dhcp server issue.
Yeah, I don’t think this is going to happen any time soon. This is also one of those things controlled by head office.
The issue is that with standard stp after the link comes up the port will sit and listen for 27 seconds before it starts to forward data. The side issue is as the target computer boots it “winks” the network link twice. Once as iPXE Menu starts and once as FOS starts. This resets the 27 second timer. The issue is that FOS booting is so fast, by the time the building switch port starts forwarding data again FOS has already given up trying to boot. By placing a dumb switch in between the building switch and the pxe booting computer the building switch never sees the network link “wink” so it continues to forward the data. The dumb switches typically don’t use spanning tree so this is a good test to find out if its a spanning tree or not. Now standard spanning tree is called pessimistic forwarding, it listens first then forwards data if it doesn’t hear another BPDU. RSTP is call an optimistic forwarding, where it starts to forward data first then listens for any BPDU packets.
So what you need to do is have your network engineer turn on one of the fast spanning tree protocols on every user facing network port.
Okay, that’s fair. So to clarify, RSTP has to be enabled on all client ports/switches, not just the one the FOG server is connected to?