Hi,
I thought I was facing a strange issue with ifSpeed with 10Gbps interfaces as it returns 4,294,967,296bps till I read the explanation about it:
Anyway, using ifHighSpeed doesn't solve the problem either, as it returns 10,000 for 10Gbps, 1000 for 1Gbps. I tired value mappings, but it seems they map numeric values to string values. Other than increasing the number of items by 1 to create a calculated item, what can I do to see the correct interface speed value?
thanks
I thought I was facing a strange issue with ifSpeed with 10Gbps interfaces as it returns 4,294,967,296bps till I read the explanation about it:
An estimate of the interface's current bandwidth in bits per second. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. If the bandwidth of the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interface's speed. For a sub-layer which has no concept of bandwidth, this object should be zero.
thanks
Comment