BGP neighbor default-originate route-map

From: patcunnin@yahoo.com
Date: Tue Apr 01 2003 - 18:46:40 GMT-3


I'm trying to use an extended access-list with a
route-map to generate a default route to a bgp peer.
It works fine with standard access list but not with
an extended. I have a feeling I'm missing something
trivial. Here are the show runn, show ip bgp nei adv,
show ip route"

router5#sho runn | b bgp
router bgp 20
 no synchronization
 bgp log-neighbor-changes
 redistribute eigrp 21 route-map bgp-filter
 neighbor 3.3.3.3 remote-as 10
 neighbor 3.3.3.3 ebgp-multihop 255
 neighbor 3.3.3.3 update-source Loopback0
 neighbor 3.3.3.3 default-originate route-map pjc
 neighbor 6.6.6.6 remote-as 20
 neighbor 6.6.6.6 update-source Loopback0
 neighbor 6.6.6.6 default-originate
!
access-list 101 permit ip host 30.10.1.0 host
255.255.255.0
!
route-map pjc permit 10
 match ip address 101
!

router5#sho ip bgp ne 3.3.3.3 ad
BGP table version is 62, local router ID is 5.5.5.5
Status codes: s suppressed, d damped, h history, *
valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network Next Hop Metric LocPrf
Weight Path
*> 20.0.0.0 0.0.0.0 0
32768 ?
*>i20.1.61.0/24 6.6.6.6 0 100
    0 ?
*>i20.1.75.0/24 6.6.6.6 0 100
    0 ?
*>i150.50.0.0 10.10.10.10 0 100
    0 50 i
*>i200.40.91.0 10.10.10.10 100
    0 50 40 ?
router5#

router5#sho 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, ia - IS-IS inter area
       * - candidate default, U - per-user static
route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

     3.0.0.0/32 is subnetted, 1 subnets
S 3.3.3.3 [1/0] via 10.1.35.1
     20.0.0.0/24 is subnetted, 2 subnets
D 20.1.61.0 [90/2681856] via 20.1.75.3,
02:24:24, Serial2/0
C 20.1.75.0 is directly connected, Serial2/0
     5.0.0.0/32 is subnetted, 1 subnets
C 5.5.5.5 is directly connected, Loopback0
     6.0.0.0/32 is subnetted, 1 subnets
D 6.6.6.6 [90/2297856] via 20.1.75.3, 02:24:24,
Serial2/0
     172.16.0.0/24 is subnetted, 1 subnets
S 172.16.68.0 is directly connected, Null0
B 200.40.91.0/24 [200/0] via 10.10.10.10, 00:48:26
     10.0.0.0/8 is variably subnetted, 5 subnets, 3
masks
D EX 10.10.10.10/32 [170/2425856] via 20.1.75.3,
02:24:26, Serial2/0
B 10.0.0.0/8 [20/0] via 3.3.3.3, 00:27:48
C 10.1.35.0/24 is directly connected, Serial3/0
C 10.2.35.0/24 is directly connected,
Ethernet1/0
C 10.84.28.0/24 is directly connected,
Ethernet0/0
B 150.50.0.0/16 [200/0] via 10.10.10.10, 00:48:27
     30.0.0.0/24 is subnetted, 1 subnets
B 30.10.1.0 [20/0] via 3.3.3.3, 00:27:48
S* 0.0.0.0/0 is directly connected, Null0
router5#



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:35:44 GMT-3