bgp conditional route-help pls

From: aansar@sscomp.com.sg
Date: Tue Oct 15 2002 - 00:21:42 GMT-3


i have problem with bgp conditional route.. here is my config..
the first portion is working fine. thats is : when primary route is present
the secondary is not forwarded to the neighbor
but when primary goes down (loop interface) the secondary route is not
forwarded to the neighbor

router bgp 1
 no synchronization
 bgp router-id 1.1.1.1
 bgp log-neighbor-changes
neighbor 10.1.1.1 remote-as 2
 neighbor 10.1.1.1 advertise-map secondary non-exist-map primary
 network 144.223.8.0 mask 255.255.255.0
 network 156.26.32.0 mask 255.255.255.0
-------
ip prefix-list allow seq 5 permit 156.26.32.0/24
!
ip prefix-list block seq 5 permit 144.223.8.0/24
route-map primary permit 10
 match ip address prefix-list allow
!
route-map secondary permit 10
 match ip address prefix-list block

debug ip bgp updates:
12:13:53: BGP(0): 10.1.1.1 144.223.8.0/24 matches advertise map secondary,
state: Uninitialized



This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:47 GMT-3