Will BGP aggregate-address be redistributed into IGPs?

From: YourPal (dearprudence28@gmail.com)
Date: Sat Feb 16 2008 - 19:21:39 ARST


Hi Group,

I have the following config:

R6:
!
interface FastEthernet0/0
 ip address 139.1.6.6 255.255.255.0
!
router bgp 100
 network 139.1.6.0 mask 255.255.255.0
 aggregate-address 139.1.0.0 255.255.0.0 summary-only
!
router ospf 1
 redistribute bgp 100 subnets
!

Output of "show ip ro bgp":

B 139.1.0.0/16 [200/0] via 0.0.0.0, 10:16:30, Null0

Will the BGP aggregate address be redistributed into OSPF? I tested. It
seems yes. Is this because, by default only iBGP routes are not
redistributed into IGPs whereas eBGP and locally originated routes are?

Thank you.

BR,
Emil



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2008 - 16:54:48 ARST