Hi,
Is there a way to export all the configuration of a virtual system in a format ready for the vsx provisioning tool?
For example if I want to export all the routes and interfaes from a VS to fill a vsx provisioning tool "transaction file" to recreate the VS on another ,not connected, VSX gateway I prepare
ifconfig -a
netstat -nr
and then manually fill a sort of template that then i use as "transaction file"
It would be great to have an export that give me the "transaction file"
"transaction begin
add vd name BLABLA vsx BLABLA-GW type vs
add interface name bond1.XXX ip 192.168.9.1/25
add interface name bond1.YYY ip 192.168.93.1/24
add interface name bond1.AAA ip 192.168.9.129/25
...
...
transaction end"
thx!