Hi Community!
I hope I am porting in the right spot - this is my first post.
We have 2540, 5406 and 5412 running AOS. And are implementing Yealink teams phones, MP54-E2, MP56-E2, MP58-E2 and W70B dect.
I am trying to create a device profile to auto tag when the phones are plugged in. I have created the device-identity and device-profile but I am having trouble getting the right MAC-OUI for the phones. The only Organization Unique Code/OUI I can find with wireshark/port mirror is the generic TIAC 00:12:bb which works however also captures other non phone devices and adds them to the profile...
Wondering if anyone else has been successful and found the right config to get this working?
device-identity name "Yealink-Phone"
lldp oui 00:12:bb sub-type 2
exit
device-profile name "Phone"
untagged-vlan 150
tagged-vlan 200
poe-priority high
exit
device-profile device-type "Yealink-Phone"
associate "Phone"
enable
exit
Thanks