title: Ubiquiti EdgeSwitch
breadcrumbs:
- title: Server
---
{% include header.md %}
General
- Default credentials: Username
ubnt
, password ubnt
.
- Serial settings: Baud 115200, 8 data bits, 0 parity bits, 1 stop bit, no flow control.
Initial Setup
Tested with an EdgeSwitch 16 XG.
- Basics (use where appropriate):
- Log in: Username
ubnt
, password ubnt
.
- Enter enable mode:
en
- Enter config mode:
conf
- Exit any mode:
exit
- Save config:
write mem
- Setup enable-mode stuff:
- Set hostname:
hostname <hostname>
- TODO Network stuff?
- Setup VLANs:
- Enter VLAN mode:
vlan database
- TODO
- Setup basics:
- Set pre-login banner:
set clibanner "Hello"
- Setup AAA:
- TODO
- TODO:
- IGMP/MLD snooping.
Tasks
Reset
- Wait until fully booted.
- Press and hold the reset button for 30 seconds (exact duration is unclear). Holding it for a too short duration will simply reboot the device instead.
Upgrade Software
TODO
{% include footer.md %}