Hi Rene,
Very useful topic , many thanks for this.
Question 1
with this command “ip route 11.11.11.0 255.255.255.0 null0 track 1”, do you mean that we have created static route for R1 via "default-information originate " command, due to reaching ip 192.168.23.3 from R2.
when R2 can not reach R3 , “R2#default-information originate route-map TRACK_LINK” is autmatically removed and there is no default route for R1.
Question 2
when R1 state is like below,
R1#show ip route rip
R* 0.0.0.0/0 [120/1] via 192.168.12.2, 00:00:12, FastEthernet0/0
Schould R3 be also like below
R3 state is also like below.
R3#show ip route rip
R* 0.0.0.0/0 [120/1] via 192.168.23.2, 00:00:12, FastEthernet0/0
Am i right?
Regards,