You need a metric for eigrp. Either a default or one on the redistribute command.
On Mon, Jan 11, 2010 at 2:56 PM, Mustafa Yadav <[email protected]> wrote: > hi all, > > Below between r2 and r4 eirgrp is running.When I tried to perform > redistiribute lo0 in r4 by using route-map it is not going to be > installed in r2 route table.However when I use network command it will > appear in route table.What did I do wrong? > > > > R4# > R4# > R4#sh run > Building configuration... > > Current configuration : 1050 bytes > ! > version 12.4 > service timestamps debug datetime msec > service timestamps log datetime msec > no service password-encryption > ! > hostname R4 > ! > boot-start-marker > boot-end-marker > ! > ! > no aaa new-model > memory-size iomem 5 > ip cef > ! > ! > ! > ! > no ip domain lookup > ! > multilink bundle-name authenticated > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > archive > log config > hidekeys > ! > ! > ! > ! > ! > ! > ! > ! > interface Loopback0 > ip address 10.1.1.4 255.255.255.255 > ! > interface FastEthernet0/0 > ip address 10.1.24.4 255.255.255.0 > speed 100 > full-duplex > ! > interface Serial0/0 > no ip address > shutdown > clock rate 2000000 > ! > interface FastEthernet0/1 > no ip address > shutdown > duplex auto > speed auto > ! > interface Serial0/1 > no ip address > shutdown > clock rate 2000000 > ! > router eigrp 100 > redistribute connected route-map test > network 10.1.24.4 0.0.0.0 > no auto-summary > ! > ip forward-protocol nd > ! > ! > ip http server > no ip http secure-server > ! > ! > ! > ! > route-map test permit 10 > match interface Loopback0 > ! > ! > ! > ! > control-plane > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > line con 0 > line aux 0 > line vty 0 4 > ! > ! > end > > R4# > > > > > > Current configuration : 1581 bytes > ! > version 12.4 > service timestamps debug datetime msec > service timestamps log datetime msec > no service password-encryption > ! > hostname R2 > ! > boot-start-marker > boot-end-marker > ! > ! > no aaa new-model > memory-size iomem 5 > ip cef > ! > ! > ! > ! > ! > multilink bundle-name authenticated > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > archive > log config > hidekeys > ! > ! > ! > ! > ! > ! > ! > ! > interface Loopback0 > ip address 10.1.1.2 255.255.255.255 > ! > interface FastEthernet0/0 > no ip address > speed 100 > full-duplex > ! > interface FastEthernet0/0.12 > encapsulation dot1Q 12 > ip address 10.1.12.2 255.255.255.0 > ! > interface FastEthernet0/0.23 > encapsulation dot1Q 23 > ip address 10.1.23.2 255.255.255.0 > ip ospf 1 area 0 > ! > interface FastEthernet0/0.24 > encapsulation dot1Q 24 > ip address 10.1.24.2 255.255.255.0 > ! > interface Serial0/0 > no ip address > shutdown > clock rate 2000000 > ! > interface FastEthernet0/1 > no ip address > shutdown > duplex auto > speed auto > ! > interface Serial0/1 > no ip address > shutdown > clock rate 2000000 > ! > router eigrp 100 > network 10.1.24.2 0.0.0.0 > no auto-summary > ! > router ospf 1 > log-adjacency-changes > ! > router rip > version 2 > redistribute ospf 1 metric 3 route-map test > passive-interface FastEthernet0/0.23 > passive-interface FastEthernet0/0.24 > network 10.0.0.0 > no auto-summary > ! > ip forward-protocol nd > ! > ! > ip http server > no ip http secure-server > ! > ! > ip prefix-list lo33 seq 5 permit 192.168.33.0/24 > ! > ! > ! > route-map test permit 10 > match ip address prefix-list lo33 > set metric 16 > ! > route-map test permit 20 > ! > ! > ! > ! > control-plane > ! > ! > ! > ! > ! > ! > ! > ! > ! > ! > line con 0 > line aux 0 > line vty 0 4 > ! > ! > end > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
