ctFastEthernetLocalTechnologyAbility
FAST-ETHERNET-MIB ·
.1.3.6.1.4.1.52.4.1.2.9.1.1.1.4
Object
column mandatory
Integer32
This indicates the technology ability of the local hardware.
The value of this object is the logical OR of all supported
technologies. Where each technology is given the values below:
other(1) Undefined, or ability not known
Auto-Negotiation(2) Auto-Negotiation
10BASE-T(8) 10BASE-T
10BASE-TFD(16) Full duplex 10BASE-T
100BASE-TX(32) 100BASE-TX
100BASE-TXFD(64) Full Duplex 100BASE-TX
100BASE-T4(128) 100BASE-T4
100BASE-FX(256) 100BASE-FX
100BASE-FXFD(512) Full Duplex 100Base-FX
For example a port which supported 100Base-TX(32), 100Base-TXFD(64),
and Auto-Negotiation(2) would have a value of 98(32 + 64 + 2).
Context
- MIB
- FAST-ETHERNET-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.9.1.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ctFastEthernetCtlEntry
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 'FAST-ETHERNET-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FAST-ETHERNET-MIB::ctFastEthernetLocalTechnologyAbility'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FAST-ETHERNET-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FAST-ETHERNET-MIB::ctFastEthernetLocalTechnologyAbility.<ctFastEthernetCtlInterface>.<ctFastEthernetCtlPortGroup>.<ctFastEthernetCtlPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FAST-ETHERNET-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FAST-ETHERNET-MIB::ctFastEthernetLocalTechnologyAbility'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 1-1023