<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#f4f6f6">
    Dear friends,<br>
    <br>
    probably, I'm missing something, but I'm not able to use "vtysh -f
    <filename>", while "vtysh -c" works perfectly:<br>
    <br>
    <pre># vtysh -c "show daemons"
 zebra bgpd watchfrr staticd
# cat inp.txt
show daemons
# vtysh -f inp.txt
line 1: % Unknown command[4]: show daemons
# echo "show daemons" | vtysh -f /dev/stdin
line 1: % Unknown command[4]: show daemons

</pre>
    FRR v7.2 under Ubuntu 18.04<br>
    <br>
    I will appreciate any ideas on how to configure FRR using
    pre-generated configuration.<br>
    <br>
    Thank you!<br>
    <br>
    <pre class="moz-signature" cols="72">--
Volodymyr Litovka
  "Vision without Execution is Hallucination." -- Thomas Edison</pre>
  </body>
</html>