Bl8ckr0uter wrote: » Yes it is. I do it all the time. Edit: If you are using two loopbacks, remember that each router needs to know how to get to each loopback (if they aren't directly connected). I put in static routes that look something this: ip route 192.168.1.1 255.255.255.255 172.16.31.1 Or if you are using a routing protocol, just advertise them accordingly. Now one thing that I found out (very quickly) doing a project involving ASAs and Routers is that you cannot source a ping on an ASA like you can on a Router so you will need to have something on the other side of the ASA if you are setting up a tunnel. Pretty lame. If it is between two routers you should have no problems. If it doesn't work, post your configs and I'll try to help you out. HTH
Bl8ckr0uter wrote: » I was told it doesn't do that. From what the senior engineer here told me ping interface destination tells the router to look to that interface to find that ip address.