From: Wayne Hu (wayneccie@xxxxxxxxx)
Date: Tue Nov 14 2000 - 16:33:59 GMT-3
Any routes learned from OSPF network statement will be Internal routes,
route redistributed from others(RIP,EIGRP,BGP,Connected,Static)to OSPF will
be external route, default type is external type 2, you can change to type 1
when you redistribute into OSPF.
When you redistribute OSPF to BGP, default will only match internal route,
this will stop routing loop (BGP-->OSPF-->BGP)
Hope this will help you
wayne
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Piperw222@aol.com
Sent: November 14, 2000 11:41 AM
To: ccielab@groupstudy.com
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:45 GMT-3