Re: difference between

From: Erick B. (erickbe@yahoo.com)
Date: Thu Sep 12 2002 - 04:09:24 GMT-3


#1 will redistribute all OSPF routes from process 100
into BGP giving them a metric of 20

#2 will redistribute all OSPF routes except a default
route from process 100 into BGP giving them a metric
of 20.

The match keyword will let OSPF inter-area/intra-area
and external type 1s and external type 2s be
redistributed. The default behavior I believe is all
the types anyway, but you can limit them to just
internal routes being redistributed if you wish. It's
another way of filtering.

You can also match like this in a route-map to a
degree.

--- Angelo De Guzman <ghie_pogi@yahoo.com> wrote:
> To all,
>
> I'm trying to do this. What is the difference
> between
> this two commands. This is used under the router
> bgp.
>
> 1. redistribute ospf 100 metric 20
>
> 1. redistribute ospf 100 metric 20 match internal
> external 1 external 2 route-map filter
>
> route-map filter deny 10
> match ip address 1
> route-map filter permit 20
> match ip address 2
>
> access-list 1 permit 0.0.0.0
> access-list 2 permit any
>
> i'M REALLY confused about the match thing!
>
> Thanks,
> Angelo De Guzman



This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:43:49 GMT-3