Hello Luiz,
"Output packet size of 1504 bytes too big"
you have an interface with MTU 1500 and a bigger packet should be sent out of it.
Are you deploying MPLS ?
An ip packet of 1500 byte + 4 byte MPLS header makes a 1504 byte PDU that cannot be handled without increasing the MTU.
I've seen this message when deploying MPLS in a network.
depending on the IOS version and platform you could be able to increase the interface MTU or not
try
int fx/y
mtu 1508
I agree the ports shouldn't go down and so I would start to consider an IOS upgrade
Hope to help
Giuseppe