Hello All,
We we are trying to create a config script from USB, but what we have noticed is there is default IP addresses associated with different parts of the firewall config.
ie:- set dhcp server interface "LAN1:10" include-ip-pool "192.168.200.1-192.168.200.254"
the above is created by default !!!
LAN1_Switch as its own default IP address
We created this script to remove the default IP associated with LAN1_Switch
delete interface LAN1_Switch
set interface LAN1 state off
set dhcp server interface LAN1 disable
set interface LAN1 ipv4-address 6.6.6.1 mask-length 24
& probably more commands that we do not desire, which we have not noticed yet
As anyone come across this before, did you have to look through the config line by line & did you create a script to remove the default config, is this the quickest (only) way of remove surplice config !!
Thanks for your advice