BLUECOAT-SG-ATTACK-MIB

        The Blue Coat Attack MIB is used to monitor
possible protocol attacks by hackers.
    
Source file
BLUECOAT-SG-ATTACK-MIB
Last revised
Identity
deviceAttackMIB
Base OID
1.3.6.1.4.1.3417.2.3
Imported Objects
BLUECOAT-MIB blueCoatMgmt
SNMPv2-SMI Integer32 MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page)
SNMPv2-TC DisplayString TEXTUAL-CONVENTION (no object page) TimeStamp
Net-SNMP examples using the bluecoat MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/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::deviceAttackMIB'
Walk the MIB subtree
/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::deviceAttackMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (11)
.1.3.6.1.4.1.3417.2.3
.1.3.6.1.4.1.3417.2.3.1
.1.3.6.1.4.1.3417.2.3.1.1
.1.3.6.1.4.1.3417.2.3.1.1.1
.1.3.6.1.4.1.3417.2.3.1.1.1.1
Integer32
.1.3.6.1.4.1.3417.2.3.1.1.1.1.1
.1.3.6.1.4.1.3417.2.3.1.1.1.1.2
.1.3.6.1.4.1.3417.2.3.1.1.1.1.3
Hundredths of secondsSNMPv2-TCTimeStamp
.1.3.6.1.4.1.3417.2.3.1.1.1.1.4
.1.3.6.1.4.1.3417.2.3.2
.1.3.6.1.4.1.3417.2.3.2.0
Dependencies (3) 3 direct Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Dependency-first compile order
  1. SNMPv2-SMIrfc
  2. BLUECOAT-MIBbluecoat
  3. SNMPv2-TCrfc
  4. BLUECOAT-SG-ATTACK-MIBbluecoatselected
Type Definitions (1)
Enumeration
noAttack(1)
underAttack(2)
Notifications / Traps (1)
NameOIDDescription
.1.3.6.1.4.1.3417.2.3.2.0.1
At the start of an attack a notification is
generated with 'deviceAttackStatus = underAttack(2)'.
At the end of an attack a notification is generated with
'deviceAttackStatus = noAttack(1)'.