Link to home
Start Free TrialLog in
Avatar of georgecooldude
georgecooldude

asked on

Nortel IP 2004 - slow performance through data port - Need urgent help

Hi,

I have a number of Nortel IP 2004 phones plugged into a Cisco 3560 switch. The PCs are plugged into the back of the phones however I am experiencing slow upload throughput and can only get around 1-2mbit upstream. Data that is sent downstream from servers plugged directly into a vlan20 switch port is going between 40-70mbit so I that is not a problem.

VLAN40 is for voice
VLAN20 is for data

Here is my Cisco 3560 switchport configuration
interface FastEthernet0/X
 switchport access vlan 20
 switchport mode access
 switchport voice vlan 40
 mls qos trust dscp
 spanning-tree portfast

I have also tried changing the links to trunk lists as per a previous suggestion but that doesn't speed up performance either. Tried changing the voice and data vlan settings on the Nortel phone to tagged and untagged but still no better.

One thing I have noticed however in a test enviroment is when the phone is just powered on before you either get a login prompt from the Nortel server then you can get upwards of 50mbit upstream throughput.

Has anyone come across something like this before or can you provide some suggestions. Are there special options that are given to the phone? Do I need to enable any more special options on the switch?
Avatar of yawns
yawns


I'm not sure if this is going to help but can you try on your switch:

switchport trunk encapsulation dot1q
switchport mode trunk

luck
Avatar of georgecooldude

ASKER

Hi Yawns

I already tried that before and unfortunatly it didn't improve the upstream performance.
ASKER CERTIFIED SOLUTION
Avatar of yawns
yawns

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I found the problem.

I had set the PC port on the phone to full duplex. Changing it to auto resolved the problem. Apparently from the docs I've read even if the switch itself is set as 100mbit/full the phone itself will still need to be set to auto otherwise a duplex mismatch occurs. Strange but true.