5295N/A@@ -224,7 +224,7 @@ sub InterfaceInfo($$$$$) {
5237N/A # maximum value (4,294,967,295) and ifHighSpeed must be used
5237N/A # to report the interace's speed. For a sub-layer which has
5237N/A # no concept of bandwidth, this object should be zero."
5295N/A- if ( (not defined $value) || ($value == 2**32-1) ) {
5295N/A+ if ( (not defined $value) || ($value == 2**32-1) || ($value == 2**32-2) ) {
5237N/A ($if, $value) = split /:/, $ifHighSpeed[$i], 2;
5237N/A $value = $value * 1000000; # highSpeed = contador * 10^6
5295N/A debug('base',"Speed: $if - $value");