swPortMgtSpeedDpxAdmin
HME621 ·
.1.3.6.1.4.1.60000.301.1.43.2.1.1.3
Object
column mandatory
r/w
Enumeration
Set the port speed and duplex mode as follows:
halfDuplex10(1) - 10Mbps and half duplex mode
fullDuplex10(2) - 10Mbps and full duplex mode
halfDuplex100(3) - 100Mbps and half duplex mode
fullDuplex100(4) - 100Mbps and full duplex mode
autoNegotiation(5) - let the switch to negotiate
with the other end of connection.
hundredBaseTX port can be set as
halfDuplex10(1)
fullDuplex10(2)
halfDuplex100(3)
fullDuplex100(4)
autoNegotiation(5)
hundredBaseFX port can be set as
halfDuplex100(3)
fullDuplex100(4)
The actual operating speed and duplex of the port
is given by swPortMgtSpeedDpxInUse.
Context
- MIB
- HME621
- OID
.1.3.6.1.4.1.60000.301.1.43.2.1.1.3- Type
- column
- Access
- readwrite
- 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::swPortMgtSpeedDpxAdmin'
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::swPortMgtSpeedDpxAdmin.<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::swPortMgtSpeedDpxAdmin'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | halfDuplex10 |
2 | fullDuplex10 |
3 | halfDuplex100 |
4 | fullDuplex100 |
5 | autoNegotiation |