zyErrdisableDetectReasonMode
ZYXEL-ERR-DISABLE-MIB ·
.1.3.6.1.4.1.890.1.15.3.24.1.2.1.1.3
Object
column r/w
Enumeration
Select the mode that the switch takes when the number of control packets exceeds the rate limit on a port, set in the CPU protection. inactivePort - The switch disables the port on which the control packets are received. inactiveReason - The switch bypasses the processing of the specified control packets (such as ARP or IGMP packets), or drops all the specified control packets (such as BPDU) on the port. rateLimitation - The switch drops the additional control packets the port has to handle in every one second.
Context
- MIB
- ZYXEL-ERR-DISABLE-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.24.1.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zyxelErrdisableDetectReasonEntry
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 'ZYXEL-ERR-DISABLE-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ERR-DISABLE-MIB::zyErrdisableDetectReasonMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-ERR-DISABLE-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ERR-DISABLE-MIB::zyErrdisableDetectReasonMode.<zyErrdisableDetectReasonType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-ERR-DISABLE-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-ERR-DISABLE-MIB::zyErrdisableDetectReasonMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactivePort |
2 | inactiveReason |
3 | rateLimitation |