Il 18/04/2012 2.06, [email protected] ha scritto:
then i redis ospf into mp-ibgp and i see all of my ospf routes (about
490 routes total) advertised over the mpls core to the other pe on
the other side of the cloud .... the only route that doesn't make it
over is 0/0

If it's IOS, "redistribute" does not apply to the default route. You need to set "default-information originate" in the AF stanza of the bgp router, like this:

router bgp xxxxx
 address-family ipv4 vrf CUSTOMER
  redistribute ospf etc...
  default-information originate

Hope this helps,
                                Bergonz

--
Ing. Michele Bergonzoni - Laboratori Guglielmo Marconi S.p.a.
Phone:+39-051-4392826 e-mail: [email protected]
alt.advanced.networks.design.configure.operate
_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to