Fw: IEWB lab 6 task 4.8 redistribute

From: tonynguyenchi (tonynguyenchi.ccie@gmail.com)
Date: Wed Jul 26 2006 - 04:10:36 ART


----- Original Message -----
From: tonynguyenchi
To: ccielab@groupstudy.com
Sent: Wednesday, July 26, 2006 2:02 PM
Subject: IEWB lab 6 task 4.8 redistribute

Dear Group,

Is it necessary to redistribute connected to RIP with matching interface
Loopback0, S1/2 S1/3 S1/0 as the solution guide?

Here is my solution:

router ospf 1

 redistribute connected subnets route-map CONNECTED2OSPF
 redistribute rip metric 1 subnets route-map R6LOOPBACK0

!
router rip
 version 2
 redistribute connected metric 1 route-map VLAN32
 redistribute ospf 1 metric 1
 network 204.12.1.0
 no auto-summary

ip prefix-list R6LOOPBACK0 seq 5 permit 150.1.6.0/24
!
ip prefix-list VLAN32 seq 5 permit 192.10.1.0/24
!
route-map VLAN32 permit 10
 match ip address prefix-list VLAN32
!
route-map R6LOOPBACK0 permit 10
 match ip address prefix-list R6LOOPBACK0
!
!
route-map CONNECTED2OSPF permit 10
 match interface Loopback0
Thanks,

Tony Nguyen



This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:48 ART