We have successfully connected Mitel IP Phones with PC's connected to the phones LAN port by using two different interface methods, Hybrid and Trunk, but which should we use and why? Switches are S5730's. Thank you.
Hybrid:
voice-vlan mac-address 0800-0f00-0000 mask ffff-ff00-0000 description Mitel 5x00 IP Phones
#
interface GigabitEthernet0/0/7
port link-type hybrid
voice-vlan 601 enable
voice-vlan remark-mode mac-address
voice-vlan mode auto
voice-vlan security enable
port hybrid pvid vlan 100
port hybrid untagged vlan 100
stp edged-port enable
trust dscp
#
Trunk:
interface GigabitEthernet0/0/2
port link-type trunk
voice-vlan 601 enable
port trunk pvid vlan 100
undo port trunk allow-pass vlan 1
port trunk allow-pass vlan 100 601
stp edged-port enable
trust dscp
#