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

From: Hobbs (deadheadblues@gmail.com)
Date: Sun Jul 13 2008 - 18:32:53 ART


Thanks Jason,

check this out:

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

Now on R5:

R5#show ip bgp | b Ne
   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 200 0 65000 65200 i
*> 6.0.3.0/24 172.14.45.6 200 0 65000 65200 i
R5#

This is what I wanted! Still not too sure about the logic, so I am gonna
have to think about this one...but I just wanted to post what I have :)



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