Re: FW: IE vol II 4.1 lab3 section 4.9

From: nisha rani (nisharani1@googlemail.com)
Date: Sat Jun 30 2007 - 11:25:31 ART


Samarth,

Thanks for your reply..

R6 is connecting to bb1 and bb3 and getting the route from both backbones.
So I shouldn't match at R6. I should set tag value on R6 for BB1 and BB3
routes, which i have done.

 R6
 router eigrp 100
 redistribute rip metric 100 100 255 1 1500 route-map rip2ei
 network 136.13.136.6 0.0.0.0
 network 150.13.6.6 0.0.0.0
 no auto-summary
 eigrp router-id 150.13.6.6
 !
 router rip
 version 2
 network 54.0.0.0
 network 204.12.13.0
 no auto-summary
 !
 !
 !
 ip http server
 no ip http secure-server
 !
 !
 ip prefix-list bb1 seq 5 permit 212.18.0.0/22 ge 24
 !
 ip prefix-list bb3 seq 5 permit 30.0.0.0/14 ge 16 le 16
 ip prefix-list bb3 seq 10 permit 31.0.0.0/14 ge 16 le 16
 !
 route-map rip2ei permit 10
 match ip address prefix-list bb1
 set tag 1
 !
 route-map rip2ei permit 20
 match ip address prefix-list bb3
 set tag 3
 !
 route-map rip2ei permit 30

R6 is then logically connecting to r1 and r2 via eigrp domain. R1 and R2 is
connecting to R5 via ospf domain. so r1 and r2 is the redistribution point
for eigrp and ospf, that's where i have matched those tag value and set
the metric with tags.

router ospf 1
 router-id 150.13.1.1
 log-adjacency-changes
 area 0 authentication message-digest
 redistribute eigrp 100 metric 1 subnets route-map e2o
 network 136.13.15.1 0.0.0.0 area 0
 network 150.13.1.1 0.0.0.0 area 0
 distance ospf external 171

route-map e2o permit 10
 match tag 1
 set metric 1
 !
 route-map e2o permit 20
 !

 R2
 --
router eigrp 100
 redistribute ospf 1 metric 10000 100 1 255 1500
 network 136.13.23.2 0.0.0.0
 no auto-summary
 eigrp router-id 150.13.2.2
 !
 router ospf 1
 router-id 150.13.2.2
 log-adjacency-changes
 area 0 authentication message-digest
 redistribute eigrp 100 metric 1 subnets route-map e2o
 network 136.13.245.2 0.0.0.0 area 0
 network 150.13.2.2 0.0.0.0 area 0
 distance ospf external 171
 !
 route-map e2o permit 10
 match tag 3
 set metric 1
 !
 route-map e2o permit 20

But in my case R5 is load balancing these routes not manipulating....

Regards,
Nisha



This archive was generated by hypermail 2.1.4 : Sun Jul 01 2007 - 17:24:53 ART