I assume you have both subnets in different VLAN's on the switch.
Enabling routing is as easy as:
switch(config)#ip routing
The VLAN's need to have ip-addresses assigned to them.
Things to consider:
Your clients and servers have default gateways assigned. I assume they have the Cisco 3600 as the default gateway (for both subnets).
Only enabling ip routing on the switch will not be enough to establish communications between the two subnets (from the clients perspective).
You can do two things:
- Assign the VLAN's on the switch unused ip-addresses, and on the day change the default gateway of all nodes (clients/servers/printers etc).
- Right after the 3600 is disconnected from the network, assign the VLAN's the ip-addresses that 3600 had, and enable routing.
I would choose for the second option. The first option is a lot of work (changing DHCP option for the clients isn't too much work, manually changing the def gw on the servers and printers is. (and changing it back again after maintenance)).
If you do the second option, and some nodes aren't working immediately, clear their arp-cache (arp -d *) or reboot them.
A final note:
If you use the 3600 only for connecting the subnets, you can consider using the switch for a router as a permanent solution (not bringing back the 3600). This has two distinct advantages:
- The performance is better.
- One less single point of failure