portSpeedDpxCfg
V2H124-24-MIB ·
.1.3.6.1.4.1.52.4.12.30.1.2.1.1.4
Object
column r/w
Enumeration
Configures the speed and duplex mode for a port or trunk,
according to:
halfDuplex10(2) - 10Mbps and half duplex mode
fullDuplex10(3) - 10Mbps and full duplex mode
halfDuplex100(4) - 100Mbps and half duplex mode
fullDuplex100(5) - 100Mbps and full duplex mode
halfDuplex1000(6) - 1000Mbps and half duplex mode
fullDuplex1000(7) - 1000Mbps and full duplex mode
hundredBaseTX port can be set as
halfDuplex10(2)
fullDuplex10(3)
halfDuplex100(4)
fullDuplex100(5)
hundredBaseFX port can be set as
halfDuplex100(4)
fullDuplex100(5)
thousandBaseSX port can be set as
halfDuplex1000(6)
fullDuplex1000(7)
The actual operating speed and duplex of the port
is given by portSpeedDpxStatus.
Context
- MIB
- V2H124-24-MIB
- OID
.1.3.6.1.4.1.52.4.12.30.1.2.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- portEntry
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 'V2H124-24-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'V2H124-24-MIB::portSpeedDpxCfg'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'V2H124-24-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'V2H124-24-MIB::portSpeedDpxCfg.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'V2H124-24-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'V2H124-24-MIB::portSpeedDpxCfg'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | reserved |
2 | halfDuplex10 |
3 | fullDuplex10 |
4 | halfDuplex100 |
5 | fullDuplex100 |
6 | halfDuplex1000 |
7 | fullDuplex1000 |