From: Lupi, Guy (Guy.Lupi@xxxxxxxxxxxxx)
Date: Sun Dec 09 2001 - 18:19:50 GMT-3
   
Ok, I found out what I was doing wrong, I had to have a network statement in
there that fell into the range I was trying to aggregate.  Too bad I
couldn't find this an hour and a half ago, but hey, now I will never
forget!!!
router bgp 200
 network 172.10.55.0 mask 255.255.255.0
 aggregate-address 172.10.0.0 255.255.0.0 summary-only
 neighbor 172.10.6.1 remote-as 200
 neighbor 172.10.6.1 next-hop-self
 neighbor 192.19.15.1 remote-as 100
 neighbor 192.19.15.1 soft-reconfiguration inbound
-----Original Message-----
From: Lupi, Guy
To: 'ccielab@groupstudy.com'
Sent: 12/9/2001 4:10 PM
Subject: BGP Aggregate Address
I have an aggregate address configured under bgp, and as far as I know,
as long as there is a route that falls into that range in the routing
table I should be announcing that aggregate to my neighbors.  Here is
the config of the bgp on the router, and its routing tables.  I can't
get this router to advertise the aggregate to 192.19.15.1 or 172.10.6.1,
am I doing something wrong here?  If I redistribute static and put a
static route in there I have no problem.  There are no filters applied
anywhere.:
router bgp 200
 aggregate-address 172.10.0.0 255.255.0.0 summary-only
 neighbor 172.10.6.1 remote-as 200
 neighbor 172.10.6.1 next-hop-self
 neighbor 192.19.15.1 remote-as 100
 neighbor 192.19.15.1 soft-reconfiguration inbound
R6#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate
default
       U - per-user static route, o - ODR
Gateway of last resort is not set
C    192.19.15.0/24 is directly connected, Serial0
     20.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
B       20.1.1.0/24 [20/0] via 192.19.15.1, 00:06:39
O E2    20.0.0.0/8 [110/20] via 172.10.8.5, 00:24:01, Ethernet1
     172.10.0.0/16 is variably subnetted, 11 subnets, 3 masks
I       172.10.40.0/24 [100/8539] via 172.10.4.4, 00:00:46, Serial1
O       172.10.55.0/24 [110/11] via 172.10.8.5, 00:24:01, Ethernet1
C       172.10.6.0/24 is directly connected, Ethernet0
O IA    172.10.7.0/28 [110/74] via 172.10.8.5, 00:24:01, Ethernet1
R       172.10.7.0/24 [120/10] via 172.10.6.1, 00:00:12, Ethernet0
C       172.10.4.0/24 is directly connected, Serial1
C       172.10.8.0/26 is directly connected, Ethernet1
O E2    172.10.22.0/24 [110/20] via 172.10.8.5, 00:24:01, Ethernet1
O E2    172.10.111.0/24 [110/20] via 172.10.8.5, 00:24:01, Ethernet1
C       172.10.66.0/24 is directly connected, Loopback1
O E2    172.10.80.0/24 [110/20] via 172.10.8.5, 00:24:02, Ethernet1
     22.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
B       22.1.1.0/24 [20/0] via 192.19.15.1, 00:06:40
O E2    22.0.0.0/8 [110/20] via 172.10.8.5, 00:24:02, Ethernet1
     24.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
B       24.1.1.0/24 [20/0] via 192.19.15.1, 00:06:40
O E2    24.0.0.0/8 [110/20] via 172.10.8.5, 00:24:02, Ethernet1
R6#
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:32:40 GMT-3