mikearama wrote: » No, the suggested behavior of the controller is to not send management traffic over the native vlan, but rather to put it in its own vlan... so in my config, all management traffic could be assigned to vlan 129. In reading the config guides, the comment was made that the command to put the management interface on the native vlan was: "config interface management vlan 0" I thought, "how odd". I would have thought that the command would be "vlan 99" in my case, or "vlan 1" when the native vlan is left to defaults. And yet, it makes sense... the controller, using a value of "0", will now send the packets un-tagged, which the switch will understand and apply to the native vlan. It just made me wonder, what if I hadn't read the config guide, and I put in a value of "vlan 99" accidentally. Now the controller will send the traffic tagged, though the tag will belong to the native vlan. Hence, the question. I have also seen vlan mismatch errors between switches before... I'm just not sure that this would generate such an error. Just thinking out loud here, guys.