hwCfmMepTransmitLbTestPatternType
HUAWEI-ETHERNET-OAM-MIB ·
.1.3.6.1.4.1.2011.5.101.1.12.1.64
Object
column r/w
Enumeration
Indicates the sequence pattern type of test tlv in the LBM sent by a MEP in the LB diagnostic test. Options: 1. invalid(-1) -indicates invalid value 2. nullSignalWithOutCRC(0) -indicates All-zero sequence withoutCRC 3. nullSignalWithCRC(1) -indicates All-zero sequence withCRC 4. prbsWithOutCRC(2) -indicates PRBS sequence withoutCRC 5. prbsWithCRC(3) -indicates PRBS sequence withCRC Default: nullSignalWithOutCRC(0)
Context
- MIB
- HUAWEI-ETHERNET-OAM-MIB
- OID
.1.3.6.1.4.1.2011.5.101.1.12.1.64- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwCfmMepEntry
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::hwCfmMepTransmitLbTestPatternType'
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::hwCfmMepTransmitLbTestPatternType.<dot1agCfmMdIndex>.<dot1agCfmMaIndex>.<hwCfmMepIdentifier>'
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::hwCfmMepTransmitLbTestPatternType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
0 | nullSignalWithOutCRC |
1 | nullSignalWithCRC |
2 | prbsWithOutCRC |
3 | prbsWithCRC |