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