FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
261 views 1 comments
by anonymous
firmware: RUTX_R_00.07.01.2:

I tried to redistribute a static route into BGP but it turns out it does not work. As alternative I tried to advertise the same route with the 'network' statement. This works fine.
Redistribution of connected routes does work properly as well. Any idea how we can get it working?

1 Answer

0 votes
by
Hi,

Can you share a bit more details on where is the issue around redistributing your routes?

Under BGP instance section you should add the networks you would like to advertise with CIDR notation. Also, check Remote Address under BGP Peers section is correct.

Regards
by anonymous
there are are several ways to advertise prefixes through BGP:
1. advertise the prefix through the network statement under BGP. Prerequisite is that this prefix must be in known in the routing table (there exists yet a subnet or prefix entry in the routing table injected by an IGP e.g. a static route)

2. add the static route and redistribute this static through the 'redistribute static' statement under BGP

It is the second method that doesn't work at all. Now you have to add the static route and for each static route you must add a separate entry through the network statement under bgp

Can anyone from Teltonika advise?