From: John (jgarrison1@austin.rr.com)
Date: Sun Jul 13 2008 - 14:27:43 ART
My bad Once you match the first clause it continues to 20 and prepends and
then sends the advertisement. Leaving only the other 2 networks to get the
metric set. Try it like this.
route-map test permit 10
set met 200
continue 20
route-map test permit 20
match ip add pre loops
set as-path pre 65200
Now your setting the metric for all networks and continuing to 20, which
matches prefix-list loops and prepends. That should work
----- Original Message -----
From: "Hobbs" <deadheadblues@gmail.com>
To: "John" <jgarrison1@austin.rr.com>
Cc: "Cisco certification" <ccielab@groupstudy.com>
Sent: Sunday, July 13, 2008 11:09 AM
Subject: Re: Can't get route-map continue clause to work
> 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?
>
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:54 ART