Re: OSPF: Redistribute connected

From: Alex Dean (Alex.Dean@xxxxxxxxxxxxx)
Date: Thu Aug 19 1999 - 19:39:50 GMT-3


   
Try it with some sort of metric. eg. redistribute connected metric x

Also make use of clear ip ospf redistribution after the change

Cheers
Alex.

>>> "Jason Aarons" <jaarons@hotmail.com> 20/08/99 09:59:04 >>>
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