- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
on 05-30-2018 12:49 AM - edited on 10-07-2019 08:31 AM by Retired Member
Generate the XML configuration by running this command from the CLI
show configuration | display xml | no-more
Before you import a Juniper SRX into Expedition, there are some manual checks we can do to verify the migration will work.
Here's an example on how a SRX config should look when you edit:
<configuration>
....
....
</configuration>
This is an example of wrong configuration. It seems someone created the file but stored with wrong jumps on it, so Firefox will complain about the format.
If we edit the file, we can see this at line 911 of the config file:
<pre-shared-key>
<ascii-text>$9$4xxxxxxxxxxxx</asc
ii-text>
</pre-shared-key>
To fix this example, we have to remove the break line after </asc to:
<pre-shared-key>
<ascii-text>$9$4xxxxxxxxxxxx</ascii-text>
</pre-shared-key>
Fix all the problems before importing into Expedition.
Hope this helps.
Hi I tried doing the same and able to open the file in the firefox without any error ,but when i load in expedition im getting xml remove attributes in the configuration tag and not loading .
XML file opens perfectly in all the browsers without any error ...Please advice
I would suggest using an online XML viewer to see what is broken in the XML, such as :