swPortMgtSpeedDpxInUse
HME621 ·
.1.3.6.1.4.1.60000.301.1.43.2.1.1.4
Object
column mandatory
Enumeration
The operating speed and duplex mode of the switched port.
Context
- MIB
- HME621
- OID
.1.3.6.1.4.1.60000.301.1.43.2.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- switchPortMgtEntry
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 'HME621' -M '/opt/observium/mibs/ethernetdirect:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HME621::swPortMgtSpeedDpxInUse'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HME621' -M '/opt/observium/mibs/ethernetdirect:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HME621::swPortMgtSpeedDpxInUse.<swPortMgtIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HME621' -M '/opt/observium/mibs/ethernetdirect:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HME621::swPortMgtSpeedDpxInUse'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | halfDuplex10 |
2 | fullDuplex10 |
3 | halfDuplex100 |
4 | fullDuplex100 |
5 | autoNegotiation |