This one has me scratching my head. Hopefully someone can help answer...
Take this scenario -
Provider Router - AS1
Internet Router - AS100
Internal IBGP Routers - AS65533
So provider router peers with Internet router, Internet router peers with Internal IBGP routers, for the sole purpose of providing a conditional default route to the internet (ie: no default-originate, incase upstream goes away).
The behavior I am seeing is: When I have the "network 0.0.0.0" statement on my Internet router, I see the default 0.0.0.0/0 advertised to my Internal IBGP routers. If I go to the internal IBGP router and "sh ip bgp nei <internet router> received-routes", I see the default. However, if I perform a sh ip route, or a sh ip route bgp, I do not see a default anywhere in my routing table.
Something easy I'm missing?
Edit: And just to clarify, I don't have a default from any other source (OSPF, static, etc.) in my routing table.