hwCfmMaintenanceDomainNameFormat
HUAWEI-ETHERNET-OAM-MIB ·
.1.3.6.1.4.1.2011.5.101.1.1.2.1.2
Object
column r/w
Enumeration
The type of CFM Maintenance Domain name. In order to divide Maintanance Domain name from different types. Format of the Maintenance Domain Name TLV. Options: 1. noName(1) -indicates the format compatibled ITU-T M.1400 Carrier Code and ISO 3166 country code 2. dnsName(2) -indicates the format is DNS name 3. macInteger(3) -indicates the format is MAC address with 2-octec integer 4. string(4) -indicates the format is ASCII 33 ~ ASCII 126, except \\ / : * ? \ < > | %
Context
- MIB
- HUAWEI-ETHERNET-OAM-MIB
- OID
.1.3.6.1.4.1.2011.5.101.1.1.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwCfmMaintenanceDomainEntry
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 'HUAWEI-ETHERNET-OAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERNET-OAM-MIB::hwCfmMaintenanceDomainNameFormat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ETHERNET-OAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHERNET-OAM-MIB::hwCfmMaintenanceDomainNameFormat.<hwCfmMaintenanceDomainIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ETHERNET-OAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ETHERNET-OAM-MIB::hwCfmMaintenanceDomainNameFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noName |
2 | dnsName |
3 | macInteger |
4 | string |