Ken,

I'll give you a hint: Use ? to see what you could be missing on the
"redistribute eigrp" command under OSPF.

On Fri, Aug 28, 2009 at 6:51 PM, Hagen, Ken <[email protected]> wrote:

> Hello,
> Wondering if someone can help me with a redistribution problem.  In this
> configuration I'm trying to redistribute from eigrp on router "Snider" on
> the router "Robinson" which connects to router "Hodges" with ospf.  I cannot
> see the Snider networks on Hodges.  Here are my configs.  Thanks for any
> help:
>
>
>
> Hodgesf0/0----ospf----f0/0Robinsons0/0.2----eigrp----s0/0Snider
>
>
>
>
>
> Hodges#sh run
> Building configuration...
>
>
> !
> interface Loopback0
>  ip address 192.168.3.65 255.255.255.224
> !
> interface Loopback1
>  ip address 192.168.3.97 255.255.255.224
> !
> interface Loopback2
>  ip address 192.168.1.1 255.255.255.0
> !
> interface FastEthernet0/0
>  ip address 192.168.3.34 255.255.255.224
>  duplex auto
>  speed auto
> !
>
> !
> router ospf 1
>  log-adjacency-changes
>  network 192.68.3.97 0.0.0.0 area 0
>  network 192.168.1.0 0.0.0.255 area 0
>  network 192.168.3.34 0.0.0.0 area 0
>  network 192.168.3.65 0.0.0.0 area 0
> !
>
> end
>
>
> Hodges#sh ip route
> Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
>       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
>       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
>       E1 - OSPF external type 1, E2 - OSPF external type 2
>       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
>       ia - IS-IS inter area, * - candidate default, U - per-user static
> route
>       o - ODR, P - periodic downloaded static route
>
> Gateway of last resort is not set
>
> C    192.168.1.0/24 is directly connected, Loopback2
> O E2 192.168.2.0/24 [110/50] via 192.168.3.33, 00:16:19, FastEthernet0/0
>     192.168.3.0/27 is subnetted, 3 subnets
> C       192.168.3.96 is directly connected, Loopback1
> C       192.168.3.64 is directly connected, Loopback0
> C       192.168.3.32 is directly connected, FastEthernet0/0
>
>
>
>
> Robinson#sh run
> Building configuration...
>
>
>
> interface FastEthernet0/0
>  ip address 192.168.3.33 255.255.255.224
>  duplex auto
>  speed auto
> !
> interface Serial0/0
>  no ip address
>  encapsulation frame-relay
>  clock rate 2000000
> !
> interface Serial0/0.1 point-to-point
>  ip address 192.168.4.5 255.255.255.252
>  no ip split-horizon
>
>  frame-relay interface-dlci 102
> !
> interface Serial0/0.2 point-to-point
>  ip address 172.16.2.21 255.255.255.252
>  no ip split-horizon
>  snmp trap link-status
>  frame-relay interface-dlci 103
> !
> interface FastEthernet0/1
>  ip address 192.168.3.129 255.255.255.224
>  duplex auto
>  speed auto
> !
>
> !
> router eigrp 1
>  redistribute ospf 1 metric 1000 100 1 255 1500
>  redistribute eigrp 2
>  passive-interface FastEthernet0/0
>  network 192.168.3.0
>  no auto-summary
> !
> router eigrp 2
>  redistribute eigrp 1
>  redistribute ospf 1 metric 1000 100 1 255 1500
>  network 172.16.0.0
>  network 192.168.4.0
>  no auto-summary
> !
> router ospf 1
>  log-adjacency-changes
>  summary-address 192.168.3.128 255.255.255.128
>  summary-address 172.16.0.0 255.255.0.0
>  redistribute eigrp 1
>  redistribute eigrp 2 metric 100
>  network 192.168.3.33 0.0.0.0 area 0
>  default-metric 50
> !
>
> end
>
>
>
>
>
>
>
>
> Snider#sh run
> Building configuration...
>
>
> interface Loopback0
>  ip address 172.16.1.1 255.255.255.0
> !
> interface Loopback1
>  ip address 172.16.0.1 255.255.255.255
> !
>
> interface Serial0/0
>  ip address 172.16.2.22 255.255.255.252
>  encapsulation frame-relay
>  clock rate 2000000
>  frame-relay interface-dlci 301
> !
>
> !
> interface Serial0/1
>  no ip address
>  shutdown
>  clock rate 2000000
> !
> router eigrp 2
>  network 172.16.0.0
>  no auto-summary
>
> end
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>



-- 
Bryan Bartik
CCIE #23707 (R&S), CCNP
Sr. Support Engineer - IPexpert, Inc.
URL: http://www.IPexpert.com
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to