Hi faadi
1. There is no "voice vlan" on the interface itself. Rather config the "voice" option in the vlan context, e.g. "vlan 90; name VoIP; voice". This information will then be taken by LLDP to announce the correct voice VLAN to the device.
2. Yes, Aruba supports Rapid per-VLAN Spanning-Tree. Just configure the following
spanning-tree
spanning-tree mode rpvst
3. See IP-Services Guide, page 111+ (esp. page 122):
https://www.arubanetworks.com/techdocs/AOS-CX/10.08/PDF/ip_services_6300-6400.pdf4. there is no such thing. You can enable or disable ssh server on a given vrf (vrf mgmt, vrf default, etc.) by using the following command:
ssh server vrf default
5. that is called a fault-monitor profile, try the following:
config-fault-monitor-profile <name>
[...]
and then on the interface itself:
apply fault-monitor profile <name>6. it is called a "lag" (link aggregation group). So try the following and don't forget the nasty "no shutdown" on both the lag and the physical interface:
interface lag 2
vlan trunk native 10
vlan trunk allowed 10,11,12,13,14
no shutdowninterface 1/1/1
no shutdown
lag 2
interface 2/1/1
no shutdown
lag 2
7. Apart from the not needed "no ip proxy-arp" command, it's similar to Cisco. Proxy-arp is disabled by default, if you need it, you need to activate it manually with "ip proxy-arp".
8. That doesn't exist on ArubaOS-CX. Serial console is active by default, ssh server can be activated on a per-VRF basis, see above. Authentication can be controlled by "aaa authentication login ...." commands.
I hope this helps.
Kind regards,
Thomas