Mitel Forums - The Unofficial Source
Mitel Forums => Mitel MiVoice Business/MCD/3300 => Topic started by: vsha on August 26, 2012, 06:51:16 PM
-
Hi,
MY CXi II controller is connected to another HP switch 2600 series and I made 17 port as turnk on my controller. I have configure my DHCP server externally also and assign a static IP address to both (Cxi II controller and CXi II Switch ). Now the problem comes when i connect my phone on port 1 to 16 Cxi II inbuilt switch. My phones are unable to get IP address. The last message i see on phone screen is DHCP discovery only and phone version. But if i connect my phone to my HP Switch POE port then the other phones are booting successfully.
Any Suggestion ...
Thanks in advance ..
-
Can you paste the config of the HP switch here? Also did you apply a vlan tag on the 3300 under the system IP form?
On a HP switch a port is a trunk by default, so you shouldn't have to configure a specific trunk as you do with a Cisco switch.
-
interface 23
-- MORE --, next page: Space, next line: Enter, quit: Control-C
name "PABX_IP_Pad"
no lacp
no power
exit
interface 24
name "PABX_CPU"
speed-duplex 100-full
no lacp
no power
exit
interface 25
name "****C"
exit
ip routing
vlan 1
name "Data"
untagged 1-12
ip address 192.168.16.11 255.255.255.0
tagged 25-26
no untagged 13-24
exit
vlan 7
-- MORE --, next page: Space, next line: Enter, quit: Control-C
name "Voice"
untagged 22-24
ip address 192.168.17.11 255.255.255.0
tagged 1-12,25-26
exit
vlan 5
name "Def-SV-Mitel"
untagged 20-21
ip address 192.168.0.11 255.255.255.0
tagged 25-26
exit
vlan 10
name "Mitel-data"
untagged 13-17
ip address 192.168.110.11 255.255.255.0
tagged 25-26
exit
vlan 20
name "Mitel-voice"
untagged 18-19
ip address 192.168.120.11 255.255.255.0
tagged 13-17,25-26
exit
qos type-of-service diff-services
ip route 0.0.0.0 0.0.0.0 192.168.16.1
-
so the PBX is connected to an untegged port on VLAN 7 (Voice) therefore so will all the 16 PoE ports on the front. Yet you have a Mitel Voice VLAN 20?? So I am guessing that a phone works when it is connected to a VLAN 20 port and then it routes to the PBX via whatever gateway is assigned by DHCP (as it seems PBX is on VLAN 7). So I would assume that your DHCP server is not servicing VLAN 7 and therefore when you plug into the front of CXI you get no DHCP. Try programming up a untagged VLAN 7 port on your HP switch and I bet you get the same issue.