Help with IGP on IEWB Lab3 v1 question 4.9

From: Mike O (mikeeo@email.msn.com)
Date: Sat Dec 16 2006 - 16:41:12 ART


First off I want to apologize for the length of this email.

I'm having some trouble getting IEWBV1-LAB3 4.9 working.

The problem says:
1)Redistribute where necessary to obtain full reachability to all advertised
networks

2) R5 should route through R1 to get to prefixes learned from BB1
3) R5 should route through R2 to get to prefixes learned from BB3

I tried to use the distance command under OSPF to change the distance on
routes coming from R1 or R2 it had no affect. I tried using the ip address
of the neighbor and the router ID. The only way to get it to work was to use
the distance ospf command on R1 & R2. If I take that command off everything
routes through R1. I feel stupid for not understanding this,it only works
using the config below.

Can anyone shed any light?

-Mike

**-R1**
router eigrp 100
 redistribute ospf 1 metric 100000 10 255 1 1500 route-map TAG1
 network 136.1.136.1 0.0.0.0
 no auto-summary
 eigrp router-id 150.1.1.1
!
router ospf 1
 router-id 150.1.1.1
 log-adjacency-changes
 auto-cost reference-bandwidth 20000
 area 0 authentication message-digest
 redistribute eigrp 100 subnets route-map BLOCK_TAG_2
 network 136.1.15.1 0.0.0.0 area 0
 network 150.1.1.1 0.0.0.0 area 0
 distance ospf external 180
!
ip access-list standard FROM_BB1
 permit 212.18.0.0 0.0.3.255
!
route-map BLOCK_TAG_2 deny 10
 match tag 2
!
route-map BLOCK_TAG_2 permit 20
 match ip address FROM_BB1
 set metric 1
!
route-map BLOCK_TAG_2 permit 30
!
route-map TAG1 permit 10
 set tag 1
!

**-R2-**
router eigrp 100
 redistribute ospf 1 metric 1000 10 255 1 1500 route-map TAG2
 network 136.1.23.2 0.0.0.0
 no auto-summary
 eigrp router-id 150.1.2.2

router ospf 1
 router-id 150.1.2.2
 log-adjacency-changes
 auto-cost reference-bandwidth 20000
 area 0 authentication message-digest
 redistribute eigrp 100 subnets route-map BLOCK_TAG_1
 network 136.1.245.2 0.0.0.0 area 0
 network 150.1.2.2 0.0.0.0 area 0
 distance ospf external 180
!
!
ip access-list standard FROM_BB3
 permit 30.0.0.0 0.3.255.255
 permit 31.0.0.0 0.3.255.255
!
route-map BLOCK_TAG_1 deny 10
 match tag 1
!
route-map BLOCK_TAG_1 permit 20
 match ip address FROM_BB3
 set metric 1
!
route-map BLOCK_TAG_1 permit 30
!
route-map TAG2 permit 10
 set tag 2



This archive was generated by hypermail 2.1.4 : Tue Jan 02 2007 - 07:50:38 ART