Maybe this is not useful and you have decided against the easy way for some reason, but why is it that you want the phones "without LLDP-MED"?
Even though the doc you referenced shows explicit trunk setup, we find it much more convenient to use the
"set switch-options voip interface access-ports vlan <voice-vlan-name"
command, which essentially is a shortcut to make each access port a trunk port with its configured access vlan native, and the voice vlan tagged.
We also use:
set protocols lldp-med interface all
which means that lldp-med tells the phones the voice-vlan ID.
So without dot1x, the phone joins the tagged voice-vlan, and any device plugged into the phone joins the port's statically configured VLAN. This setup also works works with our standard dot1x MAC auth, so that the phone is allowed on our voice-vlan, and when a device plugged into the phone's 2nd port, that device's MAC goes off to RADIUS and VLAN name is returned for it.
(Again, sorry if you have specific detailed reasons for not using the above, but wanted to mention the basic options.)
------------------------------
Steve Bohrer
------------------------------
Original Message:
Sent: 11-27-2023 07:31
From: Anonymous
Subject: VOIP without LLDP-MED and with trunk port
This message was posted by a user wishing to remain anonymous
Hello Community,
I am facing issues configuring VOIP.
We are following the config from
https://www.juniper.net/documentation/us/en/software/junos/user-access/topics/topic-map/802-1x-and-voip-on-switches.html<o:p></o:p>
But it is showing as not supported as below:
![](https://higherlogicdownload.s3.amazonaws.com/JUNIPER/MessageImages/acc9d6f5a3404f45a175864e38355d09.png)
Kindly advise how can I troubleshoot this.
As per the Product feature, the link there sends me to the same doc:
https://apps.juniper.net/feature-explorer/select-platform.html?typ=1&category=Switching&pid=30504100&platform=EX4100&swName=Junos%20OS&rel=22.3R1&sid=1226&swtab=Junos%20OS<o:p></o:p>
![](https://higherlogicdownload.s3.amazonaws.com/JUNIPER/MessageImages/6f19318e19eb4a17b494928e64cb37ae.png)
<o:p></o:p>
The device that needs to be configured is an EX4100-24p and running Junos 22.3R1.12
<o:p></o:p>
Grateful if you could advise how to fix this or can I ignore the warning message?
Kind regards,