swPortFullDuplex
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.3.1.1.8
Object
column mandatory
r/w
Enumeration
Set to enabled(1) to operate in full duplex mode: port
will allow simultaneous transmit and receive which can
double its bandwidth. Set to disabled(2) to operate in
normal mode. Set to auto-negotiate(3) to allow the switch
to negotiate with the other end of the connection.
Auto-negotiate(3) may not be set on a 10Mbps port, or
a port whose connector type is not rj45. Doing so
will result in badValue.
Set to enabled_flow_control(4) to allow a port to operate
in full duplex and to allow a port to throttle packet
transmission according to flow control messages sent by
the other end of the link.
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.3.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- swPortEntry
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 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortFullDuplex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortFullDuplex.<swPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortFullDuplex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |
3 | auto-negotiate |
4 | enabled-flow-control |