cfmMepDbPortStatusTlv

DGS-1210-28XME-BX · .1.3.6.1.4.1.171.10.76.43.1.110.10.1.6

Object

column CfmPortStatus
An enumerated value of the Port status TLV received in the
last CCM from the remote MEP or the default value
psNoPortStateTLV indicating either no CCM has been received,
or that nor port status TLV was received in the last CCM.

Context

MIB
DGS-1210-28XME-BX
OID
.1.3.6.1.4.1.171.10.76.43.1.110.10.1.6
Type
column
Access
readonly
Status
current
Default
psNoPortStateTLV
Parent
cfmMepDbEntry

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 'DGS-1210-28XME-BX' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS-1210-28XME-BX::cfmMepDbPortStatusTlv'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DGS-1210-28XME-BX' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS-1210-28XME-BX::cfmMepDbPortStatusTlv.<cfmMdIndex>.<cfmMaIndex>.<cfmMepIdentifier>.<cfmMepDbRMepIdentifier>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DGS-1210-28XME-BX' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DGS-1210-28XME-BX::cfmMepDbPortStatusTlv'

Syntax

Source
CfmPortStatus
Base type
Enumeration
Type Description
An enumerated value from he Port Status TLV from the last CCM
received from the last MEP. It indicates the ability of the
Bridge Port on which the transmitting MEP resides to pass
ordinary data, regardless of the status of the MAC
(Table 21-10).
          
psNoPortStateTLV(0) Indicates either that no CCM has been
                    received or that no port status TLV was
                    present in the last CCM received.
          
psBlocked(1)        Ordinary data cannot pass freely through
                    the port on which the remote MEP resides.
                    Value of enableRmepDefect is equal to
                    false.
          
psUp(2):            Ordinary data can pass freely through
                    the port on which the remote MEP resides.
                    Value of enableRmepDefect is equal to
                    true.
          
NOTE: A 0 value is used for psNoPortStateTLV, so that
      additional code points can be added in a manner
      consistent with the CfmInterfaceStatus textual
      convention.

Values & Constraints

Type Values
0psNoPortStateTLV
1psBlocked
2psUp