Re: RIP to OSPF vs. EIGRP to OSPF redistribution

From: John Conzone (jkconzone@xxxxxxxx)
Date: Mon Jul 24 2000 - 21:56:20 GMT-3


   
Dave, here it is. Even though it says r3, its r4 in the scenario I was
refferring to.

Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname r3
!
enable password cisco
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
appletalk routing
ipx routing 3000.3000.3000
cns event-service server
!
!
!
interface Loopback0
 ip address 192.168.3.33 255.255.255.224
!
interface Loopback1
 ip address 192.168.3.65 255.255.255.224
!
interface Ethernet0
 ip address 192.168.3.1 255.255.255.224
 no keepalive
!
interface Serial0
 ip address 172.168.100.3 255.255.255.0
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 cisco
 ip ospf network point-to-multipoint
 ip ospf database-filter all out
 appletalk cable-range 500-500 500.3
 appletalk zone frame
 ipx network 510
 no fair-queue
 frame-relay map ipx 510.5000.5000.5000 105 broadcast
 frame-relay map ipx 510.6000.6000.6000 105 broadcast
 frame-relay map appletalk 500.5 105 broadcast
 frame-relay map appletalk 500.6 105 broadcast
 frame-relay map ip 172.168.100.5 105 broadcast
 frame-relay map ip 172.168.100.6 105 broadcast
 frame-relay lmi-type ansi
!
interface Serial1
 no ip address
 shutdown
!
interface TokenRing0
 ip address 172.168.30.33 255.255.255.224
 no keepalive
 ring-speed 4
!
router eigrp 1
 network 192.168.3.0 0.0.0.31
 network 192.168.3.32 0.0.0.31
 network 192.168.3.64 0.0.0.31
 no auto-summary
 no eigrp log-neighbor-changes
!
router ospf 1
 log-adjacency-changes
 area 10 authentication message-digest
 area 10 nssa
 summary-address 192.168.3.0 255.255.255.128
 redistribute connected subnets
 network 172.168.100.0 0.0.0.255 area 10
!
ip classless
no ip http server
!
access-list 1 deny 172.168.60.0 0.0.0.255
access-list 1 permit any
!
!
!
!
!
line con 0
 exec-timeout 0 0
 transport input none
line aux 0
line vty 0 4
 exec-timeout 0 0
 password cisco
 login
!
end

r3#
----- Original Message -----
From: <dave.awatere@equant.com>
To: <ccielab@groupstudy.com>
Sent: Monday, July 24, 2000 4:40 PM
Subject: Re: RIP to OSPF vs. EIGRP to OSPF redistribution

>
>
> Can you post your R4 ospf redistribute config line.
>
> R\Dave
>
>
>
>
> "John Conzone" <jkconzone@home.com>@groupstudy.com on 07/25/2000 07:59:45
AM
>
> Please respond to "John Conzone" <jkconzone@home.com>
>
> Sent by: nobody@groupstudy.com
>
>
> To: "ccielab" <ccielab@groupstudy.com>
> cc:
> Subject: RIP to OSPF vs. EIGRP to OSPF redistribution
>
>
>
> I have 4 routers running OSPF. Router 1 is in area 0, router 2 is area 0
> and area 10, and routers 3 and 4 are connected to 2 by frame and are in
area
> 10. Area 10 is NSSA no summary. Router 3 is a RIP ASBR and router 4 is an
EIGRP
> ASBR. Here's what I'm seeing.
> All the NSSA stuff is good on router 3. I put the ethernet and a loopback
> in RIP, redistribute RIP into OSPF, and the RIP routes show up in the
other
> area 10 routers as N2, and the area 0 router as E2. I can summarize at
router 3
> and the RIP routes appear as the summary E2 in 1. Great.
> Now, when I go to router 4, which is the EIGRP ASBR, and redistribute
EIGRP
> into OSPF, they don't show up. When I redistribute connected they appear
as N2
> in the area, E2 outside the area and can be summarized.
> Both the RIP and EIGRP routes appear in their respective routers as
> connected. Why does the RIP redistribution work but the EIGRP not and I
have to
> use connected? I'm missing somethig basic here, I know.
> Thanks!
>
>
>



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