-------------------------------------------------------------------------------- -- MERGEPOINT UNITY TRAP MIB -- -- Copyright 2015 Avocent Corporation -- -- Revision: 1.26.1 -- -- Last Modified: Wed, 09 Jul 2014 -- -------------------------------------------------------------------------------- MP-TRAP-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215; -------------------------------------------------------------------------------- -- Object Groupings -------------------------------------------------------------------------------- avocent OBJECT IDENTIFIER ::= { enterprises 10418 } mp OBJECT IDENTIFIER ::= { avocent 18 } mpProducts OBJECT IDENTIFIER ::= { mp 1 } mpManagement OBJECT IDENTIFIER ::= { mp 2 } -- Below is the value returned by each appliance in mib-2.system.sysObjectID -- mpu1016 OBJECT IDENTIFIER ::= { mpProducts 1 } -- 10418.18.1.1 mpu1016dac OBJECT IDENTIFIER ::= { mpProducts 2 } -- 10418.18.1.2 mpu2016 OBJECT IDENTIFIER ::= { mpProducts 3 } -- 10418.18.1.3 mpu2016dac OBJECT IDENTIFIER ::= { mpProducts 4 } -- 10418.18.1.4 mpu2032 OBJECT IDENTIFIER ::= { mpProducts 9 } -- 10418.18.1.9 mpu2032dac OBJECT IDENTIFIER ::= { mpProducts 10 } -- 10418.18.1.10 mpu4032 OBJECT IDENTIFIER ::= { mpProducts 11 } -- 10418.18.1.11 mpu4032dac OBJECT IDENTIFIER ::= { mpProducts 12 } -- 10418.18.1.12 mpu8032 OBJECT IDENTIFIER ::= { mpProducts 13 } -- 10418.18.1.13 mpu8032dac OBJECT IDENTIFIER ::= { mpProducts 14 } -- 10418.18.1.14 mpu104e OBJECT IDENTIFIER ::= { mpProducts 15 } -- 10418.18.1.15 mpu108e OBJECT IDENTIFIER ::= { mpProducts 17 } -- 10418.18.1.17 mpu108edac OBJECT IDENTIFIER ::= { mpProducts 18 } -- 10418.18.1.18 mpTrapObject OBJECT IDENTIFIER ::= { mpManagement 6 } -- 1.3.6.1.4.1.10418.18.2.6 -- -- A UTF8String represents a series of UTF-8 encoded characters. UTF-8 encoding -- provides the ability to encode all characters defined in the Universal -- Multiple-Octet Coded Character Set (UCS) and all characters defined in the -- Unicode Standard. UCS is defined in international standard ISO 10646. Unicode -- encompasses a subset of UCS. See http: -- on Unicode. See RFC2279 for more information on UTF-8 encoding. -- UTF8String ::= OCTET STRING ImageFileUpgradeResultsEnum ::= INTEGER { imageUpgradeTftpNoSocket(1), -- TFTP No Socket imageUpgradeTftpConnectFailure(2), -- TFTP server TFTP connect failed imageUpgradeTftpRequestDenied(3), -- TFTP server request denied imageUpgradeTftpBadPacket(4), -- TFTP err - non-data packet received imageUpgradeTftpOOS(5), -- TFTP err - too many packets out -- of sequence imageUpgradeTftpTooBig(6), -- TFTP err - transferred data exceeds -- file size imageUpgradeTftpTimeout(7), -- TFTP err - timeout during transfer, -- retries exceeded imageUpgradeAlreadyInProgress(8), -- Update already in progress imageUpgradeCannotStart(9), -- Update thread did not start imageUpgradeMemoryError(10), -- Update memory allocation error imageUpgradeTftpProtocolError(11), -- TFTP protocol error occurred could -- not complete transfer imageUpgradeBadType(12), -- The Image type does not match the -- region (BOOT or APP) to update imageUpgradeInvalidAppDowngrade(13), -- Invalid downgrade version imageUpgradeChecksumError(14), -- Checksum Error imageUpgradeFlashError(15), -- Flash Error imageUpgradeInternalError(16), -- Internal error imageUpgradeFileNotFound(17), -- File not found imageUpgradeBadHeader(18), -- Invalid image header imageUpgradeIncompatibleHeader(19), -- Header is not compatible imageUpgradeTftpXferFail(20), -- TFTP transfer failed imageUpgradeTftpSvrNoResponse(21), -- No response from TFTP server imageUpgradeNetworkUnreachable(22), -- Network unreachable imageUpgradeSuccess(9999) -- Success } -- -- An enumeration of IQ Adaptor upgrade results. -- IQAdaptorUpgradeResultsEnum ::= INTEGER { iqaUpgradeNoFirmwareImage(1), -- No firmware image present iqaUpgradeLostContact(2), -- Lost communication with the IQ Adaptor iqaUpgradeFailedRestart(3), -- The IQ Adaptor did not restart after upgrade iqaUpgradeFailedVerify(4), -- The IQ Adaptor failed to upgrade to correct Version iqaUpgradeSuccess(9999) -- Success } -------------------------------------------------------------------------------- -- Trap Object Group (mpTrapObject) 1.3.6.1.4.1.10418.18.2.6 -- -- The following objects are implemented only for the generation of -- TRAPs. The objects are sent in traps and are not accessible in -- any other way. -------------------------------------------------------------------------------- mpTrapObjectUserName OBJECT-TYPE SYNTAX UTF8String ( SIZE (3..16) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the name of the user for which the trap condition occured. If the trap condition occurred as a result of activity on the local port (OSD), then the value of this object will be the following string: Local User " ::= { mpTrapObject 1 } mpTrapObjectTargetUserName OBJECT-TYPE SYNTAX UTF8String ( SIZE (3..16) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the name of the target user for which a trap condition occurred. " ::= { mpTrapObject 2 } mpTrapObjectImageType OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..64) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the type of software image for which the trap condition occured. " ::= { mpTrapObject 3 } mpTrapObjectImageNewVersion OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the version of the new software image the appliance is being upgraded to. " ::= { mpTrapObject 4 } mpTrapObjectImageCurrentVersion OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the version of the software image that the appliance is currently running. " ::= { mpTrapObject 5 } mpTrapObjectSessionIdentifier OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the session for which the trap condition occurred. The value will be the name of a target device if the target device name is known, otherwise the value will be the connection path to a target device. If the value is a connection path it will have the following format: IQ Adaptor i:Channel c Where i is the ID of the IQ adaptor, and c is the cascade switch channel number (0 if there is no switch in the path). " ::= { mpTrapObject 6 } mpTrapObjectIQAdaptorId OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the IQ adaptor for which the trap condition occurred. " ::= { mpTrapObject 7 } mpTrapObjectCascadeSwitchName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..15) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the cascade switch for which the trap condition occurred. " ::= { mpTrapObject 8 } mpTrapObjectOldCascadeSwitchName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..15) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the old name of a cascade switch whose name was changed. " ::= { mpTrapObject 9 } mpTrapObjectTargetDeviceName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..15) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the target device for which the trap condition occurred. " ::= { mpTrapObject 10 } mpTrapObjectOldTargetDeviceName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..15) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the old name of a target device whose name was changed. " ::= { mpTrapObject 11 } mpTrapObjectFileName OBJECT-TYPE SYNTAX DisplayString ( SIZE (0..255) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the name of a file for which the trap condition occurred. " ::= { mpTrapObject 12 } mpTrapObjectLockReason OBJECT-TYPE SYNTAX UTF8String( SIZE (0..64) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to explain the reason for which a user account has been locked. " ::= { mpTrapObject 13 } mpTrapObjectUnlockReason OBJECT-TYPE SYNTAX UTF8String( SIZE (0..64) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to explain the reason for which a user account has been unlocked. " ::= { mpTrapObject 14 } mpTrapObjectUserAddress OBJECT-TYPE SYNTAX DisplayString( SIZE (0..40) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the user address for which a trap condition occurred. For a remote user, the value is the IPv4 or IPv6 IP address. For a local user, the value is the Local Port of the user. " ::= { mpTrapObject 15 } mpTrapObjectIQAdaptorImageUpgradeResult OBJECT-TYPE SYNTAX IQAdaptorUpgradeResultsEnum ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the result of an IQ adaptor image upgrade. " ::= { mpTrapObject 16 } mpTrapObjectTypeOfImage OBJECT-TYPE SYNTAX INTEGER { boot(1), app(2) } ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the type of software image for which the trap condition occurred. " ::= { mpTrapObject 17 } mpTrapObjectVirtualMediaDriveAccessMode OBJECT-TYPE SYNTAX INTEGER { readonly(1), readwrite(2) } ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the access mode associated with a virtual drive for which the trap condition occurred. " ::= { mpTrapObject 18 } mpTrapObjectVirtualMediaDriveType OBJECT-TYPE SYNTAX INTEGER { floppyMemoryKey(1), cdDvdRom(2), generic(3) } ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the type associated with a virtual drive for which the trap condition occurred. " ::= { mpTrapObject 19 } mpTrapObjectImageFileUpgradeResult OBJECT-TYPE SYNTAX ImageFileUpgradeResultsEnum ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the results of a TFTP or ASMP image upgrade." ::= { mpTrapObject 20 } mpTrapObjectPduDevicePort OBJECT-TYPE SYNTAX INTEGER (1..2) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the appliance port that the power device is attached to for which the trap condition occurred. " ::= { mpTrapObject 21 } mpTrapObjectPduSocket OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the power device socket number for which the trap condition occurred. " ::= { mpTrapObject 22 } mpTrapObjectOldName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..64) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the old name of a port or power device socket for which the trap condition occurred. " ::= { mpTrapObject 23 } mpTrapObjectItemName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..64) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the name of a port or power device socket for which the trap condition occurred. " ::= { mpTrapObject 24 } mpTrapObjectPduDeviceInputFeed OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the input feed of a power device for which the trap condition occurred. " ::= { mpTrapObject 25 } mpTrapObjectPduDeviceNumber OBJECT-TYPE SYNTAX INTEGER (1..9) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the power device number that is attached to an appliance port for which the trap condition occurred. " ::= { mpTrapObject 26 } mpTrapObjectInputPort OBJECT-TYPE SYNTAX INTEGER (1..32) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the appliance input port number for which the trap condition occurred. An input port is defined here as an ARI port that interfaces the data traffic coming from or going directly or indirectly to a target device. The values range from 1 to the maximum number of ARI ports. " ::= { mpTrapObject 27 } mpTrapObjectOldInputPort OBJECT-TYPE SYNTAX INTEGER (1..32) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the old appliance input port number for which the trap condition occurred. An input port is defined here as an ARI port that interfaces the data traffic coming from or going directly or indirectly to a target device. The values range from 1 to the maximum number of ARI ports. " ::= { mpTrapObject 28 } mpTrapObjectPowerSupply OBJECT-TYPE SYNTAX DisplayString ( SIZE (0..5) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the power supply for which the trap condition occurred. " ::= { mpTrapObject 29 } mpTrapObjectPreviousScreenResolution OBJECT-TYPE SYNTAX DisplayString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the previous screen resolution of the target target device. " ::= { mpTrapObject 30 } mpTrapObjectCurrentScreenResolution OBJECT-TYPE SYNTAX DisplayString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the current screen resolution of the target server. " ::= { mpTrapObject 31 } mpTrapObjectAggregatedTargetDeviceStatusChanged OBJECT-TYPE SYNTAX OCTET STRING ( SIZE (12..5122) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report server status changes. This object will report the status change of multiple servers (connection paths) in an aggregated encoding format as indicated below. Note that on bootup the appliance will send this object in the mpAggregatedTargetDeviceStatusChangedTrap containing the status of all connection paths in the appliance. Thereafter the appliance will send this object in the mpAggregatedTargetDeviceStatusChangedTrap containing only the connection paths whose status has changed. This object is composed of two sections, which are the header section and the connection path section. The header section provides version information and is the first 2 bytes of this object. The connection path section provides information on each of the connection paths and is defined in the bytes following the header. Header Section -------------- Byte 1 = Start indicator for the header section. The value of the start indicator is always zero. The value of the start indicator provides means for management applications to determine that this object has a header section. All previous implementations of this object have a non-zero value in the first byte. Byte 2 = Version of the aggregate object. The version provides means to identify the format/structure of this aggregate object. The format of the aggregate object, as described here, is identified with a value of 3 for the version. Connection Path Section ----------------------- The connection path section is composed of 1 or more connection paths. The information for each connection path is packed into 10 bytes as follows: Byte 1 = The appliance input port number associated with this connection path. The input port is an ARI port that interfaces the data traffic coming from or going directly or indirectly to a target device or a power device. Note that a power device will report the port number as 100 + the power device port number. For the first power device port, Byte 1 will report 101 for the power device. This will avoid potential port conflicts for ARI and power device ports. In the event that additional power device ports are available, the number will reflect the power device port number (i.e. 101, 102, etc.) Byte 2 = The cascade switch channel number associated with this connection path. The value will be 0 if a switch channel is not associated with this connection path. For power devices, this Byte will represent the power device number. Byte 3 will contain the socket number for this connection path. Byte 3 ~ 8 = The EID of the IQ adaptor associated with this connection path. Each byte in this field will encode two digits of the IQ adaptor's EID number. For example, if the actual EID number on the label attached to an IQ adaptor is 520255-0346DC then bytes 3 through 8 would contain the following hex values: Byte 3 = 0x52 Byte 4 = 0x02 Byte 5 = 0x55 Byte 6 = 0x03 Byte 7 = 0x46 Byte 8 = 0xDC Note that the dash character is not represented in the encoded value. For a power device, the first byte (Byte 3) will represent the socket number and the remaining 5 bytes (Byte 4-8) will be 0. Byte 9 ~ the left most 4 bits = The left most four bits of the 9th byte shall be used to encode / decode the following integer value to represent the power status of a connected server or the power status of a power device socket. One of the following values can be reported: 1 = Off - The connection path does not have power, which could be the result of the following situation: the IQ adaptor is unplugged or the IQ adaptor is plugged in but receives no power from the target device. 2 = On - The connection path has power. Byte 9 ~ the right most 4 bits = The right most four bits of the 9th byte shall be used to encode / decode the following integer value to represent the viewer session status of a connection path. For a power device or power device socket, this value is always 1 since viewer sessions are not supported. One of the following values can be reported: 1 = Idle - There is not a viewer session active on this connection path. 2 = Active - There is an active viewer session on this connection path. 3 = Blocked - The connection path is blocked meaning a viewer session cannot be established to this connection path because of another viewer session is currently using a resource required by this connection path in order to establish a connection path. A viewer session cannot be blocked by a virtual media session. Byte 10 ~ the left most 4 bits = The left most four bits of the 10th byte shall be used to encode / decode the following integer value to represent the virtual media session status of a connection path. For a power device or power device socket, this value is always 1 since virtual media sessions are not supported. One of the following values can be reported: 1 = Idle - There is not a virtual media session active on this connection path. 2 = Active - There is a virtual media session on this connection path. 3 = Blocked - The connection path is blocked meaning a virtual media session cannot be established to this connection path because of another virtual media session is currently using a resource required by this connection path in order to establish a connection path. A virtual media session cannot be blocked by a viewer session. Byte 10 ~ the right most 4 bits = The right most four bits of the 10th byte shall be used for future use and they will have a value of 0. Every connection path will be packed into this object in 10 byte increments one after the other. The connection paths do not have to be packed in any specific order. Note that the size of this object could conceivably be as large as shown in the following calculation with these assumptions. - 24 channel switch connected to each port of the appliance - 4 power devices connected to appliance, each having 32 outlets (((16 ports X 24 channels) + (4 power devices X 32 power device sockets)) X 10 bytes) + (2 byte Header) = 5122. " ::= { mpTrapObject 32 } mpTrapObjectPduDeviceCircuit OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the circuit of a power device for which the trap condition occurred. " ::= { mpTrapObject 33 } mpTrapObjectSessionType OBJECT-TYPE SYNTAX DisplayString( SIZE (0..16) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the session type for which a trap condition occurred. The value is KVM for a KVM session, or Serial for a Serial session. " ::= { mpTrapObject 34 } mpTrapObjectPduDeviceSensor OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the sensor of a power device for which the trap condition occurred. " ::= { mpTrapObject 35 } -------------------------------------------------------------------------------- -- Enterprise Traps -------------------------------------------------------------------------------- mpRebootStartedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName } DESCRIPTION "The appliance is in the process of rebooting. The name of the user who initiated the reboot is contained in mpTrapObjectUserName. " --#SUMMARY "The appliance is rebooting. Command issued by user: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY KERNEL --#CATEGORY "Status Events" --% TrapTypeEnum=5 ::= 1 mpUserLoginTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName } DESCRIPTION "A user logged into the appliance. The name of the user who logged in is contained in mpTrapObjectUserName. " --#SUMMARY "User logged into the appliance. User: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=6 ::= 2 mpUserLogoutTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName } DESCRIPTION "A user logged out of the appliance. The name of the user who logged out is contained in mpTrapObjectUserName. " --#SUMMARY "User logged out of the appliance. User: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=7 ::= 3 mpTargetSessionStartedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectSessionIdentifier, mpTrapObjectUserAddress, mpTrapObjectSessionType } DESCRIPTION "A target session has started. This may be a serial or KVM session, depending on the type of target. The name of the user who is connected to the session is contained in mpTrapObjectUserName. The session identifier is contained in mpTrapObjectSessionIdentifier. The user address is contained in mpTrapObjectUserAddress. The session type is contained in mpTrapObjectSessionType. " --#SUMMARY "Target session started. User: %s. Target device: %s. Address: %s. Type: %s." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=8 ::= 4 mpTargetSessionStoppedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectSessionIdentifier, mpTrapObjectUserAddress, mpTrapObjectSessionType } DESCRIPTION "A target session has stoppped. This may be a serial or KVM session, depending on the type of target. The name of the user who was connected to the session is contained in mpTrapObjectUserName. The session identifier is contained in mpTrapObjectSessionIdentifier. The user address is contained in mpTrapObjectUserAddress. The session type is contained in mpTrapObjectSessionType. " --#SUMMARY "Target session stopped. User: %s. Target device: %s. Address: %s. Type: %s." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=9 ::= 5 mpTargetSessionTerminatedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetUserName, mpTrapObjectSessionIdentifier, mpTrapObjectUserAddress, mpTrapObjectSessionType } DESCRIPTION "A target session has been terminated by another user. This may be a serial or KVM session, depending on the type of target. The name of the user who terminated the session is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. The name of the user who was terminated from the session is contained in mpTrapObjectTargetUserName. The session identifier is contained in mpTrapObjectSessionIdentifier. The user address is contained in mpTrapObjectUserAddress. The session type is contained in mpTrapObjectSessionType. " --#SUMMARY "Target session terminated. Commanded by user: %s. User: %s. Target device: %s. Address: %s. Type: %s." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=10 ::= 6 mpLocalPortSessionStartedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectSessionIdentifier } DESCRIPTION "A local port target session has started. The session identifier is contained in mpTrapObjectSessionIdentifier. This Trap is deprecated and is no longer used. " --#SUMMARY "Local port target session started. Target device: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=11 ::= 7 mpLocalPortSessionStoppedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectSessionIdentifier } DESCRIPTION "A local port target session has stopped. The session identifier is contained in mpTrapObjectSessionIdentifier. This Trap is deprecated and is no longer used. " --#SUMMARY "Local port target session stopped. Target device: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=12 ::= 8 mpLocalPortSessionTerminatedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectSessionIdentifier } DESCRIPTION "A local port target session has been terminated by another user. The name of the user who terminated the session is contained in mpTrapObjectUserName. The session identifier is contained in mpTrapObjectSessionIdentifier. This Trap is deprecated and is no longer used. " --#SUMMARY "Local Port Target session terminated. Command issued by user: %s. Target device: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=13 ::= 9 mpImageFileUpgradeStarted TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectFileName, mpTrapObjectImageNewVersion, mpTrapObjectImageCurrentVersion } DESCRIPTION "The appliance has started an image upgrade. The name of the user who originally started the image upgrade is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. The URL of the file that was loaded is contained in mpTrapObjectFileName. The version of the image that the appliance is upgrading to is contained in mpTrapObjectImageNewVersion. The version of the image that the appliance is currently running is contained in mpTrapObjectImageCurrentVersion. " --#SUMMARY "Image upgrade started. Command issued by user: %s. File: %s. New version: %s. Current version: %s" --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=14 ::= 10 mpImageFileUpgradeResultsTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectImageFileUpgradeResult } DESCRIPTION "The result of an image upgrade." --#SUMMARY "Image upgrade result: %d" --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=15 ::= 11 mpUserAddedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetUserName } DESCRIPTION "A new user has been added to the local user database. The name of the user who added the new user is contained in mpTrapObjectUserName. The name of the new user is contained in mpTrapObjectTargetUserName. " --#SUMMARY "New user added to local user database. Command issued by user: %s. New user: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Configuration Events" --% TrapTypeEnum=16 ::= 12 mpUserDeletedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetUserName } DESCRIPTION "A user has been deleted from the local user database. The name of the user who deleted the user is contained in mpTrapObjectUserName. The name of the user who was deleted is contained in mpTrapObjectTargetUserName. " --#SUMMARY "User deleted from local user database. Command issued by user: %s. Deleted user: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Configuration Events" --% TrapTypeEnum=17 ::= 13 mpUserModifiedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetUserName } DESCRIPTION "A user was modified. The name of the user who modified the user is contained in mpTrapObjectUserName. The name of the user who was modified is contained in mpTrapObjectTargetUserName. " --#SUMMARY "User modified in local user database. Command issued by user: %s. Modified user: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Configuration Events" --% TrapTypeEnum=18 ::= 14 mpUserLockedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetUserName, mpTrapObjectLockReason } DESCRIPTION "A user account has been locked. The name of the user who was locked is contained in mpTrapObjectTargetUserName. The reason for which the user account has been locked is contained in mpTrapObjectLockReason. " --#SUMMARY "User account has been locked. Locked user: %s. Reason: %s" --#ARGUMENTS { 0, 1 } --#SEVERITY MINOR --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=19 ::= 15 mpUserUnlockedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetUserName, mpTrapObjectUnlockReason } DESCRIPTION "A user account has been unlocked. The name of the user who unlocked the user is contained in mpTrapObjectUserName. When the user account is unlocked by an appliance reboot or by the expiration of the lockout period (as specified in the mpTrapObjectUnlockReason object), the name of the user will be blank. The name of the user who was unlocked is contained in mpTrapObjectTargetUserName. The reason for which the user account has been unlocked is contained in mpTrapObjectUnlockReason. " --#SUMMARY "User account has been unlocked. Command issued by user: %s. Unlocked user: %s. Reason: %s" --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MINOR --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=20 ::= 16 mpUserAuthenticationFailureTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName } DESCRIPTION "A user failed to authenticate with the appliance. The name of the user who failed to authenticate is contained in mpTrapObjectUserName. " --#SUMMARY "User authentication failed with the appliance. User: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=21 ::= 17 mpIQAdaptorAddedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectIQAdaptorId } DESCRIPTION "An IQ adaptor was added. The ID of the IQ adaptor which was added is contained in mpTrapObjectIQAdaptorId. " --#SUMMARY "IQ adaptor added. IQ Adaptor ID: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=22 ::= 18 mpIQAdaptorRemovedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectIQAdaptorId } DESCRIPTION "An IQ adaptor was removed. The ID of the IQ Adaptor which was removed is contained in mpTrapObjectIQAdaptorId. " --#SUMMARY "IQ adaptor removed. IQ Adaptor ID: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=23 ::= 19 mpIQAdaptorMovedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectIQAdaptorId, mpTrapObjectTargetDeviceName, mpTrapObjectInputPort, mpTrapObjectOldInputPort } DESCRIPTION "An IQ adaptor was moved. The ID of the IQ Adaptor which was moved is contained in mpTrapObjectIQAdaptorId. The name of the target device attached to the IQ adaptor is contained in mpTrapObjectTargetDeviceName. The input port number on the appliance that the IQ adaptor is now connected to is contained in mpTrapObjectInputPort. The input port number on the appliance that the IQ adaptor was previously connected to is contained in mpTrapObjectOldInputPort. " --#SUMMARY "IQ adaptor moved. IQ Adaptor ID: %s. IQ Adaptor Name: %s. New input port %d. Old input port %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=24 ::= 20 mpTargetDeviceNameChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectOldTargetDeviceName, mpTrapObjectTargetDeviceName, mpTrapObjectIQAdaptorId } DESCRIPTION "The name of a server has changed. The previous name of the server is contained in mpTrapObjectOldTargetDeviceName. The new name of the server is contained in mpTrapObjectTargetDeviceName. The ID of the IQ adaptor the server is attached to is contained in mpTrapObjectIQAdaptorId. " --#SUMMARY "Target device name changed. Old name: %s. New name: %s. Attached to IQ adaptor: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=25 ::= 21 mpCascadeSwitchAddedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectCascadeSwitchName, mpTrapObjectIQAdaptorId } DESCRIPTION "A cascade switch was added. The name of the switch which was added is contained in mpTrapObjectCascadeSwitchName. The ID of the IQ adaptor the switch was added to is contained in mpTrapObjectIQAdaptorId. " --#SUMMARY "Cascade switch added. Cascade switch name: %s. Attached to IQ Adaptor: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=26 ::= 22 mpCascadeSwitchRemovedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectCascadeSwitchName, mpTrapObjectIQAdaptorId } DESCRIPTION "A cascade switch was removed. The name of the switch which was removed is contained in mpTrapObjectCascadeSwitchName. The ID of the IQ adaptor the switch was attached to is contained in mpTrapObjectIQAdaptorId. " --#SUMMARY "Cascade switch removed. Cascade switch name: %s. Was attached to IQ adaptor: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=27 ::= 23 mpCascadeSwitchNameChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectOldCascadeSwitchName, mpTrapObjectCascadeSwitchName, mpTrapObjectIQAdaptorId } DESCRIPTION "The name of a cascade switch has changed. The previous name of the cascade switch is contained in mpTrapObjectOldCascadeSwitchName. The new name of the cascade switch is contained in mpTrapObjectCascadeSwitchName. The ID of the IQ adaptor the switch is attached to is contained in mpTrapObjectIQAdaptorId. " --#SUMMARY "Cascade switch name changed. Old name: %s. New name: %s. Attached to IQ adaptor: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=28 ::= 24 mpConfigurationFileLoadedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectFileName } DESCRIPTION "The appliance has loaded a configuration file. The name of the user who commanded the appliance to load the configuration file is contained in mpTrapObjectUserName. The URL of the file that was loaded is contained in mpTrapObjectFileName. " --#SUMMARY "Configuration file loaded in the appliance. Command issued by user: %s. Name of file loaded: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=29 ::= 25 mpUserDatabaseFileLoadedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectFileName } DESCRIPTION "The appliance has loaded a user database file. The name of the user who commanded the appliance to load the user database file is contained in mpTrapObjectUserName. The URL of the file that was loaded is contained in mpTrapObjectFileName. " --#SUMMARY "User database file loaded in the appliance. Command issued by user: %s. Name of file loaded: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Configuration Events" --% TrapTypeEnum=30 ::= 26 -- -- IQ Adaptor Update Traps -- mpIQAdaptorImageUpgradeStarted TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTypeOfImage, mpTrapObjectImageNewVersion, mpTrapObjectImageCurrentVersion, mpTrapObjectTargetDeviceName, mpTrapObjectIQAdaptorId } DESCRIPTION "A software image upgrade has started on an IQ adaptor. The name of the user who originally started the image upgrade is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. The type of software image being upgraded is contained in mpTrapObjectIQAdaptorTypeOfImage. The software image version the IQ adaptor is upgrading to is contained in mpTrapObjectImageNewVersion. The software image version the IQ adaptor is currently running is contained in mpTrapObjectImageCurrentVersion. The name of the server connected to the IQ adaptor being upgraded is contained in mpTrapObjectTargetDeviceName. The ID of the IQ adaptor being upgraded is contained in mpTrapObjectIQAdaptorId " --#SUMMARY "IQ adaptor image upgrade started. Command issued by user: %s. Image type: %d. New version: %s. Current version: %s. Target device: %s. IQ adaptor ID: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=32 ::= 28 mpIQAdaptorImageUpgradeResultTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectIQAdaptorImageUpgradeResult, mpTrapObjectTargetUserName, mpTrapObjectTypeOfImage, mpTrapObjectImageNewVersion, mpTrapObjectImageCurrentVersion, mpTrapObjectTargetDeviceName, mpTrapObjectIQAdaptorId } DESCRIPTION "The result of an IQ adaptor software image upgrade. The image upgrade result is contained in mpTrapObjectIQAdaptorImageUpgradeResult. The name of the user who originally started the image upgrade is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. The type of software image the upgrade result is for is contained in mpTrapObjectTypeOfImage. The software image version the IQ adaptor attempted to upgrade to is contained in mpTrapObjectImageNewVersion. The software image version the IQ adaptor is running is contained in mpTrapObjectImageCurrentVersion. If the software image upgrade was successful then this version will match the version reported in mpTrapObjectImageNewVersion. The name of the server connected to the IQ adaptor is contained in mpTrapObjectTargetDeviceName. The ID of the IQ adaptor the result is for is contained in mpTrapObjectIQAdaptorId. " --#SUMMARY "IQ adaptor image upgrade result. Result: %d. Upgrade was started by user: %s. Upgrade image type: %d. Upgrade version: %s. Running version: %s. Target device: %s. IQ adaptor ID: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5, 6 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=33 ::= 29 mpIQAdaptorRestartedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName, mpTrapObjectIQAdaptorId } DESCRIPTION "An IQ adaptor has restarted. An IQ adaptor will restart after an IQ adaptor image upgrade completes. The name of the server connected to the IQ adaptor is contained in mpTrapObjectTargetDeviceName. The ID of the IQ adaptor that restarted is for is contained in mpTrapObjectIQAdaptorId. " --#SUMMARY "IQ adaptor restarted. Target device: %s. IQ adaptor ID: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=34 ::= 30 -- -- Virtual Media Traps -- mpVirtualMediaSessionStartedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectIQAdaptorId, mpTrapObjectUserAddress } DESCRIPTION "A Virtual Media session to a server has started. A target session to the server must have been established by the same user prior to starting the VM session. The name of the user who connected to the VM session is contained in mpTrapObjectUserName. The name of the server the user connected to is contained in mpTrapObjectTargetDeviceName. The ID of the IQ adaptor the target session is using is contained in mpTrapObjectIQAdaptorId. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "Virtual media session started. User: %s. Target device: %s. IQ adaptor: %s. Address: %s." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=35 ::= 31 mpVirtualMediaSessionStoppedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectUserAddress } DESCRIPTION "A virtual media session to a server has stopped. The name of the user who was connected to the VM session is contained in mpTrapObjectUserName. The name of the server the user was connected to is contained in mpTrapObjectTargetDeviceName. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "Virtual media session stopped. User: %s. Target device: %s. Address: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=36 ::= 32 mpVirtualMediaSessionTerminatedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetUserName, mpTrapObjectTargetDeviceName, mpTrapObjectUserAddress } DESCRIPTION "A virtual media session has been terminated or preempted by another user. The name of the user who terminated or preempted the VM session is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. A user name will not be available if a remote session was terminated or preempted from the OSCAR interface and OSCAR authentication is disabled. The name of the user who was terminated or preempted from the VM session is contained in mpTrapObjectTargetUserName. The name of the server the user was connected to contained in mpTrapObjectTargetDeviceName. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "Virtual media session terminated. Command issued by user: %s. Terminated user: %s. Target device: %s. Address: %s." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=37 ::= 33 mpVirtualMediaSessionReservedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectUserAddress } DESCRIPTION "A user established a reserved virtual media session. The name of the user who has established a reserved virtual media session is contained in mpTrapObjectUserName. The name of the server the user was connected to is contained in mpTrapObjectTargetDeviceName. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "Virtual media session has been reserved. User: %s. Target device: %s. Address: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=38 ::= 34 mpVirtualMediaSessionUnreservedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectUserAddress } DESCRIPTION "A user established a non-reserved virtual media session. The name of the user who has established a non-reserved virtual media session is contained in mpTrapObjectUserName. The name of the server the user was connected to is contained in mpTrapObjectTargetDeviceName. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "User has established a non-reserved virtual media session. User: %s. Target device: %s. Address: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=39 ::= 35 mpVirtualMediaDriveMapped TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectVirtualMediaDriveType, mpTrapObjectVirtualMediaDriveAccessMode, mpTrapObjectUserAddress } DESCRIPTION "A virtual media drive has been mapped. The name of the user who has established the virtual media session is contained in mpTrapObjectUserName. The name of the server the user was connected to is contained in mpTrapObjectTargetDeviceName. The type of drive that has been mapped is contained in mpTrapObjectVirtualMediaDriveType. The access mode for the drive that has been mapped is contained in mpTrapObjectVirtualMediaDriveAccessMode. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "Virtual media has been mapped. User: %s. Target device: %s Type: %d. Access Mode: %d. Address: %s." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=40 ::= 36 mpVirtualMediaDriveUnmapped TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectVirtualMediaDriveType, mpTrapObjectVirtualMediaDriveAccessMode, mpTrapObjectUserAddress } DESCRIPTION "A virtual media drive has been unmapped. The name of the user who has established the virtual media session is contained in mpTrapObjectUserName. The name of the server the user was connected to is contained in mpTrapObjectTargetDeviceName. The type of drive that has been unmapped is contained in mpTrapObjectVirtualMediaDriveType. The access mode for the drive that has been unmapped is contained in mpTrapObjectVirtualMediaDriveAccessMode. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "Virtual media has been unmapped. User: %s. Target device: %s Type: %d. Access Mode: %d. Address: %s." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=41 ::= 37 mpLocalPortVirtualMediaSessionStartedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectIQAdaptorId } DESCRIPTION "A local user has started a Virtual Media session to a server. A target session to the server must have been established by a local user prior to starting the VM session. The name of the user who connected to the VM session is contained in mpTrapObjectUserName. The name of the server the user connected to is contained in mpTrapObjectTargetDeviceName. The ID of the IQ adaptor the target session is using is contained in mpTrapObjectIQAdaptorId. This Trap is deprecated and is no longer used. " --#SUMMARY "Local virtual media session started. User: %s. Target device: %s. IQ Adaptor: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=42 ::= 38 mpLocalPortVirtualMediaSessionStoppedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName } DESCRIPTION "A local user has stopped a Virtual Media session to a server. The name of the user who was connected to the VM session is contained in mpTrapObjectUserName. The name of the server the user was connected to is contained in mpTrapObjectTargetDeviceName. This Trap is deprecated and is no longer used. " --#SUMMARY "Local virtual media session stopped. User: %s. Target device: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=43 ::= 39 mpLocalPortVirtualMediaSessionTerminatedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName } DESCRIPTION "A local virtual media session has been terminated or preempted by another user. The name of the user who terminated or preempted the VM session is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. The name of the server the user was connected to contained in mpTrapObjectTargetDeviceName. This Trap is deprecated and is no longer used. " --#TYPE "Local Port Virtual Media Session Terminated" --#SUMMARY "Local Port Virtual Media session terminated. Command issued by user: %s. Target device: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=44 ::= 40 mpLocalPortVirtualMediaDriveMapped TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectSessionIdentifier, mpTrapObjectVirtualMediaDriveType, mpTrapObjectVirtualMediaDriveAccessMode } DESCRIPTION "A user on the local port has mapped a virtual media drive to the server. The session identifier is contained in mpTrapObjectSessionIdentifier. The type of drive that has been unmapped is contained in mpTrapObjectVirtualMediaDriveType. The access mode for the drive that has been unmapped is contained in mpTrapObjectVirtualMediaDriveAccessMode. This Trap is deprecated and is no longer used. " --#TYPE "Local Port Virtual Media Drive Mapped Trap" --#SUMMARY "Virtual media has been mapped on the local port. Target device: %s. Type: %d. Access Mode: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=45 ::= 41 mpLocalPortVirtualMediaDriveUnmapped TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectSessionIdentifier, mpTrapObjectVirtualMediaDriveType, mpTrapObjectVirtualMediaDriveAccessMode } DESCRIPTION "A user on the local port has unmapped a virtual media drive to the server. The session identifier is contained in mpTrapObjectSessionIdentifier. The type of drive that has been unmapped is contained in mpTrapObjectVirtualMediaDriveType. The access mode for the drive that has been unmapped is contained in mpTrapObjectVirtualMediaDriveAccessMode. This Trap is deprecated and is no longer used. " --#TYPE "Local Port Virtual Media Drive Unmapped Trap" --#SUMMARY "Virtual Media Drive Unmapped on the local port. Target device: %s. Type: %d. Access Mode: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=46 ::= 42 mpLocalPortVirtualMediaSessionReservedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName } DESCRIPTION "A local user has reserved a virtual media session. The name of the server the user was connected to is contained in mpTrapObjectTargetDeviceName. This Trap is deprecated and is no longer used. " --#TYPE "Local Port Virtual Media Session Reserved" --#SUMMARY "Local Port virtual media session has been reserved. Target device: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=47 ::= 43 mpLocalPortVirtualMediaSessionUnreservedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName } DESCRIPTION "A user has unreserved a local virtual media session. The name of the server the user was connected to is contained in mpTrapObjectTargetDeviceName. This Trap is deprecated and is no longer used. " --#TYPE "Local Port Virtual Media Session Unreserved" --#SUMMARY "Local Port virtual media session has been unreserved. Target device: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=48 ::= 44 mpScreenResolutionChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectPreviousScreenResolution, mpTrapObjectCurrentScreenResolution, mpTrapObjectSessionIdentifier } DESCRIPTION "The screen resolution of a server was changed. The name of the user who changed the screen resolution is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. A user name will not be available if the target session controlling the server was started from the local interface and local authentication is disabled. The name of the server the screen resolution was changed on is contained in mpTrapObjectTargetDeviceName. The previous screen resolution is contained in mpTrapObjectPreviousScreenResolution. The new screen resolution is contained in mpTrapObjectCurrentScreenResolution. The session identifier is contained in mpTrapObjectSessionIdentifier. " --#SUMMARY "Screen resolution changed. User: %s. Target device: %s. Previous Resolution: %s. New Resolution: %s. Session: %s." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=49 ::= 45 mpAggregatedTargetDeviceStatusChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectAggregatedTargetDeviceStatusChanged } DESCRIPTION "The status of one or more servers (connection paths) has changed. A list of connection paths whose status has changed is contained in mpTrapObjectAggregatedTargetDeviceStatusChanged. This trap is always sent by the appliance on bootup to report the current status of all connection paths. Thereafter the trap is sent when there is a change in connection path status and will include only those paths whose status has changed. " --#SUMMARY "Aggregate server status changed." --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=50 ::= 46 mpFactoryDefaultsSetTrap TRAP-TYPE ENTERPRISE mpProducts DESCRIPTION "The appliance has been commanded to set itself to factory defaults. The appliance sends this trap after being commanded to set itself to factory defaults but prior to actually reverting to factory defaults. " --#SUMMARY "The appliance was commanded to set itself to factory defaults." --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=51 ::= 47 mpPowerSupplyFailureTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPowerSupply } DESCRIPTION "A power supply failure has ocurred, for appliances with dual power supplies. The power supply which has failed is indicated in mpTrapObjectPowerSupply. " --#SUMMARY "Power Supply %s has failed" --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=52 ::= 48 mpPowerSupplyRestoredTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPowerSupply } DESCRIPTION "A power supply has been restored, for appliances with dual power supplies. The power supply which has been restored is indicated in mpTrapObjectPowerSupply. " --#SUMMARY "Power Supply %s has been restored" --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=53 ::= 49 -- -- PDU Traps -- mpPduDeviceOnlineTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber } DESCRIPTION "A power device attached to the appliance is detected to be online. This trap is sent upon initialization of the power device if it is online and responding. Subsequent traps are sent if the power device transitions from offline to online. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "A power device is online. Port number: %d. Power device number: %d." --#ARGUMENTS { 0, 1 } --#SEVERITY MINOR --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=54 ::= 50 mpPduDeviceOfflineTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber } DESCRIPTION "A power device attached to the appliance is detected to be offline. This trap is sent upon initialization of the power device if it is not responding. Subsequent traps are sent if the power device transitions from online to offline. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "A power device is offline. Port number: %d. Power device number: %d." --#ARGUMENTS { 0, 1 } --#SEVERITY CRITICAL --#FACILITY SYSTEM --#CATEGORY "Error Events" --% TrapTypeEnum=55 ::= 51 mpPduSocketOnCommandTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A socket on a power device has been issued the on command. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that was issued the on command is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "The on command was issued to a power device socket. Command issued by user: %s. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY MINOR --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=56 ::= 52 mpPduSocketOffCommandTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A socket on a power device has been issued the off command. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that was issued the off command is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "The off command was issued to a power device socket. Command issued by user: %s. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY MINOR --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=57 ::= 53 mpPduSocketRebootCommandTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A socket on a power device has been issued the reboot command. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that was issued the reboot command is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "The reboot command was issued to a power device socket. Command issued by user: %s. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=58 ::= 54 mpPduSocketOnSenseFailTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A power device attached to the appliance has detected an on sense failure for a socket. An on sense failure occurs when a socket should be in the on state but is actually in the off state. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that has the failure is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device socket on sense failure. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY CRITICAL --#FACILITY SYSTEM --#CATEGORY "Error Events" --% TrapTypeEnum=59 ::= 55 mpPduSocketOffSenseFailTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A power device attached to the appliance has detected an off sense failure for a socket. An off sense failure occurs when a socket should be in the off state but is actually in the on state. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that has the failure is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device socket off sense failure. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY CRITICAL --#FACILITY SYSTEM --#CATEGORY "Error Events" --% TrapTypeEnum=60 ::= 56 mpPduStatusSocketOnTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A power device socket has changed to the on state. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that has changed to the on state is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device socket state changed to on. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY MINOR --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=61 ::= 57 mpPduStatusSocketOffTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A power device socket has changed to the off state. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that has changed to the off state is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device socket state changed to off. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=62 ::= 58 mpPduPortNameChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectOldName, mpTrapObjectItemName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber } DESCRIPTION "The name of a power device port has changed. The previous name of the power device port is contained in mpTrapObjectOldName. The new name of the power device port is contained in mpTrapObjectItemName. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device port name changed. Old name: %s. New name: %s. Port number: %d. Power device number: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=63 ::= 59 mpPduSocketNameChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectOldName, mpTrapObjectItemName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "The name of a power device socket has changed. The previous name of the power device socket is contained in mpTrapObjectOldName. The new name of the power device socket is contained in mpTrapObjectItemName. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The socket number of the power device is contained in mpTrapObjectPduSocket. " --#SUMMARY "Power device socket name changed. Old name: %s. New name: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=64 ::= 60 mpPduInputFeedTotalLoadHighTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceInputFeed } DESCRIPTION "A power device attached to the appliance has exceeded the maximum threshold for total load of an input feed. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The input feed of the power device is contained in mpTrapObjectPduDeviceInputFeed. " --#SUMMARY "Power device input feed exceeded the total load maximum threshold. Port number: %d. Power device number: %d. Input feed: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=65 ::= 61 mpPduInputFeedTotalLoadLowTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceInputFeed } DESCRIPTION "A power device attached to the appliance has gone beneath the minimum threshold for total load. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The input feed of the power device is contained in mpTrapObjectPduDeviceInputFeed. " --#SUMMARY "Power device input feed exceeded the total load minimum threshold. Port number: %d. Power device number: %d. Input feed: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=66 ::= 62 mpPduDeviceNameChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectOldName, mpTrapObjectItemName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber } DESCRIPTION "The name of a power device has changed. The previous name of the power device is contained in mpTrapObjectOldName. The new name of the power device is contained in mpTrapObjectItemName. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device name changed. Old name: %s. New name: %s. Port number: %d. Power device number: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=67 ::= 63 mpPduInputFeedNameChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectOldName, mpTrapObjectItemName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceInputFeed } DESCRIPTION "The name of a power device input feed has changed. The previous name of the power device input feed is contained in mpTrapObjectOldName. The new name of the power device input feed is contained in mpTrapObjectItemName. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The input feed of the power device is contained in mpTrapObjectPduDeviceInputFeed. " --#SUMMARY "Power device input feed name changed. Old name: %s. New name: %s. Port number: %d. Power device number: %d. Input feed: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=68 ::= 64 mpPduSocketLockCommandTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A socket on a power device has been issued the lock command. The name of the user who originally started the image upgrade is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that was issued the lock command is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "The lock command was issued to a power device socket. Command issued by user: %s. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY MINOR --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=69 ::= 65 mpPduSocketUnlockCommandTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A socket on a power device has been issued the unlock command. The name of the user who originally started the image upgrade is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that was issued the unlock command is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "The unlock command was issued to a power device socket. Command issued by user: %s. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY MINOR --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=70 ::= 66 mpPduStatusSocketLockTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A power device socket has changed to the lock state. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that has changed to the lock state is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device socket state changed to lock. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY MINOR --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=71 ::= 67 mpPduStatusSocketUnlockTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectTargetDeviceName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A power device socket has changed to the unlock state. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The socket number that has changed to the unlock state is contained in mpTrapObjectPduSocket. The name of the server connected to the power device socket is contained in mpTrapObjectTargetDeviceName. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device socket state changed to unlock. Target device: %s. Port number: %d. Power device number: %d. Socket number: %d." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY MINOR --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=72 ::= 68 mpPduImageFileUpgradeStartedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectTypeOfImage, mpTrapObjectImageNewVersion, mpTrapObjectImageCurrentVersion, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber } DESCRIPTION "The appliance has started an upgrade of the power device software image file. The name of the user who initiated the image upgrade is contained in mpTrapObjectUserName if available. The type of software image being upgraded is contained in mpTrapObjectTypeOfImage. The software image version the appliance is upgrading the power device to is contained in mpTrapObjectImageNewVersion. The software image version the power device is currently running is contained in mpTrapObjectImageCurrentVersion. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power Device Image upgrade started. Command issued by user: %s. Image type: %d. New version: %s. Current version: %s. Port number: %d. Power device number: %d." --#ARGUMENTS { 0, 1, 2, 3, 4, 5 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=73 ::= 69 mpPduImageFileUpgradeResultTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectImageFileUpgradeResult, mpTrapObjectUserName, mpTrapObjectTypeOfImage, mpTrapObjectImageNewVersion, mpTrapObjectImageCurrentVersion, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber } DESCRIPTION "The result of a software image file upgrade for a power device. The result is contained in mpTrapObjectImageFileUpgradeResult. The name of the user who originally started the image upgrade is contained in mpTrapObjectUserName if available. An empty string is reported if a user name is not available. The type of software image the upgrade result is for is contained in mpTrapObjectTypeOfImage. The software image version the appliance attempted to upgrade to is contained in mpTrapObjectImageNewVersion. The software image version the appliance is running is contained in mpTrapObjectImageCurrentVersion. If the software image upgrade was successful then this version will match the version reported in mpTrapObjectImageNewVersion. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device image upgrade result. Result: %d. Upgrade was started by user: %s. Upgrade image type: %d. Upgrade version: %s. Running version: %s. Port number: %d. Power device number: %d." --#ARGUMENTS { 0, 1, 2, 3, 4, 5, 6 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=74 ::= 70 mpPduCircuitNameChangedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectOldName, mpTrapObjectItemName, mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceCircuit } DESCRIPTION "The name of a power device circuit has changed. The previous name of the power device circuit is contained in mpTrapObjectOldName. The new name of the power device circuit is contained in mpTrapObjectItemName. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The circuit of the power device is contained in mpTrapObjectPduDeviceCircuit. " --#SUMMARY "Power device circuit name changed. Old name: %s. New name: %s. Port number: %d. Power device number: %d. Circuit: %d." --#ARGUMENTS { 0, 1, 2, 3, 4 } --#SEVERITY INFORMATIONAL --#FACILITY SYSTEM --#CATEGORY "Configuration Events" --% TrapTypeEnum=75 ::= 71 mpPduDeviceTotalLoadHighTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber } DESCRIPTION "A power device attached to the appliance has exceeded the maximum threshold for total load of the device. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. " --#SUMMARY "Power device exceeded the total load maximum threshold. Port number: %d. Power device number: %d. " --#ARGUMENTS { 0, 1 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=76 ::= 72 mpPduCircuitTotalLoadHighTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceCircuit } DESCRIPTION "A power device attached to the appliance has exceeded the maximum threshold for total load of a circuit. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The circuit of the power device is contained in mpTrapObjectPduDeviceCircuit. " --#SUMMARY "Power device circuit exceeded the total load maximum threshold. Port number: %d. Power device number: %d. Circuit: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=77 ::= 73 mpPduSocketTotalLoadHighTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A power device attached to the appliance has exceeded the maximum threshold for total load of a Socket. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The circuit of the power device is contained in mpTrapObjectPduSocket. " --#SUMMARY "Power device socket exceeded the total load maximum threshold. Port number: %d. Power device number: %d. Socket: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=78 ::= 74 mpFanFailureTrap TRAP-TYPE ENTERPRISE mpProducts DESCRIPTION "A fan failure has ocurred. " --#SUMMARY "Fan failure has been detected." --#ARGUMENTS { } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=79 ::= 75 mpTemperatureRangeTrap TRAP-TYPE ENTERPRISE mpProducts DESCRIPTION "Unit temperature outside operating range has been reached. This trap is generated for a high temperature or low temperature which is outside operating range. " --#SUMMARY "Temperature is outside operating range." --#ARGUMENTS { } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Status Events" --% TrapTypeEnum=80 ::= 76 mpSmartCardInsertedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectSessionIdentifier, mpTrapObjectUserAddress } DESCRIPTION "A smart card has been inserted. The name of the user who is connected to the session is contained in mpTrapObjectUserName. The session identifier is contained in mpTrapObjectSessionIdentifier. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "Smart Card inserted. User: %s. Target device: %s. Address: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=81 ::= 77 mpSmartCardRemovedTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectUserName, mpTrapObjectSessionIdentifier, mpTrapObjectUserAddress } DESCRIPTION "A smart card has been removed. The name of the user who is connected to the session is contained in mpTrapObjectUserName. The session identifier is contained in mpTrapObjectSessionIdentifier. The user address is contained in mpTrapObjectUserAddress. " --#SUMMARY "Smart Card removed. User: %s. Target device: %s. Address: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#FACILITY SECURITY --#CATEGORY "Status Events" --% TrapTypeEnum=82 ::= 78 mpPduCircuitTotalLoadLowTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceCircuit } DESCRIPTION "A power device attached to the appliance has gone beneath the minimum threshold for total load of a circuit. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The circuit of the power device is contained in mpTrapObjectPduDeviceCircuit. " --#SUMMARY "Power device circuit has gone beneath the minimum threshold. Port number: %d. Power device number: %d. Circuit: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=83 ::= 79 mpPduSocketTotalLoadLowTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduSocket } DESCRIPTION "A power device attached to the appliance has gone beneath the minimum threshold for total load of a Socket. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The circuit of the power device is contained in mpTrapObjectPduSocket. " --#SUMMARY "Power device socket has gone beneath the minimum threshold. Port number: %d. Power device number: %d. Socket: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=84 ::= 80 mpPduSensorTemperatureHighTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceSensor } DESCRIPTION "A temperature sensor on a power device attached to the appliance has exceeded the maximum threshold. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The sensor number of the sensor is contained in mpTrapObjectPduDeviceSensor. " --#SUMMARY "Power device temperature sensor has exceeded the maximum threshold. Port number: %d. Power device number: %d. Sensor: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=85 ::= 81 mpPduSensorTemperatureLowTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceSensor } DESCRIPTION "A temperature sensor on a power device attached to the appliance has gone beneath the minimum threshold. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The sensor number of the sensor is contained in mpTrapObjectPduDeviceSensor. " --#SUMMARY "Power device temperature sensor has gone beneath the minimum threshold. Port number: %d. Power device number: %d. Sensor: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=86 ::= 82 mpPduSensorHumidityHighTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceSensor } DESCRIPTION "A humidity sensor on a power device attached to the appliance has exceeded the maximum threshold. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The sensor number of the sensor is contained in mpTrapObjectPduDeviceSensor. " --#SUMMARY "Power device humidity sensor has exceeded the maximum threshold. Port number: %d. Power device number: %d. Sensor: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=87 ::= 83 mpPduSensorHumidityLowTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceSensor } DESCRIPTION "A humidity sensor on a power device attached to the appliance has gone beneath the minimum threshold. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The sensor number of the sensor is contained in mpTrapObjectPduDeviceSensor. " --#SUMMARY "Power device humidity sensor has gone beneath the minimum threshold. Port number: %d. Power device number: %d. Sensor: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=88 ::= 84 mpPduSensorDoorOpenTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceSensor } DESCRIPTION "A door sensor on a power device attached to the appliance is open. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The sensor number of the sensor is contained in mpTrapObjectPduDeviceSensor. " --#SUMMARY "Power Device door sensor open. Port number: %d. Power device number: %d. Sensor: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=89 ::= 85 mpPduSensorContactOpenTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceSensor } DESCRIPTION "A contact sensor on a power device attached to the appliance is open. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The sensor number of the sensor is contained in mpTrapObjectPduDeviceSensor. " --#SUMMARY "Power Device contact sensor open. Port number: %d. Power device number: %d. Sensor: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=90 ::= 86 mpPduSensorContactCloseTrap TRAP-TYPE ENTERPRISE mpProducts VARIABLES { mpTrapObjectPduDevicePort, mpTrapObjectPduDeviceNumber, mpTrapObjectPduDeviceSensor } DESCRIPTION "A contact sensor on a power device attached to the appliance is closed. The port number on the appliance that the power device is attached to is contained in mpTrapObjectPduDevicePort. The number of the power device that is connected to a port of the appliance is contained in mpTrapObjectPduDeviceNumber. The sensor number of the sensor is contained in mpTrapObjectPduDeviceSensor. " --#SUMMARY "Power Device contact sensor close. Port number: %d. Power device number: %d. Sensor: %d." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MAJOR --#FACILITY SYSTEM --#CATEGORY "Threshold Events" --% TrapTypeEnum=91 ::= 87 END