Creating 150 address with a TCL-script #! proc do_cmd {cmd} { puts [exec “$cmd\n” “# ” 15] } set numhosts 150 do_cmd “config firewall address” for {set i 12} {$i <= $numhosts} {incr i} { do_cmd “edit host-$i” do_cmd “set subnet 192.168.21.$i/32” do_cmd “next” } do_cmd “end”
Category: FortiManager
Create ADOM in FortiManager
It’s very easy to create an ADOM in FortiManager. Log in to the FortiManager: Select an ADOM: root: Choose System Settings: Choose: All ADOMs ==> Create New: Enter a Name for the New ADOM and click OK: An ADOM is added, ADOM Real:
Moving a FortiGate in FortiManager from an ADOM to another ADOM
Moving a FortiGate from one ADOM to another, when a FortiGate is placed in the wrong ADOM. ADOM is root, FortiGate is NGFW-1. We want to move NGFW-1 to ADOM:Core Select “DeviceManager” Select “System Settings” Select/Edit the ADOM where we want to move the FortiGate to: “Core”Notice at ADOM root which has 1 device. Click […]