Hello!
I want to create virtual router on my cisco 3660 with ios 12.4.10.
I created vrf:
ip vrf test rd 1:1 route-target export 1:1 route-target import 1:1
then I changed interface
interface FastEthernet0/0.2 encapsulation dot1Q 2 ip address 192.168.42.1 255.255.255.0
to
interface FastEthernet0/0.2 encapsulation dot1Q 2 ip address 192.168.42.1 255.255.255.0 ip vrf forward test
then I can ping computer connected to the same vlan with ip
192.168.42.3 with ping vrf test 192.168.42.3
but I can't ping 192.168.42.1 from this computer.
Could you tell me what is wrong in my configuration?