Hi,
We've got some new VOIP handsets, The idea is to plug the PC's into the back of them so they can get onto the Data VLAN and then the phone tags it's traffic as being for the VOICE vlan and gets routed through that way.
The config i am using is below:
Running configuration:
; J9086A Configuration Editor; Created on release #R.11.72
hostname "POESwitch"
trunk 25 Trk1 LACP
ip default-gateway 10.21.6.1
ip routing
no timesync
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 3-24,26-28,Trk1
ip address 10.21.6.254 255.255.255.0
no untagged 1-2
exit
vlan 15
name "Voice"
untagged 1
ip address 10.21.106.1 255.255.255.0
tagged 2-24,26-28,Trk1
voice
exit
no dhcp-relay
ip route 0.0.0.0 0.0.0.0 10.21.6.1
dhcp-snooping vlan 15
spanning-tree Trk1 priority 4
3300 is in port 1, the phone is in port 2 for testing.
Uplink is in port 25.
The Data DHCP scope has been configured with:
id:ipphone.mitel.com;sw_tftp=10.21.106.230;call_srv=10.21.106.230;vlan=15;l2p=6v6s3;dscp=46v46s26;
HEX:
000004036269643A697070686F6E652E6D6974656C2E636F6 D3B73775F746674703D31302E32312E3130362E3233303B63 616C6C5F7372763D31302E32312E3130362E3233303B766C6 16E3D31353B6C32703D36763673333B647363703D34367634 367332363B
Not sure why it's not working.
If i untag port 2, it gets DHCP from the Mitel strait away.
If it's tagged, It gets DHCP from the Data VLAN and says releasing and then just sits on it's Data IP?
Routing between both VLAN's is fully working, And i can acccess the Mitel from the DAta network and vice versa.
any suggestions? I'm begining to pull my hair out!