Fortinet black logo

online help

Saving the Juniper source configuration file

Copy Link
Copy Doc ID 9f76cb1c-b7d2-11ea-8b7d-00505692583a:276405

Saving the Juniper source configuration file

Before starting the conversion wizard, save a copy of your Juniper configuration file to the computer where FortiConverter is installed.

To get the configuration, for both ScreenOS and Junos, in the web UI, go to Configuration> Update > ConfigFile.

Alternatively, for ScreenOS only, you can use the get conf CLI command and paste the output into a plain text file.

For Junos, FortiConverter requires the structural configuration file as a valid input. For example:

show configuration

## Last commit: 2013-06-05 11:28:53 CST by master

version 10.2S7;

groups {

node0 {

system {

host-name SRX3400-Active;

backup-router 172.16.1.254 destination 0.0.0.0/0;

}

interfaces {

fxp0 {

unit 0 {

family inet {

address 172.16.1.1/24;

}

}

}

}

}

............

............

Saving the Juniper source configuration file

Before starting the conversion wizard, save a copy of your Juniper configuration file to the computer where FortiConverter is installed.

To get the configuration, for both ScreenOS and Junos, in the web UI, go to Configuration> Update > ConfigFile.

Alternatively, for ScreenOS only, you can use the get conf CLI command and paste the output into a plain text file.

For Junos, FortiConverter requires the structural configuration file as a valid input. For example:

show configuration

## Last commit: 2013-06-05 11:28:53 CST by master

version 10.2S7;

groups {

node0 {

system {

host-name SRX3400-Active;

backup-router 172.16.1.254 destination 0.0.0.0/0;

}

interfaces {

fxp0 {

unit 0 {

family inet {

address 172.16.1.1/24;

}

}

}

}

}

............

............