Ping between two hosts on seperate vlans using l3 interface
Hi,
I have two vlans on this switch in which I'd like to be able to communicate between two hosts on their respective vlans.
I have subnet on one vlan
192.168.0.0
and subnet:
192.168.10.0
on the other vlan
My goal is to be able to ping from host 192.168.10.2 to host 192.168.0.101
So I created two virtual interfaces on L3:
192.168.0.1
255.255.255.0
and
192.168.10.1
255.255.255.0
The problem I'm having is that 192.168.0.1 says the status is "up" but the 192.168.10.1 says the status is "down" and I cannot ping from 192.168.10.2 to 192.168.0.101.
I tried rebooting the switch after I set these interfaces but I still get this problem.
Is this the best way to go about this on this switch? Any help will be greatly appreciated.