Craig
There are several problems that you will encounter if you try to do this.
- if it is the same IP subnet across several VLANs then each device will think that another device (to which it wants to communicate) is in the same subnet and will ARP for the destination MAC address. But the ARP request is a local broadcast and will not get forwarded to the other VLAN and so the ARP will fail. And if ARP fails then IP communication will fail.
- if you have multiple VLANs then I assume that each VLAN would have a interface vlan x. But if you create multiple VLAN interfaces and put IP addresses in the same subnet on them then I would expecct that IOS would complain about overlapping addresses and not accept the second interface IP address.
The only way that I can think that would make this work would be to bridge all the VLANs together (probably by connecting an access port in one VLAN to an access port in another VLAN so that you get one big broadcast domain. This would allow one subnet to exist on multiple VLANs but you have defeated the reason that you used VLANs in the first place which was to provide separation.
I do not see a good solution to make your migration work.
HTH
Rick
HTH
Rick