From: Tshon (tshon@xxxxxxxxxxx)
Date: Thu Mar 21 2002 - 10:43:36 GMT-3
The metric command is not needed for ospf it will work with the default
metric of 20 for redistributed routes.
I would just put defaults into the IGRP 10 and EIGRP 1, then you should
have any to any connectivity.
Ewing, James wrote:
>You also need to add a metric command under OSPF. Any time you redistribute
>a routing protocol into another protocol, you need to add a metric.
>
>So try this.
>r2#sr
>router eigrp 1
> redistribute ospf 1 metric 1000 100 255 1 1500
> network 172.16.0.0
> auto-summary
> no eigrp log-neighbor-changes
>!
>router ospf 1
> log-adjacency-changes
> redistribute eigrp 1 metric 1 metric-type 1 subnets
> redistribute igrp 10 metric 1 metric-type 1 subnets
> network 172.16.3.0 0.0.0.255 area 0
>!
>router igrp 10
> redistribute ospf 1 metric 1000 100 255 1 1500
> network 172.16.0.0
>!
>
>James Ewing*
>Senior Network Engineer- Network Architecture
>One Digex Plaza
>Beltsville, MD. 20705
>* 240.264.2217 *443.677.6980 i<mailto:james.ewing@digex.com>
>
>
>
>
>-----Original Message-----
>From: Daniel Hong [mailto:Daniel.Hong@nec.com.au]
>Sent: Thursday, March 21, 2002 6:51 AM
>To: 'Shailen Amichand'; ccielab@groupstudy.com
>Subject: RE: Three protocols redistribution
>
>
>Tried that. didn't work.
>
>any other suggestions
>
>Daniel
>
>-----Original Message-----
>From: Shailen Amichand [mailto:Shailen.Amichand@xtra.co.nz]
>Sent: Thursday, March 21, 2002 10:13 PM
>To: Daniel Hong; ccielab@groupstudy.com
>Subject: RE: Three protocols redistribution
>
>
>Try to add redistribute redistribute ospf 1 metric 1000 100 255 1 1500
>match external 1 external 2.
>
>See what that does.
>
>Any other ideas??
>
>Shailen
>
>-----Original Message-----
>From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
>Daniel Hong
>Sent: Thursday, 21 March 2002 22:15
>To: ccielab@groupstudy.com
>Subject: Three protocols redistribution
>
>
>Hi Group
>
>I have a router running three protocols, OSPF, IGRP1 and EIGRP 10. I
>need to achieve any to any connectivity. When I do the redistribution,
>Can I make one protocol become transit protocol, thus redistributing
>between
>
>igrp 1 <---> ospf <---> eigrp 10.
>
>no direct redistribution between igrp and eigrp
>
>I tried a number of ways to do this without much success. Can someone
>tell me this is achievable or not.
>
>
>
> lo0---R1---IGRP-----R2----EIGRP10-----R3--lo0
> |
> ospf
> |
> R3
> |
> |
> lo0
>
>
>Daniel
>
>here is my config on r2
>
>
>r2#sr
>router eigrp 1
> redistribute ospf 1 metric 1000 100 255 1 1500
> network 172.16.0.0
> auto-summary
> no eigrp log-neighbor-changes
>!
>router ospf 1
> log-adjacency-changes
> redistribute eigrp 1 subnets
> redistribute igrp 10 subnets
> network 172.16.3.0 0.0.0.255 area 0
>!
>router igrp 10
> redistribute ospf 1 metric 1000 100 255 1 1500
> network 172.16.0.0
>!
>r2#o da
>
> OSPF Router with ID (172.16.3.1) (Process ID 1)
>
>
> Router Link States (Area 0)
>
>Link ID ADV Router Age Seq# Checksum Link
>count
>172.16.3.1 172.16.3.1 1621 0x80000004 0x4770 2
>172.16.40.1 172.16.40.1 1661 0x80000003 0x338B 3
>
> Type-5 AS External Link States
>
>Link ID ADV Router Age Seq# Checksum Tag
>172.16.1.0 172.16.3.1 1308 0x80000002 0xA779 0
>172.16.2.0 172.16.3.1 1308 0x80000002 0x9C83 0
>172.16.10.0 172.16.3.1 27 0x80000001 0x46D2 0
>172.16.30.0 172.16.3.1 1308 0x80000002 0x679C 0
>r2#
>r2#
>r2#e to
>IP-EIGRP Topology Table for AS(1)/ID(172.16.3.1)
>
>Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
> r - reply Status, s - sia Status
>
>P 172.16.40.0/24, 1 successors, FD is 2585600
> via Redistributed (2585600/0)
>P 172.16.30.0/24, 1 successors, FD is 20640000
> via 172.16.2.2 (20640000/128256), Serial1/3
>P 172.16.1.0/24, 1 successors, FD is 20512000
> via Connected, Serial1/2
>P 172.16.2.0/24, 1 successors, FD is 20512000
> via Connected, Serial1/3
>P 172.16.3.0/24, 1 successors, FD is 2169856
> via Connected, Serial0/1
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:15 GMT-3