The MIB file will be named
jnx-ai-manager.miband have the following contents:---- Juniper Enterprise Specific MIB: Advanced Insight Manager MIB---- Copyright (c) 2007, Juniper Networks, Inc.-- All rights reserved.---- The contents of this document are subject to change without notice.--JUNIPER-AI-MANAGER-MIB DEFINITIONS ::= BEGINIMPORTSMODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPEFROM SNMPv2-SMIDisplayStringFROM SNMPv2-TCjnxAdvancedInsightMgrFROM JUNIPER-SMI;jnxAIManager MODULE-IDENTITYLAST-UPDATED "200710090000Z"ORGANIZATION "Juniper Networks, Inc."CONTACT-INFO" Juniper Technical Assistance CenterJuniper Networks, Inc.1194 N. Mathilda AvenueSunnyvale, CA 94089E-mail: support@juniper.net"DESCRIPTION"The MIB modules representing Juniper Networks'implementation of enterprise specific MIBssupported by a single SNMP agent."REVISION "200710090000Z" -- 09-Oct-07DESCRIPTION"Added Advanced Insight Manager identification objects."::= { jnxAdvancedInsightMgr 1 }-- Juniper Advanced Insight Manager MIB---- Top level objectsjnxAIMDescr OBJECT-TYPESYNTAX DisplayString (SIZE (0..63))MAX-ACCESS read-onlySTATUS currentDESCRIPTION"Description of Advanced Insight notification."::= { jnxAIManager 1 }jnxAIMHostName OBJECT-TYPESYNTAX DisplayString (SIZE (0..63))MAX-ACCESS read-onlySTATUS currentDESCRIPTION"Device associated with Advanced Insightnotification."::= { jnxAIManager 2 }jnxAIMOrganization OBJECT-TYPESYNTAX DisplayString (SIZE (0..63))MAX-ACCESS read-onlySTATUS currentDESCRIPTION"Organization associated with Advanced Insightnotification."::= { jnxAIManager 3 }jnxAIMIncidentHostID OBJECT-TYPESYNTAX DisplayString (SIZE (0..63))MAX-ACCESS read-onlySTATUS currentDESCRIPTION"HostID of incident associated with AdvancedInsight notification."::= { jnxAIManager 4 }jnxAIMCaseID OBJECT-TYPESYNTAX DisplayString (SIZE (0..63))MAX-ACCESS read-onlySTATUS currentDESCRIPTION"CaseID (assigned by Juniper) associated withAdvanced Insight notification."::= { jnxAIManager 5 }jnxAIMIssueDate OBJECT-TYPESYNTAX DisplayString (SIZE (0..63))MAX-ACCESS read-onlySTATUS currentDESCRIPTION"Issue Date of the intelligence message associatedwith Advanced Insight notification."::= { jnxAIManager 6 }---- definition of Advanced Insight Manager traps--jnxAIManagerNotifications OBJECT IDENTIFIER ::= { jnxAIManager 0 }jnxAIMNewIncidentDetected NOTIFICATION-TYPEOBJECTS { jnxAIMDescr,jnxAIMHostName,jnxAIMOrganization,jnxAIMIncidentHostID }STATUS currentDESCRIPTION"A jnxAIMNewIncidentDetected trap signifies thata new incident has been detected."::= { jnxAIManagerNotifications 1 }jnxAIMIncidentReportedToJuniper NOTIFICATION-TYPEOBJECTS { jnxAIMDescr,jnxAIMHostName,jnxAIMOrganization,jnxAIMIncidentHostID }STATUS currentDESCRIPTION"A jnxAIMIncidentReportedToJuniper trap signifiesthat an incident has been reported to Juniper."::= { jnxAIManagerNotifications 2 }jnxAIMCaseIDAssigned NOTIFICATION-TYPEOBJECTS { jnxAIMDescr,jnxAIMHostName,jnxAIMOrganization,jnxAIMIncidentHostID,jnxAIMCaseID }STATUS currentDESCRIPTION"A jnxAIMCaseIDAssigned trap signifies that anincident has been assigned CaseID."::= { jnxAIManagerNotifications 3 }jnxAIMCaseUpdated NOTIFICATION-TYPEOBJECTS { jnxAIMDescr,jnxAIMHostName,jnxAIMOrganization,jnxAIMIncidentHostID,jnxAIMCaseID }STATUS currentDESCRIPTION"A jnxAIMCaseUpdated trap signifies thata case has been updated."::= { jnxAIManagerNotifications 4 }jnxAIMNewIntelligenceMessage NOTIFICATION-TYPEOBJECTS { jnxAIMDescr,jnxAIMOrganization,jnxAIMIssueDate }STATUS currentDESCRIPTION"A jnxAIMNewIntelligenceMessage trap signifiesthat a new intelligence message has been received."::= { jnxAIManagerNotifications 5 }END