Re: Can't get route-map continue clause to work

From: Hobbs (deadheadblues@gmail.com)
Date: Sun Jul 13 2008 - 14:09:51 ART


John,

Thanks for reply. The route-map is outbound on R6, setting the metric is
just something I am doing to test continue clause.

route-map TEST permit 10
 match ip address prefix-list LOOPS
 continue 20
 set as-path prepend 65200
!
route-map TEST permit 20
 set metric 200

clause 10 is evaluated but the continue to clause 20 is not happening,
evident by the show ip bgp command on R5 where the metric isn't showing up
for the second 2 routes. It is showing up on the first two routes so I know
setting the metric is applicable here.

R5#show ip bgp | begin Net
   Network Next Hop Metric LocPrf Weight Path
*> 6.0.0.0/24 172.14.45.6 200 0 65000 i
*> 6.0.1.0/24 172.14.45.6 200 0 65000 i
*> 6.0.2.0/24 172.14.45.6 0 0 65000 65200 i
*> 6.0.3.0/24 172.14.45.6 0 0 65000 65200 i

strange, huh?



This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:54 ART