Community discussions

MikroTik App
 
edmundas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 55
Joined: Fri Nov 14, 2008 9:29 am

bgp filter question

Sun Feb 17, 2013 8:54 am

i have 2 bgp peers 1 telco 2nd client
i want filter not to advertise any route to cllient. just default route should be advertised. help would be appreciated
 
akmjahangir
newbie
Posts: 48
Joined: Sun Aug 10, 2008 8:27 pm
Location: Dhaka, Bangladesh
Contact:

Re: bgp filter question

Mon Feb 18, 2013 7:17 am

I can help
add me skype
 
User avatar
docmarius
Forum Guru
Forum Guru
Posts: 1224
Joined: Sat Nov 06, 2010 12:04 pm
Location: Timisoara, Romania
Contact:

Re: bgp filter question

Mon Feb 18, 2013 6:16 pm

I can help
add me skype
Wouldn't it be nice to help here, so that others can also learn something?
 
cupis
Frequent Visitor
Frequent Visitor
Posts: 74
Joined: Sun Apr 10, 2011 1:25 am

Re: bgp filter question

Mon Feb 18, 2013 6:29 pm

i want filter not to advertise any route to cllient. just default route should be advertised. help would be appreciated
Setup a Routing Filter to the above specification, then apply it as the out-filter in the BGP session to your client.

Something like:
/routing filter
add action=accept chain=DEFAULTONLY disabled=no invert-match=no prefix=0.0.0.0 prefix-length=0
add action=reject chain=DEFAULTONLY disabled=no invert-match=yes prefix=0.0.0.0 prefix-length=0
The don't forget to set the BGP peer to advertise the default route and set the above as the out-filter.

Who is online

Users browsing this forum: No registered users and 1 guest