deviceAttackStatus
BLUECOAT-SG-ATTACK-MIB ·
.1.3.6.1.4.1.3417.2.3.1.1.1.1.3
Object
column AttackStatus
noAttack(1) not under attack, underAttack(2) attack in progress. The default start-up value is noAttack(1).
Context
- MIB
- BLUECOAT-SG-ATTACK-MIB
- OID
.1.3.6.1.4.1.3417.2.3.1.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- deviceAttackEntry
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 'BLUECOAT-SG-ATTACK-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUECOAT-SG-ATTACK-MIB::deviceAttackStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLUECOAT-SG-ATTACK-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUECOAT-SG-ATTACK-MIB::deviceAttackStatus.<deviceAttackIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLUECOAT-SG-ATTACK-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLUECOAT-SG-ATTACK-MIB::deviceAttackStatus'
Syntax
- Source
- AttackStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | noAttack |
2 | underAttack |