a3ComPathDuplex
A3Com-PortPath-r6-MIB ·
.1.3.6.1.4.1.43.2.16.2.1.28
Object
column mandatory
r/w
Enumeration
The duplex mode is for SDLC and V3. It describes the physical
characteristics of the communication method used to control the
request-to-send signal. It has three values which are full, half
and auto.
The path has to be (re)enabled for any new setting to take effect.
Context
- MIB
- A3Com-PortPath-r6-MIB
- OID
.1.3.6.1.4.1.43.2.16.2.1.28- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComPathEntry
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 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-PortPath-r6-MIB::a3ComPathDuplex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-PortPath-r6-MIB::a3ComPathDuplex.<a3ComPathIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-PortPath-r6-MIB::a3ComPathDuplex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | full |
2 | half |
3 | auto |