Dear friends,
probably, I'm missing something, but I'm not able to use "vtysh -f
<filename>", while "vtysh -c" works perfectly:
# 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
FRR v7.2 under Ubuntu 18.04
I will appreciate any ideas on how to configure FRR using
pre-generated configuration.
Thank you!
--
Volodymyr Litovka
"Vision without Execution is Hallucination." -- Thomas Edison