As it is we are running into problems where people should be increasing the MTU on the switch to 1522 because of the use of simple VLANs.
We are going to make the default MTU soon to be 1522 or 1528 on the next firmware push.
1518 is fine if you are handing the switch a VLAN Tag and then stripping it off when you push it out a port but if you push a VLAN tag out a port you really need 1522.
Then there are other protocols that add additional bytes to the headed like TZSP and others.
When the MTU is too small it causes weird behavior and unless you really know what your looking for people often think the switch is misbehaving when in reality it is not.
Most switches add 4 bytes or more behind the scene to whatever MTU you configure in their UI we do not.
Having the MTU larger than you need on a device in the middle (such as the switch) does not hurt anything as the MTU size is determined by the end points of the stream.
Really the only way a 1500 MTU on our switch would be correct is if it is on a FLAT segment with NO VLANS or using any other protocols at all that add bytes to the header which is VERY RARELY the case in a WISP environment.
In the beginning I set our minimum/default to 1518 and in hind sight I wish I had made it 1522 or 1528 which would prevent a LOT of problems.
Here are some other posts discussing MTU
viewtopic.php?f=17&t=823&p=6213&hilit=MTU#p6210viewtopic.php?f=6&t=698&p=5204&hilit=qinq#p5234And there have been multiple threads with people having an issue that just increasing the MTU solved so we are debating making the default 1522 or 1528
We could allow people to set the MTU to 1500 or even less which probably will result in tons of tech support threads of networks stopping.