speedAmpMEthPortMode
SPEED-AMP-MIB ·
.0.0.3.5.1.5.1.7
Object
column Enumeration
Module Eth Port Configuration Mode.
Context
- MIB
- SPEED-AMP-MIB
- OID
.0.0.3.5.1.5.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- speedAmpModuleEthPortOverviewEntry
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 'SPEED-AMP-MIB' -M '/opt/observium/mibs/pandacom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SPEED-AMP-MIB::speedAmpMEthPortMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SPEED-AMP-MIB' -M '/opt/observium/mibs/pandacom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SPEED-AMP-MIB::speedAmpMEthPortMode.<speedAmpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SPEED-AMP-MIB' -M '/opt/observium/mibs/pandacom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SPEED-AMP-MIB::speedAmpMEthPortMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notAvailable |
1 | autoneg |
2 | hdx10 |
3 | fdx10 |
4 | hdx100 |
5 | fdx100 |
6 | hdlc |
7 | rmii |
255 | unknown |