From: Ivan Ostre¹ (ivan.ostres@snt.hr)
Date: Fri Oct 22 2004 - 07:32:07 GMT-3
Hi Tomaz,
It's not entierly true what you were saying. When usinf "in" parameter, there's no possibillity of specifying routing process:
RL(config-router)#distribute-list 1 in ?
BRI ISDN Basic Rate Interface
Ethernet IEEE 802.3
Loopback Loopback interface
Null Null interface
Serial Serial
<cr>
RL(config-router)#distribute-list 1 out ?
BRI ISDN Basic Rate Interface
Ethernet IEEE 802.3
Loopback Loopback interface
Null Null interface
Serial Serial
bgp Border Gateway Protocol (BGP)
connected Connected
egp Exterior Gateway Protocol (EGP)
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
igrp Interior Gateway Routing Protocol (IGRP)
ospf Open Shortest Path First (OSPF)
rip Routing Information Protocol (RIP)
static Static routes
<cr>
So it must be "out". On http://www.cisco.com/warp/public/104/1.html there's exactly config like that, so it seems it's regular thing to do.
-Ivan.
-----Original Message-----
From: Tomaz Klemencic [mailto:Tomaz.Klemencic@hermes-plus.si]
Sent: Friday, October 22, 2004 11:27 AM
To: ccielab@groupstudy.com
Subject: RE:
Hi,
under rip you redistribute ospf routes into rip - so routes are comming from ospf into rip. The distribite-list command should use "in" parameter
distribute-list 1 in ospf 1
Tomaz
____________________
Tomaz Klemencic
system engineer
S&T Hermes Plus, d.d.
PE Celje
Kersnikova 19
3000 Celje
phone +386 3 4284 022
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of Ivan Ostre9
Sent: Friday, October 22, 2004 11:14 AM
To: ccielab@groupstudy.com
Subject:
Hi all,
I'm doing following thing:
router ospf 1
network x.x.x.x area y
router rip
network z.z.z.z area u
redistribute ospf 1 metric 1
distribute-list 1 out ospf 1
access-list 1 deny any
The thing is that I have a bunch of routers learned trough OSPF. Now, I've expected that using "distribute-list 1 out ospf 1" I would not allow any of the ospf route to be redistributed to rip (filter the routes that are comming from ospf - this is on purpose just to understand how this works).
Now if I do "show ip rip database" I can see all OSPF routes redistributed to the local rip database.
Question 1: Does that mean that rip will use "distribute-list" statement only when sending updates out to other rip routers for routes learned trough "ospf 1"?
Question 2: Is there any other way to fix FLSM/VLSM redistributing problem than summarization to classfull network, default route, static route???
-- -Ivan.
This archive was generated by hypermail 2.1.4 : Sat Nov 06 2004 - 17:11:51 GMT-3