Looks like there is some problem translating % transmit rate to bps on this interface. I assume 2583 is interface index.
Please run
show interfaces | match "physical|2583"
When you know wchich interface is causing troubles run
show interface <if> extensive | find "cos transmit"
You should see translation between % and bps on this interface. Check what speed is negotiated. Is there maybe bandwidth manually (mis)configured. If all is ok try to bounce the interface.
Regards, Wojtek