If the VMS system is old enough, it may not recognize the /22 subnet mask.
I've seen some legacy equipment that will only use classful networking. That may be the problem in this case. The VMS may be forcing a /24 subnet mask.
In that case, you may have to have multiple subnets on your interface to compensate for the VMS. I'm speaking from a Cisco point of view, but I don't know what you're using.
For example:
interface FastEthernet 0/0
ip address 192.168.0.1 255.255.255.0
ip address 192.168.1.1 255.255.255.0 secondary
ip address 192.168.2.1 255.255.255.0 secondary
ip address 192.168.3.1 255.255.255.0 secondary
But...if you can get the VMS to recognize the /22 subnet mask, you should be fine. Legacy stuff can be a pain sometimes, but there is still a bunch out there.
Also, to help solve the legacy equipment problem (if that is the case), you could switch to 172.16.0.0/16 and just use it as a class-B. The legacy system should work with that and you'll have bunches of addresses.
Interface FastEthernet 0/0
ip address 172.16.0.1 255.255.0.0
This will of course require resubnetting everything, but it sounds like you're in the middle of that anyway.
BierHunter
CNE, MCSE, CCNP