
skeeve at skeeve
Nov 15, 2006, 5:12 AM
Post #3 of 3
(570 views)
Permalink
|
|
Re: Cisco 877 Redistribute OSPF into Eigrp not working
[In reply to]
|
|
Oli and others... You guys rock.. Thanks.. This would've taken me ages to figure out! ...Skeeve -----Original Message----- From: Oliver Boehmer (oboehmer) [mailto:oboehmer [at] cisco] Sent: Wednesday, 15 November 2006 9:07 PM To: skeeve [at] skeeve Subject: RE: [c-nsp] Cisco 877 Redistribute OSPF into Eigrp not working sorry, you're missing the ospf routes in EIGRP, not vice versa.. add a default-metric to eigrp or specify a composite metric in the "redistribute ospf 1 .." in EIGRP. oli Oliver Boehmer (oboehmer) <> wrote on Wednesday, November 15, 2006 8:28 AM: > you've missed the "subnets" keywoard, i.e. > > router ospf 1 > redistribute eigrp 17 subnets metric 100 > > oli > > cisco-nsp-bounces [at] puck <> wrote on Wednesday, November 15, > 2006 8:14 AM: > >> I have the following: >> NetworkStuff-->1811-877------->DSL/Tunnel------>7507 >> >> 1811 is passing ospf to 877. 877 sees ospf from 1811.. Not sending >> them to the 7507 over the tunnel. >> >> Any ideas anyone.. Thanks all. >> >> .Skeeve >> >> ==== >> x-ADSL1#show ip route ospf >> 10.0.0.0/8 is variably subnetted, 11 subnets, 3 masks >> O 10.17.5.16/30 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.5.12/30 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.0.8/30 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.5.8/30 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.2.0/24 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.5.4/30 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.1.0/24 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.0.1/32 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.5.0/30 [110/2] via 10.17.0.5, 01:10:38, Vlan1 >> O 10.17.255.0/24 [110/2] via 10.17.0.5, 01:10:38, Vlan1 ==== >> x-ADSL1#show ip route eigrp 125.0.0.0/8 is variably subnetted, >> 2 subnets, 2 masks >> D x.64.0/20 [90/297244416] via 172.16.1.33, 01:14:15, Tunnel17 >> ==== >> >> >> >> >> >> router eigrp 17 >> redistribute connected >> redistribute static >> redistribute ospf 1 >> network 10.0.0.0 0.0.255.255 >> network 125.0.0.0 >> network 172.16.0.0 >> distribute-list 11 out >> no auto-summary >> neighbor 172.16.1.33 Tunnel17 >> ! >> router ospf 1 >> router-id 10.17.0.6 >> log-adjacency-changes >> redistribute connected metric 100 >> redistribute static subnets >> redistribute eigrp 17 metric 100 >> network 10.17.0.0 0.0.255.255 area 0 ! >> ip route 0.0.0.0 0.0.0.0 Dialer1 >> ip route x.150 255.255.255.255 172.16.1.33 ! >> ! >> ip http server >> ip http authentication local >> ip http secure-server >> ip nat inside source list 1 interface Dialer1 overload ! >> access-list 1 permit 10.17.0.0 0.0.255.255 >> access-list 11 deny 0.0.0.0 >> access-list 11 deny x.4 >> access-list 11 deny x.150 >> access-list 11 deny x.202 >> access-list 11 deny x.244 0.0.0.3 >> access-list 11 permit any >> >> >> >> >> _______________________________________________________ >> Skeeve Stevens, RHCE Email: skeeve [at] skeeve >> Website: www.skeeve.org - Telephone: (0414) 753 383 skype://skeeve >> Address: P.O Box 1035, Epping, NSW, 1710, Australia >> >> eIntellego - skeeve [at] eintellego - www.eintellego.net >> _______________________________________________________ >> I'm a groove licked love child king of the verse Si vis pacem, para >> bellum >> >> >> >> _______________________________________________ >> cisco-nsp mailing list cisco-nsp [at] puck >> https://puck.nether.net/mailman/listinfo/cisco-nsp >> archive at http://puck.nether.net/pipermail/cisco-nsp/ _______________________________________________ cisco-nsp mailing list cisco-nsp [at] puck https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
|