From: tycampbell@comcast.net
Date: Tue Jul 06 2004 - 15:00:18 GMT-3
I always redistributed connected networks on a router running more than one IGP. I also typically define the connected networks with an acl/route map and add a tag if supported by the routing protocol. If one IGP supports tags and the other one doesn't, I create 2 route-maps.
Example:
Router 1
int loop0
ip add 10.1.1.1 255.255.255.255
int e0
ip add 15.1.1.1 255.255.255.0
int s0
ip add 20.1.1.1.1 255.255.255.252
int s1
ip add 30.1.1.1 255.255.255.0
access-list 1 permit 10.1.1.1
access-list 1 permit 15.1.1.0 0.0.0.255
access-list 1 permit 20.1.1.0 0.0.0.3
access-list 1 permit 30.1.1.0 0.0.0.255
route-map redcon permit 10
match ip address 1
set tag 111
route-map ripredcon permit 10
match ip add 1
router rip
version 2
no auto
netw 30.0.0.0
redistribute connected metric 2 route-map ripredcon
redistribute eigrp 1 metric 3
router eigrp 1
netw 15.1.1.0 0.0.0.255
redistribute connected route-map redcon
redistribute ospf 1
redistribute rip
default-metric 64 100 255 1 1500
router ospf 1
netw 20.1.1.0 0.0.0.3 area 0
redistribute connected subnets route-map redcon
redistribute eigrp 1 subnets
redistribute rip subnets
hope that is what you are looking for....
> Hi,
>
> Now I'm a little bit confused. Assume this:
>
> OSPF----(E0)[R1](E1)---OSPF----(E1)[R2](E0)----RIP-----[R3]
>
> If I redistribute on R2 from OSPF to RIP I didn't see the directly connected
> Network of R2(E1). When I take the same example with OSPF and EIGRP it
> works. Did I have to redistribute the connected Networks from RIP manually
> into RIP? Did I only have to do this in RIP? I know if I redistribute from
> ISIS to OSPF etc I have to redistribute the directly connected networks into
> OSPF. Can someone help me how I handle with the directly connected networks?
>
>
>
> Redistribution of directly connected networks
>
> _______________________________________________________________________
> Please help support GroupStudy by purchasing your study materials from:
> http://shop.groupstudy.com
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Sun Aug 01 2004 - 10:11:47 GMT-3