Equis
April 15, 2008, 4:12am
1
Hello
I have setup BGP that is working fine.
The problem I have is I want to annonce all my routes (ospf) but when I check that box it spits out all my internal routes also.
I setup a filter and also aggregats but it still advertises the routes I donβt want.
Any help would be welcome
Thanks
ste
April 15, 2008, 7:23am
2
Equis:
Hello
I have setup BGP that is working fine.
The problem I have is I want to annonce all my routes (ospf) but when I check that box it spits out all my internal routes also.
I setup a filter and also aggregats but it still advertises the routes I donβt want.
Any help would be welcome
Thanks
Hi,
what is your filter configuration?
Discard at the end of the filter?
Stefan
Equis
April 15, 2008, 7:27am
3
/routing filter
add action=reject chain=speedweb-out comment=ββ disabled=no invert-match=no prefix=192.168.0.0/16
add action=reject chain=speedweb-out comment=ββ disabled=no invert-match=no prefix=10.0.0.0/8
add action=accept chain=speedweb-out comment=ββ disabled=no invert-match=no prefix=203.X.X.0/22
add action=accept chain=speedweb-out comment=ββ disabled=no invert-match=no prefix=125.X.X.0/21
add action=reject chain=speedweb-out comment=ββ disabled=no invert-match=no prefix=0.0.0.0
Thanks
ste
April 15, 2008, 7:41am
4
Take a deep look at the last line )).
You do not announce prefix 0.0.0.0/32 but everything else.
Leave prefix-Field empty. And check last line of your firewall rules, too
Iβve had the same problem. I was wondering why I got ssh attacks. But my
last rule was drop all traffic that comes from 0.0.0.0.
Stefan
Equis
April 15, 2008, 7:53am
5
OK
I will try that.
Its does work, its just anonces EVERYTHING in my Routing Table