Routing Filter ROS v7

I couldn’t use the “SET ROUTING TABLE” function in ROS v7, I couldn’t find the syntax for this action.
I even created an filter in v6, to convert to V7.
However, the only actions that converted were:
set distance 1;
set scope 0;
set scope-target 0;
set pref-src 1.1.1.1;
set gw-check icmp;
set bgp-weight 0;
set bgp-local-pref 0;
set bgp-path-prepend 1;
set bgp-med 0;
set bgp-communities 0:0;
append bgp-communities 0:0;
delete bgp-ext-communities rt;
append bgp-ext-communities rt:0:0;
delete bgp-ext-communities soo;
append bgp-ext-communities soo:0:0;
append bgp-ext-communities rt:0:0;
set blackhole no;
set rip-ext-tag 0;
set ospf-ext-tag 0;
set comment comment;
set gw 0.0.0.0;
set gw 0.0.0.0;

So the question arose, is the “SET ROUTING TABLE” action not available in V7?
Or could anyone tell me the syntax for this action?

Is the “SET ROUTING TABLE” function possible or not in ROS v7?

routing table may be set in the connection section for BGP, right?

Why are you asking about routing tables when the title of the thread is Routing Filter, get your story straight.

/routing table add fib name=anynamewilldo

if I correctly understand, he wants to set a routing table for BGP session

Hey baragoon, that would be a really apt title for this thread!! :wink: