ā04-29-2022 04:43 AM
ā05-02-2022 10:41 AM
Hello,
I would be suspicious of pause-frames from the VOIP phone causing this issue. Pause-frames are messages sent by an end device to tell a link-neighbor to slow down. This can in turn cause congestion for that port, especially if there is a work-station behind the VOIP phone.
To check for incoming pause-frames, check the command:
show port flow-control
In EXOS, you can tell the switch to ignore pause-frames with the following command:
disable flow-control rx-pause port <#>
Generally, ignoring pause-frames will not negatively impact the VOIP phone, but there may be a limitation of the VOIP phone as to how fast it can switch frames to the workstation.
Hope that helps!