By default, the redistribute command does not permit a default route to be redistributed into BGP. You can use the default-information originate command to override this behavior and permit the redistribution of default routes into BGP.
default-information originate
Example configuration:
router(config)#router bgp 65000
router(config-router)#default-information originate
|