Saving the Vyatta source configuration files
Before starting the conversion wizard, save a copy of your Vyatta configuration file to the computer where FortiConverter is installed.
- Use an SSH terminal and connect to the device.
- Input command "set terminal length 0".
- Input "show configuration all" and save the output configuration.
Please note that FortiConverter requires the structural configuration file as a valid input. For example:
firewall {
all-ping enable
broadcast-ping disable
config-trap disable
group {
address-group ADDR_GRP1 {
address 10.58.14.15
address 10.58.14.16
address 10.58.14.17
}
address-group ADDR_GRP2 {
address 10.58.186.41
address 10.58.186.52
}
............
............