Hi,
In the cli option, <rib> indicates whatever table you want to define.
set policy-options policy-statement FLOW-TO-BGP term 1 from rib ?
Possible completions:
<rib> Routing table <<<<<<<<<<<<<<<< call the route table
Thus try this and it should work. I tried it in my lab and the comit goes through -
set policy-options policy-statement FLOW-TO-BGP term 1 from rib inetflow.0
show | compare
[edit policy-options]
+ policy-statement FLOW-TO-BGP {
+ term 1 {
+ from rib inetflow.0;
+ }
+ }
# commit check
re0:
configuration check succeeds
re1:
configuration check succeeds
** Please mark as solution if this resolves the issue so others can benefit from the post