Hi,
Suppose if I have below topology and the ipaddresses of each router in out interfaces are assigned as per the details given below.
inR1out--->inR2out---->inR3out
Can i configure static route at R1 as below so as to reach 10.10.12.0/24 network.
ip route 10.10.12.0 255.255.255.0 10.10.11.2
ip route 10.10.11.0 255.255.255.0 10.10.10.2
However in R2 i havent configured route for 10.10.12.0 network.. Will R1 traffic directly reach to 10.10.11.2 based on the next hop defined in R1 for 10.10.12.0/24 network ?
IP details:
R1 out-->10.10.10.1/24
R2 in-->10.10.10.2/24
R2 out-->10.10.11.1/24
R3 in-->10.10.11.2/24
R3 out --> 10.10.12.1/24
Apologies if my query is not clear, I can explain again.