I believe you need another entry for your route map such as:

"route-map even permit 20"

That is all you have to add.  No match statement or set statement is needed.
The route map you are using is matching only even routes, therefore only
even routes are being redistributed.  You have to add the second entry in
the route map to allow the odd networks to be redistributed as well.  I hope
this helps,

   Lance


""Cisco Nuts""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,I am trying to set the metric to 1000 for all even routes and
> metric-type 1 for all other routes while redistributing rip into ospf.
> This is based on the cyscoexpert sample lab (which I think is awesome!!).I
> can get the even routes to get to the rest of the network but cannot see
> the odd routes.What am I doing wrong? Please help.Sincerely,CN Here is my
> config:R4#rbr
> router ospf 100
>  area 0 authentication
>  redistribute rip metric-type 1 subnets route-map even!access-list 99
> permit 200.0.0.0 0.254.255.255
> route-map even permit 10
>  match ip address 99
>  set metric 1000
> !
> route-map even permit 20
> ! On the hub router:R3#r
> O E1 200.0.0.0/24 [110/1064] via 150.1.111.4, 00:23:29, Serial0
> O E1 200.2.0.0/24 [110/1064] via 150.1.111.4, 00:23:29, Serial0
> O E1 200.4.0.0/24 [110/1064] via 150.1.111.4, 00:23:29, Serial0
> O E1 200.6.0.0/24 [110/1064] via 150.1.111.4, 00:23:29, Serial0 Why don't
> I see the rest of the routes????
>
> ------------------------------------------------------------------------
>
> Help STOP SPAM: Try the new MSN 8 and get 2 months FREE*




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=61466&t=61456
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to