RE: redistribution question IE lab1v1-task3.7

From: srdja blagojevic (srdja1@pexim.co.yu)
Date: Mon Nov 06 2006 - 12:03:55 ART


Just remove match ip address prefix-list 10 from route map conn.

HTH,
Srdja

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Daniel_Steyn@Dell.com
Sent: Monday, November 06, 2006 01:50
To: shankshink@yahoo.com; ccielab@groupstudy.com
Subject: RE: redistribution question IE lab1v1-task3.7

Looks like your route-map is filtering your connected route. You are only
permitting your fast 0/0 interface from being redistributed based on your
match interface clause. Try changing the match to "match interface loopback
0 fast 0/0" in order to match both the loopback and fastethernet interfaces.
This should work assuming that your prefix-list includes something like this
(or does not exist): ip prefix-list 10 seq 5 permit 150.9.3.0/24

-Daniel

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
shank shank
Sent: Monday, November 06, 2006 2:10 AM
To: CCIE Group
Subject: redistribution question IE lab1v1-task3.7

All,
i have the follwing setup:
R2----eigrp----R3-----ospf------R5
this the
config on R3:

route-map conn permit 10
 match ip address prefix-list 10
match interface FastEthernet0/0
interface Loopback0
 ip address 150.9.3.3
255.255.255.0

router eigrp 100
 redistribute connected metric 1 1 1 1 1 route-map conn redistribute ospf 1
metric 1 1 1 1 1 network 183.9.123.3 0.0.0.0 no auto-summary eigrp
router-id 150.9.3.3 !
router ospf 1
 router-id
150.9.3.3
 log-adjacency-changes
 redistribute eigrp 100 subnets
 network
150.9.3.3 0.0.0.0 area 0
 network 183.9.0.3 0.0.0.0 area 0

R2:

router eigrp
100
 network 150.9.2.2 0.0.0.0
 network 183.9.2.2 0.0.0.0
 network 183.9.123.2
0.0.0.0
 network 183.9.0.0
 no auto-summary
 eigrp router-id 150.9.2.2
Rac91R2#
Rac91R2#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i -
IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia -
IS-IS inter area, * - candidate default, U - per-user static route
       o -
ODR, P - periodic downloaded static route Gateway of last resort is not set
D EX 192.10.9.0/24 [170/2560517376] via 183.9.123.1, 00:14:55, Serial0/0 D
EX
204.12.9.0/24 [170/2560512256] via 183.9.123.3, 00:14:55, Serial0/0
183.9.0.0/24 is subnetted, 6 subnets
D 183.9.58.0 [90/2177536] via
183.9.123.1, 00:14:55, Serial0/0
D EX 183.9.45.0 [170/2560512256] via
183.9.123.3, 00:14:55, Serial0/0
D 183.9.17.0 [90/2172416] via
183.9.123.1, 00:14:55, Serial0/0
C 183.9.2.0 is directly connected,
FastEthernet0/0
C 183.9.123.0 is directly connected, Serial0/0
D
183.9.78.0 [90/2174976] via 183.9.123.1, 00:14:57, Serial0/0
     150.9.0.0/16
is variably subnetted, 5 subnets, 2 masks
D 150.9.8.0/24 [90/2302976]
via 183.9.123.1, 00:14:57, Serial0/0
D 150.9.7.0/24 [90/2300416] via
183.9.123.1, 00:14:57, Serial0/0
C 150.9.2.0/24 is directly connected,
Loopback0
D 150.9.1.0/24 [90/2297856] via 183.9.123.1, 00:14:58,
Serial0/0
D EX 150.9.5.5/32 [170/2560512256] via 183.9.123.3, 00:14:58,
Serial0/0
Rac91R2#

the queston is why am i missing the route for R3's loopback interface on R2?



This archive was generated by hypermail 2.1.4 : Fri Dec 01 2006 - 08:05:45 ART