Disable unused interfaces
To disable an interface from the GUI, go to Network > Interfaces. Edit the interface to be disabled and set Interface State to Disabled.
From the CLI, to disable the port21 interface:
config system interface
edit port21
set status down
end