Archive for June, 2008

To deal with loops in switched networks, the Spanning Tree Protocol was developed. For a description of how STP works, see the Wikipedia page on the subject; in short, it disables certain ports on certain switches to break loops. So far so good.

When using VLANs, there are several alternatives:

  • Use a Common Spanning Tree: i.e. use the same topology for all VLANs.
  • Use Per Vlan Spanning Tree: i.e. run a separate STP instance for each VLAN.
  • Use Multiple Spanning Tree: This is the IEEE standard and is a compromise.

In MST, VLANs can be mapped to instances. All VLANs mapped to the same instance share the same Spanning Tree. This allows some flexibility by using multiple instances, without the CPU problems of running a single instance for each and every VLAN.

Now consider the following situation:

This diagram uses only 2 VLANs: a data VLAN, drawn in blue, and a management VLAN, in red. The data VLAN is used to connect the Left and Right switch together, along with the attached servers. The management VLAN is only used to manage the switches.

When implementing this on Cisco switches (I tried it on Catalyst 3750s), everything works as expected. The two servers can talk to each other, both switches are manageable.

When implementing this on HP ProCurve switches (I tried it on 5400s, 2610s and 2810s), this does not work: Depending on the MAC-addresses of the switches, either the servers cannot talk to each other or one of both switches is disconnected from the management station…

Continue reading ‘HP ProCurve: MST misbehaves’ »

When demonstrating my Raptor last week, I noticed some resonance in the body just before reaching my normal flying RPM. I only noticed it briefly during the spool-up, once the rotor reached its normal speed of ~1700rpm the vibrations where gone. This called for a checkup of the rotor balance, which is what I’ve done this weekend. I used the page over at Raptor Technique to guide me through the process.

The blades seemed to be fine; their Center of gravity matches almost perfectly (less than 3mm difference). Their weight also looks fairly identical, as I could balance them on the (blunt) edge of a knife (1.5mm wide).

Next up was the flybar. I noticed that both paddles are not aligned as it should be. After some tweaking, this is the result:
Raptor 50 Flybar
Which seems a lot better than before!

All that’s left is give it a test-flight and see if it’s better; but with the current weather, it will have to wait a few days.

The main reason why I decided to start this blog is summarized by its title: to keep me from forgetting things. Instead of filling my (physical or virtual) desktop with post-it notes, I decided to share my long-term memory with the rest of the world.

In short, this blog will consist mainly of ideas, notes and how-(not)-to’s that I’d forget otherwise.