hwAtmCesPortCfgFrameVerifyMode
HUAWEI-CES-MIB ·
.1.3.6.1.4.1.2011.5.11.3.1.4
Object
column r/w
Enumeration
Frame verify mode of port. Mode adapt is used for SDT mode only. Options: 1. enable(1) - Open frame verify 2. disable(2) - Close frame verify 3. adapt(3) - Auto adaptation for whether to use CRC4 4. invalidOrNotSupport(-1) - Invalid or does not support frame verify
Context
- MIB
- HUAWEI-CES-MIB
- OID
.1.3.6.1.4.1.2011.5.11.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwAtmCesPortCfgEntry
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-CES-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-CES-MIB::hwAtmCesPortCfgFrameVerifyMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-CES-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-CES-MIB::hwAtmCesPortCfgFrameVerifyMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-CES-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-CES-MIB::hwAtmCesPortCfgFrameVerifyMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalidOrNotSupport |
1 | enable |
2 | disable |
3 | adapt |