Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there no way to import FQDN's or IP addresses to an XG?

 I'm finding more and more situations where I need to allow a large range of IP addresses and FQDN's to our customer's Firewalls... 

Is there no way to import JSON, CSV or TXT IP or FQDN lists to either a v17 or v18 FW?

This is an extremely frustrating issue that frankly ALL other vendors support. It is seriously costing us and our clients who we support time and money. 



This thread was automatically locked due to age.
Parents
  • I did a home-made Powershell script that takes a CSV file with the following "columns":

    Name,IP,Netmask

    If you don have the data in that format, its very easy to format it with Notepad++ (as lucar toni mentioned). You can save those steps to a macro, for later usage.

    With that data, it creates the objects through API. If that works for you, ping me and I can show you how to use it. When migrating firewalls, I used to put the objects in the .csv file, run the powershell and then, have a coffee. In a few moments, all the objects will be created in the XG

Reply
  • I did a home-made Powershell script that takes a CSV file with the following "columns":

    Name,IP,Netmask

    If you don have the data in that format, its very easy to format it with Notepad++ (as lucar toni mentioned). You can save those steps to a macro, for later usage.

    With that data, it creates the objects through API. If that works for you, ping me and I can show you how to use it. When migrating firewalls, I used to put the objects in the .csv file, run the powershell and then, have a coffee. In a few moments, all the objects will be created in the XG

Children
No Data