I did perform to use metric when redist.Below you can see the
debugs.still no progress in my lab


R2#sh run | s eigrp
router eigrp 100
 redistribute connected metric 1 1 1 1 1 route-map test
 network 10.1.24.2 0.0.0.0
 no auto-summary




R2#debug ip eigrp 100
IP-EIGRP Route Events debugging is on
R2#
*Mar  1 03:41:28.603: IP-EIGRP(Default-IP-Routing-Table:100):
Processing incoming QUERY packet
*Mar  1 03:41:28.607: IP-EIGRP(Default-IP-Routing-Table:100): ExtS
10.1.1.4/32 M 4294967295 - 0 4294967295 SM 4294967295 - 0 4294967295
*Mar  1 03:41:28.639: IP-EIGRP(Default-IP-Routing-Table:100):
10.1.1.4/32 - not in IP routing table
*Mar  1 03:41:28.647: IP-EIGRP(Default-IP-Routing-Table:100): Ext
10.1.1.4/32 metric 4294967295 - 0 4294967295
*Mar  1 03:41:35.435: EIGRP: Received UPDATE on FastEthernet0/0.24 nbr 10.1.24.4
*Mar  1 03:41:35.439:   AS 100, Flags 0x0, Seq 46/0 idbQ 0/0 iidbQ
un/rely 0/0 peerQ un/rely 0/0
*Mar  1 03:41:35.443: IP-EIGRP(Default-IP-Routing-Table:100):
Processing incoming UPDATE packet
*Mar  1 03:41:35.447: IP-EIGRP(Default-IP-Routing-Table:100): ExtS
10.1.1.4/32 M 2560025856 - 2560000000 25856 SM 2560000256 - 2560000000
256
R2#
R2#


On 1/11/10, [email protected] <[email protected]> wrote:
> I'm thinking seed metric since eigrp unlike ospf which has a default,eigrp
> does not... unless I'm crazy.
> Sent from my Verizon Wireless BlackBerry
>
> -----Original Message-----
> From: Mustafa Yadav <[email protected]>
> Date: Mon, 11 Jan 2010 22:56:00
> To: ccie_rs<[email protected]>
> Subject: [OSL | CCIE_RS] (no subject)
>
> 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

Reply via email to