RE: OSPF to EIGRP Redistribution Problem

From: Sandro Ciffali (sandyccie@xxxxxxxxx)
Date: Sat Mar 16 2002 - 00:08:06 GMT-3


   
I am following this thread real closely, Unfortunatly
i am lost,
Why do you need default metric on R9? If R6 is
redistributing between ospf and eigrp then only R6
reuires default metric not R9. Can you pls. clarify.

sandro
--- Dustin.Yates@ercgroup.com wrote:
> Sorry... left this part out... After I added the
> default-metric command, I
> issued "clear ip eigrp nei" and then check the
> routes again... Still no
> luck. So at that point, I then rebooted both
> routers... And that's when the
> routes started showing up, despite no
> "default-metric" command under the
> EIGRP router process.
>
> -----Original Message-----
> From: Dustin.Yates@ercgroup.com
> [mailto:Dustin.Yates@ercgroup.com]
> Sent: Friday, March 15, 2002 6:56 PM
> To: ccielab@groupstudy.com
> Cc: ying_c@hotmail.com
> Subject: RE: OSPF to EIGRP Redistribution Problem
>
>
> OK, this is the kind of thing I'm afraid of running
> into when I go into the
> lab. I had rebooted both routers numerous times
> trying to fix this one--
> had a similar problem with IPX EIGRP that rebooting
> fixed. I added the
> default-metric command to R9, but with an accidental
> twist. When I put it
> in, I had accidentally typed "router eigrp 1" and if
> you saw the config
> below it should have been "router eigrp 100"... Now,
> there's no
> default-metric statement in the router... but all of
> the "external" routes
> are in the router!?!?!? If anyone cares to see, I
> can upload the config and
> the routes in R9... I'm just concerned about running
> in to this kind of
> problem when it really counts.
>
> So, it works... I think I understand why... But have
> no concrete proof.
> Going to write erase... start with the previous
> config... and try to
> recreate.
>
> -----Original Message-----
> From: ying chang [mailto:ying_c@hotmail.com]
> Sent: Friday, March 15, 2002 5:45 PM
> To: Dustin.Yates@ercgroup.com;
> ccielab@groupstudy.com
> Subject: RE: OSPF to EIGRP Redistribution Problem
>
>
> Hi,
>
> You'll need default-metric in R9's router eigrp as
> you have in R6.
>
> Chang
>
>
> >From: Dustin.Yates@ercgroup.com
> >Reply-To: Dustin.Yates@ercgroup.com
> >To: ccielab@groupstudy.com
> >CC: tshon@netzero.net
> >Subject: RE: OSPF to EIGRP Redistribution Problem
> >Date: Fri, 15 Mar 2002 17:22:07 -0600
> >
> >Not at all...
> >
> >R6:
> >version 12.2
> >no service single-slot-reload-enable
> >service timestamps debug uptime
> >service timestamps log uptime
> >no service password-encryption
> >!
> >hostname R6
> >!
> >logging rate-limit console 10 except errors
> >!
> >ip subnet-zero
> >!
> >!
> >no ip finger
> >ip tcp synwait-time 5
> >no ip domain-lookup
> >!
> >no ip dhcp-client network-discovery
> >!
> >key chain atmexpert
> > key 1
> > key-string ccie
> >call rsvp-sync
> >cns event-service server
> >!
> >!
> >!
> >!
> >!
> >!
> >!
> >!
> >interface Loopback0
> > ip address 200.0.0.6 255.255.255.255
> >!
> >interface Ethernet0/0
> > ip address 150.50.7.6 255.255.255.128
> > ip ospf authentication
> > ip ospf authentication-key ccie
> > half-duplex
> > standby 1 timers 7 17
> > standby 1 priority 110 preempt
> > standby 1 authentication ipexpert
> > standby 1 name ipexpert_r6
> > standby 1 mac-address 0000.0c07.aaaa
> > standby 1 ip 150.50.7.1
> >!
> >interface Serial0/0
> > bandwidth 500
> > ip address 150.50.100.6 255.255.255.224
> > encapsulation frame-relay
> > ip ospf authentication
> > ip ospf authentication-key ccie
> > ip ospf priority 0
> > no fair-queue
> > frame-relay map ip 150.50.100.2 401 broadcast
> > frame-relay map ip 150.50.100.5 401 broadcast
> > no frame-relay inverse-arp
> > frame-relay lmi-n391dte 255
> > frame-relay lmi-n392dte 10
> >!
> >interface TokenRing0/0
> > no ip address
> > shutdown
> > ring-speed 16
> >!
> >interface Serial0/1
> > bandwidth 1000
> > ip address 150.50.6.6 255.255.255.128
> > clockrate 1000000
> >!
> >interface ATM1/0
> > no ip address
> > shutdown
> > no atm ilmi-keepalive
> >!
> >interface ATM1/0.100 point-to-point
> > bandwidth 20000
> > ip address 150.50.6.9 255.255.255.128
> > pvc 1/100
> > protocol ip 150.50.6.5 broadcast
> > !
> >!
> >router eigrp 100
> > redistribute ospf 1
> > passive-interface default
> > no passive-interface Serial0/1
> > network 150.50.0.0
> > default-metric 56 100 255 1 1500
> > no auto-summary
> > eigrp log-neighbor-changes
> >!
> >router ospf 1
> > log-adjacency-changes
> > area 0 authentication
> > redistribute connected subnets
> > redistribute eigrp 100 subnets
> > passive-interface default
> > no passive-interface Ethernet0/0
> > no passive-interface Serial0/0
> > network 150.50.7.6 0.0.0.0 area 1
> > network 150.50.100.6 0.0.0.0 area 0
> > network 200.0.0.6 0.0.0.0 area 0
> > default-metric 100
> >!
> >ip kerberos source-interface any
> >ip classless
> >no ip http server
> >!
> >!
> >!
> >dial-peer cor custom
> >!
> >!
> >!
> >alias exec crs copy run start
> >alias exec ct config t
> >alias exec sir show ip route
> >alias exec siib show ip int brief
> >alias exec sioi show ip ospf interface
> >alias exec sion show ip ospf neigh
> >alias exec cib clear ip bgp
> >alias exec sibn show ip bgp nei
> >alias exec srb show run | begin
> >alias exec ssb show start | begin
> >alias exec ssbr show start | begin router
> >alias exec sr show run
> >alias exec ss show start
> >!
> >line con 0
>
=== message truncated ===



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:10 GMT-3