vrf-lite ...

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?

Reply to
Dmitry Melekhov
Loading thread data ...

I'm new to VRF as well. What is the output of "sh ip route"? Especially for the VRF table you have just created? Try also "debug ip icmp" and see what you get. Let me know.

Alex.

Reply to
AM

Thank you! Using debug I found that problem is on linux side- some time ago I did mistyping in iptables rule..

Reply to
Dmitry Melekhov

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.