Ahdinko
IS-IT--Management
- Jul 14, 2008
- 2
Hello all.
Have a strange problem with our phones and Vlans.
We have a Mitel 3300 controller and Mitel 5220's and 5224's as our phones. The controller acts as the DHCP server for the phones.
We are using a Cisco 2950 as our switch. The Mitel 3300 connects into the cisco 2950, as well as a data switch and WAN link
We want to replace the Cisco 2950 with a 3560 as it has double the amount of ports, and POE (We are using a PowerDzine to inject power for phones currently)
So last weekend, I configured the new Cisco 3560 to match the config on the 2950. I replace the 2950 with the new 3560, the phones get power, get the first DHCP address, release it, and then just sit on discovery.
We are using Vlan 102 for our voice network, and vlan 104 for our data network.
Here is the 2950 config:
interface FastEthernet0/1
description ==Con to Cisco1721 Router==
switchport trunk native vlan 102
switchport trunk allowed vlan 102,104
switchport mode trunk
no ip address
duplex full
speed 100
!
interface FastEthernet0/2
description ==Con to Cisco Data Switch==
switchport access vlan 104
switchport trunk native vlan 104
switchport trunk allowed vlan 102,104
switchport mode trunk
no ip address
duplex full
speed 100
!
interface FastEthernet0/3
description ==Con to Mitel 3300==
switchport access vlan 102
switchport mode access
no ip address
duplex full
speed 100
spanning-tree portfast
spanning-tree bpduguard enable
!
interface FastEthernet0/4
description ==Connection to IP Phones==
switchport access vlan 102
switchport mode access
no ip address
speed 100
spanning-tree portfast
spanning-tree bpduguard enable
Ports 4-24 are the same config.
Here is the config of the cisco 3560:
interface FastEthernet0/1
description CONNECTION TO MPLS LINK
switchport trunk encapsulation dot1q
switchport trunk native vlan 102
switchport trunk allowed vlan 102,104
switchport mode trunk
speed 100
duplex full
!
interface FastEthernet0/2
description CONNECTION TO DATA SWITCH
switchport trunk encapsulation dot1q
switchport access vlan 104
switchport trunk native vlan 104
switchport trunk allowed vlan 102,104
switchport mode trunk
speed 100
duplex full
!
interface FastEthernet0/3
description CONNECTION TO MITEL 3300
switchport access vlan 102
switchport mode access
speed 100
duplex full
spanning-tree portfast
spanning-tree bpduguard enable
!
interface FastEthernet0/4
description CONNECTION TO IP PHONE
switchport access vlan 102
switchport mode access
speed 100
spanning-tree portfast
spanning-tree bpduguard enable
Ports 4-48 are the same.
So after many hours of trying to fix this problem, I take the new 3560 and put the old 2950 back in. Works straight away.
So can anyone shed any light on why we are having this problem?
Have a strange problem with our phones and Vlans.
We have a Mitel 3300 controller and Mitel 5220's and 5224's as our phones. The controller acts as the DHCP server for the phones.
We are using a Cisco 2950 as our switch. The Mitel 3300 connects into the cisco 2950, as well as a data switch and WAN link
We want to replace the Cisco 2950 with a 3560 as it has double the amount of ports, and POE (We are using a PowerDzine to inject power for phones currently)
So last weekend, I configured the new Cisco 3560 to match the config on the 2950. I replace the 2950 with the new 3560, the phones get power, get the first DHCP address, release it, and then just sit on discovery.
We are using Vlan 102 for our voice network, and vlan 104 for our data network.
Here is the 2950 config:
interface FastEthernet0/1
description ==Con to Cisco1721 Router==
switchport trunk native vlan 102
switchport trunk allowed vlan 102,104
switchport mode trunk
no ip address
duplex full
speed 100
!
interface FastEthernet0/2
description ==Con to Cisco Data Switch==
switchport access vlan 104
switchport trunk native vlan 104
switchport trunk allowed vlan 102,104
switchport mode trunk
no ip address
duplex full
speed 100
!
interface FastEthernet0/3
description ==Con to Mitel 3300==
switchport access vlan 102
switchport mode access
no ip address
duplex full
speed 100
spanning-tree portfast
spanning-tree bpduguard enable
!
interface FastEthernet0/4
description ==Connection to IP Phones==
switchport access vlan 102
switchport mode access
no ip address
speed 100
spanning-tree portfast
spanning-tree bpduguard enable
Ports 4-24 are the same config.
Here is the config of the cisco 3560:
interface FastEthernet0/1
description CONNECTION TO MPLS LINK
switchport trunk encapsulation dot1q
switchport trunk native vlan 102
switchport trunk allowed vlan 102,104
switchport mode trunk
speed 100
duplex full
!
interface FastEthernet0/2
description CONNECTION TO DATA SWITCH
switchport trunk encapsulation dot1q
switchport access vlan 104
switchport trunk native vlan 104
switchport trunk allowed vlan 102,104
switchport mode trunk
speed 100
duplex full
!
interface FastEthernet0/3
description CONNECTION TO MITEL 3300
switchport access vlan 102
switchport mode access
speed 100
duplex full
spanning-tree portfast
spanning-tree bpduguard enable
!
interface FastEthernet0/4
description CONNECTION TO IP PHONE
switchport access vlan 102
switchport mode access
speed 100
spanning-tree portfast
spanning-tree bpduguard enable
Ports 4-48 are the same.
So after many hours of trying to fix this problem, I take the new 3560 and put the old 2950 back in. Works straight away.
So can anyone shed any light on why we are having this problem?