pwEnetOpMode

LUM-PW-MIB · .1.3.6.1.4.1.8708.2.41.2.4.1.1.16

Object

column r/w Enumeration
An Ethernet pseudowire operates in one of the tree modes:
transparent (0)
    -- packets will be forwarded between the port and the pseudowire
       independent of their structure. No action is performed on traffic
       either entering or exiting the pseudowire.
raw (1)
    -- service-delimiting tags are never sent over the pseudowire if Ethernet
       pseudowire is operating in raw mode. If a service-delimiting tag is
       present when the frame is received from the attachment circuit by the
       PE, it is stripped from the frame before the frame is sent to the
       pseudowire.
tagged (2)
    -- every frame sent on the pseudowire must have a service-delimiting VLAN
       tag if Ethernet pseudowire is operating in tagged mode. If the frame as
       received by the PE from the attachment circuit does not have a service-
       delimiting tag, the PE will push the frame with a VLAN tag.

Context

MIB
LUM-PW-MIB
OID
.1.3.6.1.4.1.8708.2.41.2.4.1.1.16
Type
column
Access
readwrite
Status
current
Default
transparent
Parent
pwEnetEntry
Groups
2

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
0transparent
1raw
2tagged

Conformance