Runtime tweak of US-16-XG switch trunk for ESXi
ESXi doesn't support LACP. The Ubiquiti US-16-XG doesn't support static LAG with te web UI. This is a very simple workaround where the running configuration is changed (and lost on every reboot/reconfiguration).
Procedure
SSH to the switch, telnet into the managment interface, and then show port-channels to determine which on will be configured. The ssh username/password is defined in the UniFi application (and loaded into the switch).
# telnet localhost > enable # show port-channel all
Configure the specific LAG for static support (no LACP).
# configure # interface lag 4 # port-channel static # write memory
Links
- https://community.ubnt.com/t5/UniFi-Routing-Switching/Link-Aggregation-on-Unifi-Switch/td-p/2028879
- https://community.ubnt.com/t5/UniFi-Routing-Switching-Feature/Static-LAG-support/idi-p/1773079
Appendices
Port channel info
(UBNT) #show port-channel all
Log. Channel Adm. Mbr Device/ Port Port
Intf Name Min Link Mode Type Ports Timeout Speed Active
------- --------------- ---- ------ ---- ---- ------ ------------- --------- -------
3/1 ch1 1 Up En. Dyn. 0/1 actor/long 1000 Full True
partner/long
0/2 actor/long 1000 Full True
partner/long
3/2 ch2 1 Down En. Dyn. 0/3 actor/long 10G Full False
partner/long
0/4 actor/long 10G Full False
partner/long
3/3 ch3 1 Up En. Dyn. 0/5 actor/long 10G Full True
partner/long
0/6 actor/long 10G Full True
partner/long
3/4 ch4 1 Down En. Dyn. 0/7 actor/long 10G Full False
partner/long
0/8 actor/long 10G Full False
partner/long
3/5 ch5 1 Down En. Dyn. 0/9 actor/long 10G Full False
partner/long
0/10 actor/long 10G Full False
partner/long
0/11 actor/long 10G Full False
partner/long
0/12 actor/long 10G Full False
partner/long
3/6 ch6 1 Up En. Dyn. 0/13 actor/long Auto True
partner/long
0/14 actor/long Auto True
partner/long

