Are the switchports connecting the the IP phones and PCs configured ála this?
Also, you'll need to set DHCP relay on the interface on the switch. Make sure the interface IP address isn't in use some where else. I see in your screenshot that you use .1 addres for the interface.
You'll also need to ensure you have connectivity to the server. This means that VLAN218 is allowed on trunk links further upstream.
Also, regarding DHCP options, make sure it is someting along the lines of;
That is, Type is text.
In principle, you should be able to put a Laptop on VLAN 218, and if you get an IP address you should be able to Ping the PBX, assuming there isn't any ACLs in place. If you are not getting an address, but you get one by creating an identical VLAN 219, you'll need to examine the path of communicaitons. Maybe 218 isn't allowed on the trunk?
Edit: Perhaps you could try to connect a PC to a normal access port in vlan 218, and perform er packet dump from wireshark, to determine if you get the correct DHCP options?
LinkedIn :::
https://blog.rhbirkelund.dk/Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution
🙂All code examples are provided as is. Responsibility for Code execution lies solely your own.