dot3OamCriticalEventEnable
ZXEPON-SERVICE-OAM-MIB ·
.1.3.6.1.4.1.3902.1015.1010.1.6.5.1.16
Object
If true, the local OAM entity should attempt to indicate a critical event via the OAMPDU flags to its peer OAM entity when a critical event occurs. The exact definition of a critical event is implementation dependent. If the system does not support critical event capability, setting this object has no effect, and reading the object should always result in 'false'. By default, this object should have the value true for Ethernet like interfaces that support OAM. If the OAM layer does not support event notifications (as indicated via the OamFunctionsSupported attribute), this value is ignored.
Context
- MIB
- ZXEPON-SERVICE-OAM-MIB
- OID
.1.3.6.1.4.1.3902.1015.1010.1.6.5.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dot3OamEventConfigEntry
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 'ZXEPON-SERVICE-OAM-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXEPON-SERVICE-OAM-MIB::dot3OamCriticalEventEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXEPON-SERVICE-OAM-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXEPON-SERVICE-OAM-MIB::dot3OamCriticalEventEnable.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXEPON-SERVICE-OAM-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXEPON-SERVICE-OAM-MIB::dot3OamCriticalEventEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |