hy Leonardo,
thank you very much for your effort you put in this documentation!
we are also migrating from EOS to EXOS at the moment.
i was going through 1500 pages config guide
😉
your document is very straight forward.
my most used EOS command is not in your document
show vlan port info
in EXOS it is
show ports vid (need certain version of EXOS)
https://community.extremenetworks.com/extreme/topics/xos_show_vlan_portinfo
BTW:
Something that was not working in EOS is SSH2 public key authentication
this is very usefull if you already using it for other devices (no password for login in switches)
here are my exos commands:
create account admin user1 encrypted "PASSWORD1encrypted"
create account admin user2 encrypted "PASSWORD2encrypted"
enable ssh2 vr VR-Default
create sshd2 user-key user1 AAAAUser1KeyWithoutAnySpacesOrCRLF
create sshd2 user-key user2 AAAAUser2KeyWithoutAnySpacesOrCRLF
configure sshd2 user-key user1 add user user1
configure sshd2 user-key user2 add user user2