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?