The other day I ran into some problems with a default route, which prompted a discussion with co-workers, which led me to look up the behavior of redistributing a static default route into a dynamic routing protocol.
Take, for example, the following

! default route
ip route 0.0.0.0 0.0.0.0 1.1.1.1
! pick your routing protocol
router [...]

continue reading.....