We have one C3560 switch, on which we have configured two VLANs. VLAN 1 is 10.1.1.x and VLAN 2 is 10.1.30.x; the subnet mask for both is 255.255.255.0. We want to configure routing between these two VLANs. How can I do this? Please note that these two VLANs are on the same switch.
Software/Hardware used:
ASKED:
December 17, 2009 7:29 PM
UPDATED:
July 6, 2010 5:29 AM
That’s an answer that never would have occurred to me. I would have thought that if you could “enable routing” that it wouldn’t be a switch — it’d be a router.
Tom
ip routing
conf t
vlan 1,2
interface vlan 1
ip address 10.1.1.1 255.255.255.0
no shut
interface 2
ip address 10.1.30.1 255.255.255.0
no shut