Hello,
I'm trying to configure Aruba 2930M switch to automatically recognizing the Mitel phone and put it into a tagged voice vlan and untagged data vlan:
vlan 100
name "User-Vlan"
untagged 1/1,3/10,3/30
tagged 1/A1-1/A2,Trk1
no ip address
ip igmp
exit
vlan 102
name "Voice"
tagged 1/A1-1/A2,Trk1
no ip address
ip igmp
voice
exit
device-identity name "Mitel0012bb"
lldp oui 0012bb sub-type 1
exit
device-profile name "Mitel-0012bb"
untagged-vlan 100
tagged-vlan 102
allow-jumbo-frames
exit
device-profile device-type "Mitel0012bb"
associate "Mitel-0012bb"
enable
exit
The switch is running ArubaOS 16.07.0002
This configuration works for 5220 but not 6930... Wireshark sessions to both phones show that both are sending 0012bb as Organization Unique Code and 01 as the sub-type. 5220 works like a champ but 6930, after sending LLDP packet to the switch, it seems to stock on"Waiting for Layer 2 data"....
Anybody having such issues and have a solution? Out of desperation, I've also added 08000f and 00085d into the config not none paned out...
Thanks!!