etsysEntitySfpSensorSupportedSpeeds

ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB · .1.3.6.1.4.1.5624.1.2.85.1.2.1.1.12

Object

column Integer32
This value represents the set of speeds supported
by transceivers present in the platform.  For each
speed capability, 2 raised to the power noted below
is added to the sum.  The unit for speed capability
is 1 Mbps.
              
For example, a transceiver that supports 10G would
have a value of (2**6) or 64.  In contrast, a transceiver
that supports both 1G and 10G would have a value of
((2**3) + (2**6)) or 72.
              
Power  Capability
  0      other or unknown
  1      10
  2      100
  3      1000
  4      2500
  5      5000
  6      10000
  7      20000
  8      25000
  9      40000
 10      50000
 11      100000
 12      400000

Context

MIB
ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB
OID
.1.3.6.1.4.1.5624.1.2.85.1.2.1.1.12
Type
column
Access
readonly
Status
current
Parent
etsysEntitySfpSensorExtEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB::etsysEntitySfpSensorSupportedSpeeds'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB::etsysEntitySfpSensorSupportedSpeeds.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB::etsysEntitySfpSensorSupportedSpeeds'

Syntax

Source
SNMPv2-SMIInteger32
Base type
Integer32

Values & Constraints

Type Constraints
range: -2147483648..2147483647

Conformance