cfgNetEthSpeed
WESTERMO-SW6-MIB ·
.1.3.6.1.4.1.16177.1.400.1.1.2.1.1.9
Object
Defines a bitmask containing the possible speed/duplex combinations.
* 0x01 (1) = 10Mbit/Half
* 0x02 (2) = 10Mbit/Full
* 0x04 (4) = 100Mbit/Half
* 0x08 (8) = 100Mbit/Full
* 0x20 (32) = 1000Mbit/Full
When `cfgNetEthSpeed` is **forced(0)** only a single bit may be
active. Only 10Mbit and 100Mbit rates are allowed in forced mode.
1000Mbit requires the mode to be auto.
When `cfgNetEthSpeed` is **auto(1)** multiple bits may be set which
are used to advertise the supported speed/duplex.
1000Mbit/Half is not supported.
Applies to AP and STA.
Context
- MIB
- WESTERMO-SW6-MIB
- OID
.1.3.6.1.4.1.16177.1.400.1.1.2.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cfgNetEthernetTableEntry
- Groups
- 1
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 'WESTERMO-SW6-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WESTERMO-SW6-MIB::cfgNetEthSpeed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WESTERMO-SW6-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WESTERMO-SW6-MIB::cfgNetEthSpeed.<cfgNetEthIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WESTERMO-SW6-MIB' -M '/opt/observium/mibs/westermo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WESTERMO-SW6-MIB::cfgNetEthSpeed'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Conformance
Member of