Access to Ubiquiti switch CLI to disable port

SSH to the switch

  • 'telnet localhost' 
  • 'en'
  • config
  • interface X/XX the port that you want and 'shut'
  • end
  • write memory
  • exit
  • exit

that's it