IE v1 Lab 5. task 5.22 Redis bt rip-ospf

From: Quetta Walla (quetta_1@lycos.com)
Date: Tue Jan 17 2006 - 09:01:18 GMT-3


IE v1 Lab 5. task 5.22

When redistributing between RIP and OSPF on R4, R4 solution says:

router ospf 1
redistribute static subnets
redistribute rip subnets
redistribute connected subnets route-map connected-to-ospf
!
route-map connected-to-ospf per 10
match interface bri0/0
!
On the Ehternet 0/0 interface of R4 exists network 204.12.1.0 which is speaking RIP with BB3. R4 is not redisdistributing this network in OSPF because of the route-map connected-to-ospf

For it to work, another route-map statement has to be added.

route-map connected-to-ospf per 10
match interface bri0/0
!
route-map connected-to-ospf per 20
!
Or just add redistribute connected subnets under ospf 1.

Any comments.
 

-- 


This archive was generated by hypermail 2.1.4 : Wed Feb 01 2006 - 07:45:49 GMT-3