I want to Ping R2 from R1's Loopback.
ex:- ping 10.0.0.2 source 20.0.0.1
But i don't want to use Static Routes,Default Routing & Dynamic Routing.
Is it even Possible?
What i Have tried is this:-
I made an access-list and a route map on R1.In Route-Map i matched my accesss-list and set my traffic to moove via serial 1/0
i Did Same on R2.
But it Didn't work.
I think Route-Map Requires a route to be in a routing table before taking any action otherwise Packet are dropped.(May be in this case).
Ok So can any one suggest some other methods to ping R2 via R1's Loopback?