From: David FAHED (dfahed@xxxxxxxxxxxx)
Date: Mon Jan 15 2001 - 13:14:14 GMT-3
I wonder if I missed something really important about redistribution
with classful protocol or if Jeff Doyle book have a big mistake:
Page 739 exercises:
Router A is Running IGRP and Router C is Running RIPV1. Write a
configuration for router B that will provide full connectivity for all
subnets:
172.16.1.160/28 172.16.1.144/28
172.16.1.224/28--RouterA---------e0-RouterB
172.16.1.128/28 e1
172.16.1.192/28 /
/
172.16.1.96/27
/
/
RouterC
172.16.2.32/27
172.16.2.64/27
172.16.2.128/27
Page 958 solution of chapter 11 configuration :
The solution is to use a 28 bit mask on RTB eth1 interface.
The config of RTB:
int e0
ip add 172.16.1.146 255.255.255.240
int e1
ip add 172.16.1.98 255.255.255.240
router rip
redis igrp 1 metric 1
pass int e0
net 172.16.0.0
router igrp 1
redistribute rip met 10000 100 255 1 1500
pass inter e1
net 172.16.0.0
My problem is with this config :
RTC will see all the route (of IGRP domain /28) BUT RTA will see only
one route 172.16.1.96/28 (of rip domain).
Any help will be welcome!!!
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:30 GMT-3