BytesSent and bytesReceived max value 4294967295

Hi,

Is there any way to break the limit for this parameter?

InternetGatewayDevice.WANDevice.1.X_CT-COM_EponInterfaceConfig.Stats.BytesReceived

Because it limited max 4294967295.

I know it because the type of bytesSent and bytesReceived are unsignedInt.

I’ve tried using virtualparam and change the type into string, but it didn’t help

You cannot use a vparam to change the type of another param. Tell your vendor to switch the type of their custom param to unsignedLong.

Noted! thanks for the information.