RE: OSPF: Redistribute connected

From: Derek Fage (DerekF@xxxxxxxxxxx)
Date: Fri Aug 20 1999 - 05:18:07 GMT-3


   
You need to add subnet to the redist command if you want to redistribute
anything that is not a classfull subnet (bloody stupid if you ask me, but
that's just my opinion !!!)

> -----Original Message-----
> From: Alex Dean [SMTP:Alex.Dean@telecom.co.nz]
> Sent: 19 August 1999 23:40
> To: ccielab@groupstudy.com; jaarons@hotmail.com
> Subject: Re: OSPF: Redistribute connected
>
> 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