RE: CCIE BOOTCAMP - LAB 2 - route map problem

From: Green, Stephen (Stephen.Green@xxxxxxxxxxxxx)
Date: Tue Nov 14 2000 - 14:31:34 GMT-3


   
Check out this link it explains ospf external type 1 and type 2 routes.
 http://www.cisco.com/warp/public/104/3.html#14.1
Check out this link, it explains the redistribute ospf internal ext 1 ext 2
command a bit

http://www.cisco.com/univercd/cc/td/doc/cisintwk/ics/cs001.htm

snip
router rip
redistribute ospf 109 match internal external 1 external 2
default-metric 10

The redistribute command uses the ospf keyword to specify that OSPF routes
are to be redistributed into RIP. The keyword internal indicates the OSPF
intra-area and interarea routes: External 1 is the external route type 1,
and external 2 is the external route type 2. Because the command in the
example uses the default behavior, these keywords may not appear when you
use the write terminal or show configuration commands.

end snip

if you add a route map then your just filtering as well.

Hope this helps.

-----Original Message-----
From: Piperw222@aol.com
To: ccielab@groupstudy.com
Sent: 11/14/00 10:40 AM
Subject: CCIE BOOTCAMP - LAB 2 - route map problem

Here is the config for the route map for bootcamp Lab2. This config is
taken
from router 6
my question is, what does the statement (redistribute ospf 2 match
internal
external 1 external 2 route-map filter1 ) mean exactly, I don't
understand
the internal external 1 external 2 statement. Any help would be
appreciated.

Thanks, Lewis

router bgp 3
 no synchronization
 redistribute ospf 2 match internal external 1 external 2 route-map
filter1
 neighbor 11.1.1.5 remote-as 2
 neighbor 11.1.1.5 route-map setlocal in
 neighbor 12.2.1.2 remote-as 3
 neighbor 12.2.1.2 password en cisco
!
no ip classless
ip route 0.0.0.0 0.0.0.0 11.1.1.5
no logging console
access-list 1 permit 0.0.0.0
access-list 2 permit any
route-map setlocal permit 10
 set local-preference 300
!
route-map filter1 deny 10
 match ip address 1
!
route-map filter1 permit 20
 match ip address 2
!



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:44 GMT-3