s5EnPortExtActiveSpeed
S5-ETHERNET-COMMON-MIB ·
.1.3.6.1.4.1.45.1.6.6.1.3.1.10
Object
column Enumeration
The speed of the link. The possible values are: unknown(1)........unknown, no link bps10M(2).........10 Mbit link bps100M(3)........100 Mbit link
Context
- MIB
- S5-ETHERNET-COMMON-MIB
- OID
.1.3.6.1.4.1.45.1.6.6.1.3.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- s5EnPortExtEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'S5-ETHERNET-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-ETHERNET-COMMON-MIB::s5EnPortExtActiveSpeed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-ETHERNET-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-ETHERNET-COMMON-MIB::s5EnPortExtActiveSpeed.<s5EnPortExtBrdIndx>.<s5EnPortExtIndx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-ETHERNET-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-ETHERNET-COMMON-MIB::s5EnPortExtActiveSpeed'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | bps10M |
3 | bps100M |