RE: OSPF: Redistribute connected

From: Rahmlow, Howard F. (howard.rahmlow@xxxxxxxxxx)
Date: Thu Aug 19 1999 - 19:41:44 GMT-3


   
Not 100% sure, but you might want to add ip ospf mess 1 md5 cisco to the
loopbacks. I have seen the same glitch on some versions of the IOS. Some
want the command, others not.

Howard.

-----Original Message-----
From: Jason Aarons [mailto:jaarons@hotmail.com]
Sent: Thursday, August 19, 1999 5:59 PM
To:
Subject: OSPF: Redistribute connected

Other routers can not R3's loopback1,2. Am I missing something under router

ospf 120 ? Do I need network statement, I thought the redistribute
connected was enough -jason

R3#show run
!
hostname R3
!
ip subnet-zero
no ip domain-lookup
!
interface Loopback0
ip address 172.16.254.3 255.255.255.255
!
interface Loopback1
ip address 192.168.1.1 255.255.255.224
!
interface Loopback2
ip address 192.168.1.33 255.255.255.224
!
interface Serial0
ip address 10.10.0.2 255.255.255.252
encapsulation frame-relay
ip ospf message-digest-key 1 md5 cisco2
ip ospf network point-to-multipoint
ip ospf hello-interval 10
no fair-queue
!
interface Serial1
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
!
router ospf 120
redistribute connected
network 172.16.254.3 0.0.0.0 area 0
network 10.10.0.0 0.0.0.3 area 0
area 0 authentication message-digest
!
ip classless
END

R3#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS l-2, * - candidate default
       U - per-user static route, o - ODR

Gateway of last resort is not set

     10.0.0.0/30 is subnetted, 3 subnets
C 10.10.0.0 is directly connected, Serial0
O 10.10.0.4 [110/128] via 10.10.0.1, 00:00:23, Serial0
O 10.20.0.0 [110/128] via 10.10.0.1, 00:00:23, Serial0
     192.168.1.0/27 is subnetted, 2 subnets
C 192.168.1.32 is directly connected, Loopback2
C 192.168.1.0 is directly connected, Loopback1
     172.16.0.0/32 is subnetted, 4 subnets
O 172.16.254.2 [110/129] via 10.10.0.1, 00:00:23, Serial0
C 172.16.254.3 is directly connected, Loopback0
O 172.16.254.1 [110/65] via 10.10.0.1, 00:00:23, Serial0
O 172.16.254.5 [110/129] via 10.10.0.1, 00:00:23, Serial0
R3#



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