RE: Command default-information originate route-map do not work

From: haducbinh (haducbinh@vnpro.org)
Date: Fri Sep 08 2006 - 01:00:34 ART


Please show your IOS version?

 

HaDucBinh

Mail: haducbinh@vnpro.org or haducbinh@yahoo.com

Phone: 0908 191 322

----------------------------------------------------------------------------
--------
Vietnamese Professionals (VnPro)
149/1D Ung Van Khiem Street, Ward 25, Binh Thanh District, Ho Chi Minh City.
Tel: (08) 5124257 - (08) 5125314
Fax: (08) 5124314
Website: http://vnpro.vn
Support forum: http://vnpro.org

  _____

From: Eugene Ward [mailto:eward15@juno.com]
Sent: Friday, September 08, 2006 10:56 AM
To: haducbinh@vnpro.org
Cc: eward15@juno.com; ccielab@groupstudy.com
Subject: RE: Command default-information originate route-map do not work
correctly

 

Here is with version 2:

Router#sh run
Building configuration...

Current configuration : 890 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 duplex auto
 speed auto
 no keepalive
!
interface FastEthernet0/1
 ip address 192.168.2.1 255.255.255.0
 duplex auto
 speed auto
 no keepalive
!
router rip
 network 192.168.1.0
 network 192.168.2.0
 default-information originate route-map RM_410
 no auto-summary
!
ip http server
ip classless
!
!
!
route-map RM_410 permit 10
 set interface FastEthernet0/0
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 transport preferred all
 transport output all
line aux 0
 transport preferred all
 transport output all
line vty 0 4
!
!
end

Router#debug ip rip
RIP protocol debugging is on
Router#
*Mar 5 21:39:11.554: RIP: sending v1 update to 255.255.255.255 via
FastEthernet0/0 (192.168.1.1)
*Mar 5 21:39:11.554: RIP: build update entries
*Mar 5 21:39:11.554: subnet 0.0.0.0 metric 1
*Mar 5 21:39:11.554: network 192.168.2.0 metric 0
Router#
*Mar 5 21:39:21.102: RIP: sending v1 update to 255.255.255.255 via
FastEthernet0/1 (192.168.2.1)
*Mar 5 21:39:21.102: RIP: build update entries
*Mar 5 21:39:21.102: network 192.168.1.0 metric 0
Router#u all
All possible debugging has been turned off
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#ver 2
Router(config-router)#end
Router#debu
*Mar 5 21:39:33.654: %SYS-5-CONFIG_I: Configured from console by console
Router#debug ip rip
RIP protocol debugging is on
Router#
*Mar 5 21:39:41.166: RIP: sending v2 update to 224.0.0.9 via
FastEthernet0/0 (192.168.1.1)
*Mar 5 21:39:41.166: RIP: build update entries
*Mar 5 21:39:41.166: 0.0.0.0/0 via 0.0.0.0, metric 1, tag 0
*Mar 5 21:39:41.166: 192.168.2.0/24 via 0.0.0.0, metric 1, tag 0
Router#
*Mar 5 21:39:50.362: RIP: sending v2 update to 224.0.0.9 via
FastEthernet0/1 (192.168.2.1)
*Mar 5 21:39:50.362: RIP: build update entries
*Mar 5 21:39:50.362: 192.168.1.0/24 via 0.0.0.0, metric 1, tag 0
Router#
*Mar 5 21:40:09.330: RIP: sending v2 update to 224.0.0.9 via
FastEthernet0/0 (192.168.1.1)
*Mar 5 21:40:09.330: RIP: build update entries
*Mar 5 21:40:09.330: 0.0.0.0/0 via 0.0.0.0, metric 1, tag 0
*Mar 5 21:40:09.330: 192.168.2.0/24 via 0.0.0.0, metric 1, tag 0
Router#
*Mar 5 21:40:20.198: RIP: sending v2 update to 224.0.0.9 via
FastEthernet0/1 (192.168.2.1)
*Mar 5 21:40:20.198: RIP: build update entries
*Mar 5 21:40:20.198: 192.168.1.0/24 via 0.0.0.0, metric 1, tag 0
Router#
*Mar 5 21:40:36.638: RIP: sending v2 update to 224.0.0.9 via
FastEthernet0/0 (192.168.1.1)
*Mar 5 21:40:36.638: RIP: build update entries
*Mar 5 21:40:36.638: 0.0.0.0/0 via 0.0.0.0, metric 1, tag 0
*Mar 5 21:40:36.638: 192.168.2.0/24 via 0.0.0.0, metric 1, tag 0
Router#
*Mar 5 21:40:46.798: RIP: sending v2 update to 224.0.0.9 via
FastEthernet0/1 (192.168.2.1)
*Mar 5 21:40:46.798: RIP: build update entries
*Mar 5 21:40:46.798: 192.168.1.0/24 via 0.0.0.0, metric 1, tag 0
Router#u all
All possible debugging has been turned off
Router#sh run
Building configuration...

Current configuration : 901 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 duplex auto
 speed auto
 no keepalive
!
interface FastEthernet0/1
 ip address 192.168.2.1 255.255.255.0
 duplex auto
 speed auto
 no keepalive
!
router rip
 version 2
 network 192.168.1.0
 network 192.168.2.0
 default-information originate route-map RM_410
 no auto-summary
!
ip http server
ip classless
!
!
!
route-map RM_410 permit 10
 set interface FastEthernet0/0
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 transport preferred all
 transport output all
line aux 0
 transport preferred all
 transport output all
line vty 0 4
!
!
end

Router#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3660-IS-M), Version 12.3(13b), RELEASE SOFTWARE
(fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Thu 11-Aug-05 09:26 by alnguyen
Image text-base: 0x60008AF4, data-base: 0x61CE0000

ROM: System Bootstrap, Version 12.0(6r)T, RELEASE SOFTWARE (fc1)
ROM: 3600 Software (C3660-IS-M), Version 12.3(13b), RELEASE SOFTWARE (fc2)

Router uptime is 4 days, 21 hours, 41 minutes
System returned to ROM by reload
System image file is "flash:c3660-is-mz.123-13b.bin"

cisco 3660 (R527x) processor (revision 1.0) with 90112K/8192K bytes of
memory.
Processor board ID JMX0642L3KL
R527x CPU at 225MHz, Implementation 40, Rev 10.0, 2048KB L2 Cache
Bridging software.
X.25 software, Version 3.0.0.
SuperLAT software (copyright 1990 by Meridian Technology Corp).

3660 Chassis type: ENTERPRISE
2 FastEthernet/IEEE 802.3 interface(s)
DRAM configuration is 64 bits wide with parity disabled.
125K bytes of non-volatile configuration memory.
32768K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

 

Eugene

----------------------------------------------------------------------------
----------------------------------------------------------

Hi Eugene Ward!

 

Please check again with RIP v2! And show me your IOS version that you're
using to test!

I guest this problem cause IOS!

 

Thank you for your help!

 



This archive was generated by hypermail 2.1.4 : Sun Oct 01 2006 - 16:55:40 ART