Hi,
I read most of the posts concerning this hard-to-understand command, but im still a bit shaky on it.
I have tried with both Packet tracer and real equipment to try and comprehend the meaning of the command, and want to run it by someone else to verify it

I understand that the ip default-network command is used to propagate a default route through routing protocols, but how is it actually accomplished. I have followed
http://www.thebryantadvantage.com/CCNACCNPICNDipdefaultnetworkcommand.htm to get the same results.
I have configured a "fake" ISP router with a loopback address, and hooked this ISP router up to another router (border router). the loopback IP on the ISP router is 13.13.13.1, and the network between the ISP router and the border router is 172.16.1.0. I can ping the 172.16.1.x addresses between the two routers just fine. I then have a third router (Sales router) connected to the Border router. By using the "ip default-network 172.16.1.0" command on the border router, this default route also become a default route on the Sales-router.
My expectation to begin with was that you would now from both the border router AND the sales-router be able to ping 13.13.13.1, but no such luck. I am however, able to ping the 172.16.1.x addresses from the sales router even though i didnt propagate those directly through the routing protocol. These are also the results I saw in the link above, but should you be able to ping "into the cloud" as well?
In order to make it work, I will on the border router, have to add a static default route (0.0.0.0) to point to the ISP, then it will work, but doesnt this defeat the purpose somehow?
Layout:
ISP <-- 172.16.1.0 --> Border <---> Sales
A bit lost at the moment, even after reading all the other explanations