swSafeGuardmode
SAFEGUARD-ENGINE-MIB ·
.1.3.6.1.4.1.171.12.19.2.3
Object
scalar r/w
Enumeration
determine the controlling method of broadcast traffic. Here are two modes (strict and fuzzy). In strict, the Switch will stop receiving all 'ARP not to me' packets (the protocol address of target in ARP packet is the Switch itself). That means no matter what reasons cause the high CPU utilization (may not caused by ARP storm), the Switch reluctantly processes any 'ARP not to me' packets in exhausted mode. In fuzzy mode, the Switch will adjust the bandwidth dynamically depend on some reasonable algorithm.
Context
- MIB
- SAFEGUARD-ENGINE-MIB
- OID
.1.3.6.1.4.1.171.12.19.2.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- swSafeGuardctrl
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SAFEGUARD-ENGINE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SAFEGUARD-ENGINE-MIB::swSafeGuardmode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SAFEGUARD-ENGINE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SAFEGUARD-ENGINE-MIB::swSafeGuardmode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | strict |
2 | fuzzy |