speedAmpMEthPCfgMode
SPEED-AMP-MIB ·
.0.0.3.5.1.6.1.6
Object
column r/w
Enumeration
Module Ethernet Port Configuration. Only ports 1 and 2 are configurable.
Context
- MIB
- SPEED-AMP-MIB
- OID
.0.0.3.5.1.6.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- speedAmpMEthPortConfigEntry
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::speedAmpMEthPCfgMode'
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::speedAmpMEthPCfgMode.<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::speedAmpMEthPCfgMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notAvailable |
1 | autoneg |
2 | fix10HDX |
3 | fix10FDX |
4 | fix100HDX |
5 | fix100FDX |
6 | fixhdlc |
7 | fixrmii |
255 | unknown |