PacketAlarm-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, enterprises FROM SNMPv2-SMI MODULE-IDENTITY, Counter32, Gauge32, OBJECT-TYPE, OBJECT-IDENTITY, mib-2 FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF SnmpEngineID, SnmpAdminString FROM SNMP-FRAMEWORK-MIB; VarySys MODULE-IDENTITY LAST-UPDATED "200311020000Z" ORGANIZATION "VarySys.com" CONTACT-INFO "" DESCRIPTION "" ::= { enterprises 12277 } packetAlarmMIB OBJECT IDENTIFIER ::= { VarySys 1 } paActionData OBJECT IDENTIFIER ::= { packetAlarmMIB 1} paActionName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 1 } paTimestamp OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 2 } paRuleName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 3 } paSrcIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 4 } paDestIP OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 5 } paSrcPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 6 } paDestPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 7 } paProto OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 8 } paSeverity OBJECT-TYPE SYNTAX INTEGER { High(1), Medium(2), Low(3), Info(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 9 } paProbability OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paActionData 10 } paTrapTypes OBJECT IDENTIFIER ::= { packetAlarmMIB 2 } paActionTrap NOTIFICATION-TYPE OBJECTS { paActionName, paTimestamp, paRuleName, paSrcIP, paDestIP, paSrcPort, paDestPort, paProto } STATUS current DESCRIPTION "" ::= { paTrapTypes 1 } -- Branch to hold information about the local sensor. -- This branch is not valid on manager-only systems. paLocalSensor OBJECT IDENTIFIER ::= { packetAlarmMIB 3 } -- Branch to hold information useful for IDS load balancers which can -- retrieve balancing parameters from the balanced systems by SNMP. paBalancingInfo OBJECT IDENTIFIER ::= { paLocalSensor 1 } paCpuUsage OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "Current CPU usage in percent. The value 0 means that the system is idle. A value of 100 means that the system is completely busy." ::= { paBalancingInfo 1 } paSensorStatus OBJECT-TYPE SYNTAX INTEGER { false(0), true(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "This object contains the current status of the scan engine. The value false (0) indicates that the scan engine has failed or is administratively down. The value true (1) indicates that the scan engine is working." ::= { paBalancingInfo 2 } -- Branch to hold information about local system health paSystemHealth OBJECT IDENTIFIER ::= { packetAlarmMIB 4 } paRaidStatusCode OBJECT-TYPE SYNTAX INTEGER { na(0), failed(1), bad(2), good(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "This object conrtains information about the status of the raid subsystem used in PacketAlarm. The value 'na' (0) indicated that there's no raid controller or the controller is not supported. The values 'bad' (1) and 'good' (2) indicates the status of the raid when a supported controller is present. The value 'failed' (1) indicates that the daemon was unable to get the status" ::= { paSystemHealth 1 } paRaidStatusMsg OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "The object contains additional information about the status of the raid subsytem." ::= { paSystemHealth 2 } -- Branch log Loglayer Traps paLoglayer OBJECT IDENTIFIER ::= { packetAlarmMIB 5 } paLogTimestamp OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paLoglayer 1 } paLogLevel OBJECT-TYPE SYNTAX INTEGER { High(0), Medium(1), Low(2), Info(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paLoglayer 2 } paSubsystem OBJECT-TYPE SYNTAX INTEGER { IPS(1), Firewall(2), System(3), PPPoE(4), PPTP(5), L2TP(6), IPSec(7), HTTP-Proxy(8), SMTP-Proxy(9), FTP-Proxy(10), POP3-Proxy(11), Virus(12), OOBA(13) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paLoglayer 3 } paLogText OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paLoglayer 4 } paLogTrap NOTIFICATION-TYPE OBJECTS { paTimestamp, paLogLevel, paSubsystem, paLogMsg } STATUS current DESCRIPTION "" ::= { paTrapTypes 3 } END