Hi, I am looking into building a network with several CRS354’s and 328s. I am going to need to patch pc’s off of Yealink T46S phones and am wondering if these switches have an equivalent of the Cisco voice vlan setting so I can give my VoIP and PC’s different VLANs? Has anyone setup anything similar with these switches? The docs seem a bit ambiguous.
I use CR328 for this purpose. The MikroTik automated way is here. However, I just use hybrid ports.
You mean voice network with LLDP. That’s a hidden feature we long awaited for which you can find in IP/NEIGBORS for quite a while now.
https://help.mikrotik.com/docs/display/ROS/Neighbor+discovery#Neighbordiscovery-Discoveryconfiguration
As long you have your ports tagged with the voice-vlan and use this LLDP-MED (lldp-med-net-policy-vlan) with the vlan-tag of the VoIP-vlan all phones will use that vlan tagged on the switchport. Works just as ‘voice’ in vlan with Cisco/HPE etc.
Mikrotik does support a LLDP MED to assign voice vlans.
https://help.mikrotik.com/docs/display/ROS/Neighbor+discovery
In Winbox you will find the setting under IP → Neighbors → Discovery Settings
In the CLI
/ip/neighbor/discovery-settings/set lldp-med-net-policy-vlan=YOUR_VOICE_VLAN discover-interface-list=YOUR_INTERFACE_LIST protocol=lldp,cdp,mndp
Didn’t mean to double post, must have been typing at the same time, apologies!
Can you elaborate on how to set this up?
Simply tagging the voice vlan on all ports of the switch and configuring LLDP-MED to the vlan ID doesn’t seem to do anything. I am using Yealink phones and they always end up on the default vlan.
What you have done should do exactly that. Perhaps the config file for your phones is setting them to ignore the VLAN received via LLDP-MED.