dot3PauseOperMode

IEEE8023-EtherLike-MIB · .1.3.111.2.802.3.1.10.1.10.1.2

Object

column Enumeration
This object reflects the PAUSE mode currently
              
in use on this interface, as determined by
either (1) the result of the Auto-Negotiation
function or (2) if Auto-Negotiation is not
enabled or is not implemented for the active MAU
attached to this interface, by the value of
dot3PauseAdminMode. Interfaces operating at
100 Mb/s or less will never return
'enabledXmit(2)' or 'enabledRcv(3)'. Interfaces
operating in half-duplex mode will return
'disabled(1)'. Interfaces on which
Auto-Negotiation is enabled but not yet
completed should return the value
'disabled(1)'.

Context

MIB
IEEE8023-EtherLike-MIB
OID
.1.3.111.2.802.3.1.10.1.10.1.2
Type
column
Access
readonly
Status
current
Parent
dot3PauseEntry
Groups
1

Walk 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 'IEEE8023-EtherLike-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE8023-EtherLike-MIB::dot3PauseOperMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IEEE8023-EtherLike-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE8023-EtherLike-MIB::dot3PauseOperMode.<dot3StatsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IEEE8023-EtherLike-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IEEE8023-EtherLike-MIB::dot3PauseOperMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1disabled
2enabledXmit
3enabledRcv
4enabledXmitAndRcv

Conformance