Page 1 of 1
Help Me with OSPF configuration
Posted: Thu Jan 31, 2008 7:13 pm
by karo84
Hi
I have 5 routers working with ospf on. Everything is ok, but I have problem with routlist.
So I don't want some network routes to be send to other routers.
How can I do that setup ?
I mean the connected routes, not all to be sent to peer.
Tell me please how can I do that setup?
Thanks With Regarts
My All Routers Are RB 150, with ROS 3.1 on them.
Karapet Aznavuryan
Re: Help Me with OSPF configuration
Posted: Fri Feb 01, 2008 6:51 am
by awsmith
To prevent the connected prefix of 10.70.1.0/24 from being redistributed into OSPF and announced, use the following:
/routing filter add action=discard chain=ospf-out prefix=10.70.1.0/24
Re: Help Me with OSPF configuration
Posted: Fri Feb 01, 2008 9:16 am
by karo84
Thanks Very Much,
Re: Help Me with OSPF configuration
Posted: Fri Feb 01, 2008 12:30 pm
by Cyra-Orin
To prevent the connected prefix of 10.70.1.0/24 from being redistributed into OSPF and announced, use the following:
/routing filter add action=discard chain=ospf-out prefix=10.70.1.0/24
So, where we put these settings in routing-ospf configuration, in routing-bgp configuration there's /rou bgp peer set {peer} out-filter={filter_from_chain}...or just like that ??
Re: Help Me with OSPF configuration
Posted: Fri Feb 01, 2008 12:58 pm
by mrz
[
So, where we put these settings in routing-ospf configuration, in routing-bgp configuration there's /rou bgp peer set {peer} out-filter={filter_from_chain}...or just like that ??
/routing filter has two built in chains ospf-in and ospf-out. These two chains are used to filter ospf routes and there is no option to specify other chains like in BGP case.
Re: Help Me with OSPF configuration
Posted: Fri Feb 01, 2008 1:08 pm
by Cyra-Orin
[
So, where we put these settings in routing-ospf configuration, in routing-bgp configuration there's /rou bgp peer set {peer} out-filter={filter_from_chain}...or just like that ??
/routing filter has two built in chains ospf-in and ospf-out. These two chains are used to filter ospf routes and there is no option to specify other chains like in BGP case.
I c...thx!