portMdixMode
ES3528-MIB ·
.1.3.6.1.4.1.259.8.2.1.1.2.1.1.14
Object
column r/w
Enumeration
This parameter can be configured to auto(1), which means the connection mode will be auto detected; straight(2), which means the connection is used the straight-through twisted pair cabling; and crossover(3), which means the connection is used the crossover twisted pair cabling.
Context
- MIB
- ES3528-MIB
- OID
.1.3.6.1.4.1.259.8.2.1.1.2.1.1.14- 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 'ES3528-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES3528-MIB::portMdixMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES3528-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES3528-MIB::portMdixMode.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES3528-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES3528-MIB::portMdixMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto |
2 | straight |
3 | crossover |