cfmMdFormat

DGS-1210-28XME-BX · .1.3.6.1.4.1.171.10.76.43.1.110.5.1.2

Object

The type (and thereby format) of the Maintenance Domain Name.

Context

MIB
DGS-1210-28XME-BX
OID
.1.3.6.1.4.1.171.10.76.43.1.110.5.1.2
Type
column
Access
readwrite
Status
current
Default
charString
Parent
cfmMdEntry

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::cfmMdFormat'
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::cfmMdFormat.<cfmMdIndex>'
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::cfmMdFormat'

Syntax

Source
CfmMaintDomainNameType
Base type
Enumeration
Type Description
A value that represents a type (and thereby the format)
of a CfmMaintDomainName.  The value can be one of
the following:
          
          
ieeeReserved(0)   Reserved for definition by IEEE 802.1
                  recommend to not use zero unless
                  absolutely needed.
none(1)           No format specified, usually because
                  there is not (yet) a Maintenance
                  Domain Name. In this case, a zero
                  length OCTET STRING for the Domain
                  Name field is acceptable.
dnsLikeName(2)    Domain Name like string, globally unique
                  text string derived from a DNS name.
macAddrAndUint(3) MAC address + 2-octet (unsigned) integer.
charString(4)     RFC2579 DisplayString, except that the
                  character codes 0-31 (decimal) are not
                  used.
ieeeReserved(xx)  Reserved for definition by IEEE 802.1
                  xx values can be [5..31] and [64..255]
ituReserved(xx)   Reserved for definition by  ITU-T Y.1731
                  xx values range from [32..63]
          
To support future extensions, the CfmMaintDomainNameType
textual convention SHOULD NOT be sub-typed in object type
definitions.  It MAY be sub-typed in compliance statements in
order to require only a subset of these address types for a
compliant implementation.
          
Implementations must ensure that CfmMaintDomainNameType
objects and any dependent objects (e.g.,
CfmMaintDomainName objects) are consistent.  An
inconsistentValue error must be generated if an attempt to
change an CfmMaintDomainNameType object would, for
example, lead to an undefined CfmMaintDomainName value.
In particular,
CfmMaintDomainNameType/CfmMaintDomainName pairs
must be changed together if the nameType changes.

Values & Constraints

Type Values
1none
2dnsLikeName
3macAddressAndUint
4charString