From: haducbinh (haducbinh@vnpro.org)
Date: Fri Sep 08 2006 - 00:49:38 ART
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!
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:42 AM
To: haducbinh@vnpro.org
Cc: eward15@juno.com; ccielab@groupstudy.com
Subject: RE: Command default-information originate route-map do not work
correctly
Haducbinh,
This is what happens when you do not fully wake up in the morning. :^)
I tried your config and it works for me.
Router>en
Router#sh ip int b
Interface IP-Address OK? Method Status
Protocol
FastEthernet0/0 unassigned YES unset administratively down
down
FastEthernet0/1 unassigned YES unset administratively down
down
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fas 0/0
Router(config-if)#no keep
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#int fas 0
*Mar 5 21:22:45.610: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed
state to up
*Mar 5 21:22:46.610: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0, changed state to up
Router(config-if)#int fas 0/1
Router(config-if)#no keep
Router(config-if)#ip add 192.168.2.1 255.255.255.0
Router(config-if)#
Router(config-if)#no shut
Router(config-if)#end
Router#
*Mar 5 21:23:05.362: %SYS-5-CONFIG_I: Configured from console by console
Router#
*Mar 5 21:23:06.030: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed
state to up
*Mar 5 21:23:07.030: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/1, changed state to up
Router#sh ip int b
Interface IP-Address OK? Method Status
Protocol
FastEthernet0/0 192.168.1.1 YES manual up
up
FastEthernet0/1 192.168.2.1 YES manual up
up
Router#debug ip rip
RIP protocol debugging is on
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#Router rip
Router(config-router)#
Router(config-router)# default-information originate route-map RM_410
Router(config-router)#
Router(config-router)#!
Router(config-router)#
Router(config-router)#route-map RM_410 permit 10
Router(config-route-map)#
Router(config-route-map)#set interface FastEthernet0/0
Router(config-route-map)#router rip
Router(config-router)#no auto
Router(config-router)#net 192.168.2.0
Router(config-router)#
*Mar 5 21:23:51.830: RIP: sending request on FastEthernet0/1 to
255.255.255.255
Router(config-router)#
*Mar 5 21:23:53.830: RIP: sending v1 flash update to 255.255.255.255 via
FastEthernet0/1 (192.168.2.1)
*Mar 5 21:23:53.830: RIP: build flash update entries - suppressing null
update
Router(config-router)#net 192.168.1.0
Router(config-router)#
*Mar 5 21:24:04.722: RIP: sending request on FastEthernet0/0 to
255.255.255.255
Router(config-router)#
*Mar 5 21:24:06.722: RIP: sending v1 flash update to 255.255.255.255 via
FastEthernet0/1 (192.168.2.1)
*Mar 5 21:24:06.722: RIP: build flash update entries
*Mar 5 21:24:06.722: network 192.168.1.0 metric 1
*Mar 5 21:24:06.722: RIP: sending v1 flash update to 255.255.255.255 via
FastEthernet0/0 (192.168.1.1)
*Mar 5 21:24:06.722: RIP: build flash update entries - suppressing null
update
Router(config-router)#end
Router#
*Mar 5 21:24:17.170: %SYS-5-CONFIG_I: Configured from console by console
Router#
*Mar 5 21:24:21.158: RIP: sending v1 update to 255.255.255.255 via
FastEthernet0/1 (192.168.2.1)
*Mar 5 21:24:21.158: RIP: build update entries
*Mar 5 21:24:21.158: network 192.168.1.0 metric 0
Router#
*Mar 5 21:24:28.922: RIP: sending v1 update to 255.255.255.255 via
FastEthernet0/0 (192.168.1.1)
*Mar 5 21:24:28.922: RIP: build update entries
*Mar 5 21:24:28.922: subnet 0.0.0.0 metric 1
*Mar 5 21:24:28.922: network 192.168.2.0 metric 0
Router#
*Mar 5 21:24:49.502: RIP: sending v1 update to 255.255.255.255 via
FastEthernet0/1 (192.168.2.1)
*Mar 5 21:24:49.502: RIP: build update entries
*Mar 5 21:24:49.502: network 192.168.1.0 metric 0
Router#
*Mar 5 21:24:57.730: RIP: sending v1 update to 255.255.255.255 via
FastEthernet0/0 (192.168.1.1)
*Mar 5 21:24:57.730: RIP: build update entries
*Mar 5 21:24:57.730: subnet 0.0.0.0 metric 1
*Mar 5 21:24:57.730: network 192.168.2.0 metric 0
Router#u all
All possible debugging has been turned off
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
HTH,
Eugene
----------------------------------------------------------------------------
--------------------------------------------------------
Hi Eugene Ward!
In route-map, I use command "set" not "match" and this is solution of
Internetwork expert, Volume2, section 4.10!
That's the problem I don't understand!
Thanks for your comments!
This archive was generated by hypermail 2.1.4 : Sun Oct 01 2006 - 16:55:40 ART