From: Antonio Soares (amsoares@netcabo.pt)
Date: Thu Mar 01 2007 - 21:27:01 ART
Your config is fine. I tried in my rack and it works as expected:
R2:
*Mar 3 23:15:44.663: RIP: sending v2 update to 192.168.0.1 via Ethernet0/0
(192.168.0.2)
*Mar 3 23:15:44.663: RIP: build update entries
*Mar 3 23:15:44.663: 4.0.0.0/8 via 0.0.0.0, metric 1, tag 0
R1:
R1#sh ip route rip
R 4.0.0.0/8 [120/1] via 192.168.0.2, 00:00:17, Ethernet0/0
R1#
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Andreson Chris
Sent: quinta-feira, 1 de Margo de 2007 20:41
To: ccielab@groupstudy.com
Subject: RIP Summary Problem
Hello GS,
I am learning RIP recently and try create summary route to an other
Router. Both router are running version 2 with no summary
R2 is trying to generate summary route to R1. However I can't find the any
at R1. And debug message as below. Did i do something wrong? I have tried
use auto aummary is work but however i can't do it via interface.
Rgds Chris.
R2#
*Mar 1 00:11:59.647: RIP: sending v2 flash update to 192.168.0.1 via
FastEthernet0/0 (192.168.0.2)
*Mar 1 00:11:59.651: RIP: build flash update entries - suppressing null
update
4.0.0.0/24 is subnetted, 3 subnets
C 4.4.1.0 is directly connected, Loopback1
C 4.4.2.0 is directly connected, Loopback2
C 4.4.3.0 is directly connected, Loopback3
192.168.0.0/30 is subnetted, 1 subnets
C 192.168.0.0 is directly connected, FastEthernet0/0
R2#
The design is very simple
fa0/0 192.168.0.0/30 fa0/0
R1 ============R2 lo1 4.4.1.1/24
lo2 4.4.2.1/24
lo3 4.4.3.1/24
This is R1 config
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
router rip
version 2
network 192.168.0.0
no auto-summary
!
This is R2 config
interface Loopback1
ip address 4.4.1.1 255.255.255.0
!
interface Loopback2
ip address 4.4.2.1 255.255.255.0
!
interface Loopback3
ip address 4.4.3.1 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.0.2 255.255.255.252
ip summary-address rip 4.0.0.0 255.0.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
router rip
version 2
passive-interface default
network 4.0.0.0
network 192.168.0.0
neighbor 192.168.0.1
no auto-summary
This archive was generated by hypermail 2.1.4 : Sun Apr 01 2007 - 06:35:49 ART