AW: redistribute connected

From: Roger RPF (rpf@bluemail.ch)
Date: Thu Jun 05 2008 - 11:48:41 ART


Well, I think they are right. Take a look below. As you can see I use
redistribute connected on OSPF in order to get the connected 150.20.12. RIP
network into OSPF....

!
interface GigabitEthernet0/0
 ip address 150.20.12.2 255.255.255.0
 duplex auto
 speed 100
!
interface Serial0/1/0
 ip address 150.20.100.2 255.255.255.224
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 7 060506324F41
 ip ospf priority 100
 frame-relay map ip 150.20.100.4 204
 frame-relay map ip 150.20.100.5 205
 frame-relay map ip 150.20.100.6 206
 no frame-relay inverse-arp
!
router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 area 0 authentication message-digest
 redistribute rip subnets
 redistribute connected subnets
 network 150.10.2.2 0.0.0.0 area 0
 network 150.20.100.2 0.0.0.0 area 0
 neighbor 150.20.100.4
 neighbor 150.20.100.5
 neighbor 150.20.100.6
!
router rip
 version 2
 redistribute ospf 1 metric 5
 passive-interface Serial0/1/0
 passive-interface Serial0/2/0
 network 150.20.0.0
 network 193.100.2.0
 no auto-summary
!

Von: Ibrahim kabir [mailto:kebramccie@live.com]
Gesendet: Donnerstag, 5. Juni 2008 16:38
An: Roger RPF; ccielab@groupstudy.com
Betreff: RE: redistribute connected

Are you very sure your network statements are correct. coz if they are they
should be redistributed.

 

Kabir K Ibrahim
________________________________________
Connect to the next generation of MSN Messenger Get it now!



This archive was generated by hypermail 2.1.4 : Tue Jul 01 2008 - 06:23:20 ART