IEWB v4, lab3, task4.9

From: Cristian Ionescu (cristian.ionescu@omnilogic.ro)
Date: Wed Jul 11 2007 - 12:00:39 ART


Hi

for those who have done this lab what do you think about the solution
guide? I think is not the most accurate.
My solution is like this
*On R6*
router eigrp 100
 redistribute connected route-map CONN
 redistribute rip metric 10000 10 255 1 1500 route-map BB3
......
!
router rip
 version 2
 redistribute eigrp 100 metric 3
......

access-list 1 permit 54.1.3.254
access-list 2 permit 204.12.1.254
route-map CONN permit 10
 match interface FastEthernet0/1 Serial0/0/0
!
route-map BB3 permit 10
 match ip route-source 2
 set tag 3
!
route-map BB3 permit 20
 match ip route-source 1
 set tag 1

*and then on R1*
router eigrp 100
 redistribute ospf 1 metric 10000 10 255 1 1500
 ..........
!
router ospf 1
redistribute eigrp 100 subnets route-map BB1
......
route-map BB1 permit 10
 match tag 1
!
route-map BB1 permit 99

*and on R2
*router eigrp 100
no redistribution of ospf
 ......
!
router ospf 1
  redistribute eigrp 100 subnets route-map BB3
!
route-map BB3 permit 10
 match tag 3

Please tell me what do you think

......



This archive was generated by hypermail 2.1.4 : Sat Aug 18 2007 - 08:17:40 ART