-------------------------------------------------------------------------------- -- Dell DS2 MIB -- -- Copyright (c) 2002-2008 Avocent Corporation -- -- Revision: 1.0.8 -- -- Last Modified: May 16, 2008 -- -------------------------------------------------------------------------------- DS2-MIB DEFINITIONS ::= BEGIN IMPORTS Gauge,enterprises,TimeTicks,IpAddress,Counter,NetworkAddress FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString,PhysAddress FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215; -------------------------------------------------------------------------------- -- Object Groupings -------------------------------------------------------------------------------- avocent OBJECT IDENTIFIER ::= { enterprises 10418 } ds OBJECT IDENTIFIER ::= { avocent 3 } dsProducts OBJECT IDENTIFIER ::= { ds 1 } dsManagement OBJECT IDENTIFIER ::= { ds 2 } dsOEM OBJECT IDENTIFIER ::= { ds 3 } dsDELL OBJECT IDENTIFIER ::= { dsOEM 1 } -- 1.3.6.1.4.1.10418.3.3.1 dsProductID OBJECT IDENTIFIER ::= { dsDELL 1 } -- 1.3.6.1.4.1.10418.3.3.1.1 dsSIP OBJECT IDENTIFIER ::= { dsDELL 2 } -- 1.3.6.1.4.1.10418.3.3.1.2 dsTrapObject OBJECT IDENTIFIER ::= { dsManagement 6 } -- 1.3.6.1.4.1.10418.3.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://www.unicode.org for more information -- 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 SIP upgrade results. -- SipUpgradeResultsEnum ::= INTEGER { sipUpgradeNoFirmwareImage(1), -- No firmware image present sipUpgradeLostContact(2), -- Lost communication with the SIP sipUpgradeFailedRestart(3), -- The SIP did not restart after upgrade sipUpgradeFailedVerify(4), -- The SIP failed to upgrade to correct Version sipUpgradeSuccess(9999) -- Success } -------------------------------------------------------------------------------- -- Product ID Group (dsProductID) 1.3.6.1.4.1.10418.3.3.1.1 -------------------------------------------------------------------------------- dsProductIDDisplayName OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "The DELL Name for this product in UTF8 format." ::= { dsProductID 1 } dsProductIDDescription OBJECT-TYPE SYNTAX OctetString ( SIZE (0..128) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "The DELL Description of this product in UTF8 format." ::= { dsProductID 2 } dsProductIDVendor OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "The DELL Vendor Name for this product in UTF8 format." ::= { dsProductID 3 } dsProductIDProductVersion OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "The DELL global version for this product in UTF8 format." ::= { dsProductID 4 } dsProductIDDModuleFWVersion OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "The DELL D Module Firmware Version String in UTF8 format." ::= { dsProductID 5 } dsProductIDMainboardFWVersion OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "The DELL Main Board Firmware Version String in UTF8 format." ::= { dsProductID 6 } dsProductIDStatus OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), ok(3), non-critical(4), critical(5), non-recoverable(6) } ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "Reports the operating state of the product based on a mapping of the Avocent Private MIB variable dsServerStatus as follows: dsServerStatus dsProductIDStatus -------------- ----------------- ready(1) ok(3) the product is operational. startupInProgress(2) unknown(2) the product is starting up and is not operational. subsystemUpgrading(3) non-critical(4) the product is upgrading its flash and is not operational. kdbMseSubsystemFailure(4) non-recoverable(6) a subsystem failure has occurred. The product is not fully operational. videoSubsystemFailure(5) Non-recoverable(6) a subsystem failure has occurred. The product is not fully operational. " ::= { dsProductID 7 } -------------------------------------------------------------------------------- -- SIP Group (dsSIP) 1.3.6.1.4.1.10418.3.3.1.2 -------------------------------------------------------------------------------- -- -- SIP Table 1.3.6.1.4.1.10418.3.3.1.2.1 -- dsSipTable OBJECT-TYPE SYNTAX SEQUENCE OF DsSipTableEntry ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This table contains information for SIPs." ::= { dsSIP 1 } dsSipTableEntry OBJECT-TYPE SYNTAX DsSipTableEntry ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "An entry in the SIP table." INDEX { dsSipTableIndex } ::= { dsSipTable 1 } DsSipTableEntry ::= SEQUENCE { dsSipTableIndex INTEGER, dsSipTableInputPort INTEGER, dsSipTableEID OctetString, dsSipTableBootImageVersion OctetString, dsSipTableAppImageVersion OctetString, dsSipTableHardwareVersion OctetString, dsSipTableStatus INTEGER } dsSipTableIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "A unique index representing an entry into this table." ::= { dsSipTableEntry 1 } dsSipTableInputPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "An input port number. Designates the port of the 2161DS to which this SIP is connected. " ::= { dsSipTableEntry 2 } dsSipTableEID OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "The EID of this SIP. " ::= { dsSipTableEntry 3 } dsSipTableBootImageVersion OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This SIP's boot image version in UTF8 format." ::= { dsSipTableEntry 4 } dsSipTableAppImageVersion OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This SIP's application image version in UTF8 format." ::= { dsSipTableEntry 5 } dsSipTableHardwareVersion OBJECT-TYPE SYNTAX OctetString ( SIZE (0..32) ) ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "This SIP's hardware version in UTF8 format." ::= { dsSipTableEntry 6 } dsSipTableStatus OBJECT-TYPE SYNTAX INTEGER { notApplicable(1), offline(2), online(3) } ACCESS read-only STATUS mandatory --% AVAILABILITY public DESCRIPTION "The status of this SIP." ::= { dsSipTableEntry 7 } -------------------------------------------------------------------------------- -- Trap Object Group (dsTrapObject) 1.3.6.1.4.1.10418.3.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. -------------------------------------------------------------------------------- dsTrapObjectUserName OBJECT-TYPE SYNTAX UTF8String ( SIZE (3..16) ) ACCESS not-accessible 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 port " ::= { dsTrapObject 1 } dsTrapObjectTargetUserName OBJECT-TYPE SYNTAX UTF8String ( SIZE (3..16) ) ACCESS not-accessible 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. " ::= { dsTrapObject 2 } dsTrapObjectImageType OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..64) ) ACCESS not-accessible 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. " ::= { dsTrapObject 3 } dsTrapObjectImageNewVersion OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the version of the new software image the Remote Console Switch is being upgraded to. " ::= { dsTrapObject 4 } dsTrapObjectImageCurrentVersion OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the version of the software image that the Remote Console Switch is currently running. " ::= { dsTrapObject 5 } dsTrapObjectImageUpgradeResults OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..64) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the results of a TFTP image upgrade." ::= { dsTrapObject 6 } dsTrapObjectSessionIdentifier OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS not-accessible 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 server if the server name is known, otherwise the value will be the connection path to a server. If the value is a connection path it will have the following format: SIP s:Channel c Where s is the ID of the SIP, and c is the tiered switch channel number (0 if there is no switch in the path). " ::= { dsTrapObject 7 } dsTrapObjectSipId OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the SIP for which the trap condition occurred. " ::= { dsTrapObject 8 } dsTrapObjectTieredSwitchName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..15) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the tiered switch for which the trap condition occurred. " ::= { dsTrapObject 9 } dsTrapObjectOldTieredSwitchName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..15) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the old name of a tiered switch whose name was changed. " ::= { dsTrapObject 10 } dsTrapObjectServerName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..15) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the server for which the trap condition occurred. " ::= { dsTrapObject 11 } dsTrapObjectOldServerName OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..15) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the old name of a server whose name was changed. " ::= { dsTrapObject 12 } dsTrapObjectFileName OBJECT-TYPE SYNTAX DisplayString ( SIZE (0..12) ) ACCESS not-accessible 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. " ::= { dsTrapObject 13 } dsTrapObjectFirmwareCondition OBJECT-TYPE SYNTAX OCTET STRING ( SIZE (0..64) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This trap message will contain data for application specific diagnostics. It is designed in provision for diagnostic help for installation-specific problems, would require the operator to install firmware provided to isolate their particular problems and to enable the trap to report conditions. The contents will be an Avocent Application Message Packet with the address, size, and command header removed. The parameters of the message will depend on the specific problem the firmware is designed to detect and report. " ::= { dsTrapObject 14 } dsTrapObjectDeviceId OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..32) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the device for which the trap condition occurred. " ::= { dsTrapObject 15 } dsTrapObjectAlarmCondition OBJECT-TYPE SYNTAX INTEGER { alarm(1), ok(2) } ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify Warning/Alarm activity for the device on which the trap condition occurred. Alarm sets the alarm, OK indicates the condition has cleared up. " ::= { dsTrapObject 16 } dsTrapObjectAlarmDescription OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..64) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to explain the Warning/Alarm condition for which the trap condition occurred. This is intended for display or logging. " ::= { dsTrapObject 17 } dsTrapObjectLockReason OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..64) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to explain the reason for which a user account has been locked. " ::= { dsTrapObject 18 } dsTrapObjectUnlockReason OBJECT-TYPE SYNTAX UTF8String ( SIZE (0..64) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to explain the reason for which a user account has been unlocked. " ::= { dsTrapObject 19 } dsTrapObjectIPAddress OBJECT-TYPE SYNTAX DisplayString ( SIZE (0..256) ) ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to identify the IP address for which a trap condition occurred. " ::= { dsTrapObject 20 } dsTrapObjectSipImageUpgradeResult OBJECT-TYPE SYNTAX SipUpgradeResultsEnum ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the result of an SIP image upgrade. " ::= { dsTrapObject 21 } dsTrapTrapObjectTypeOfImage OBJECT-TYPE SYNTAX INTEGER { boot(1), app(2) } ACCESS not-accessible 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. " ::= { dsTrapObject 22 } dsTrapObjectVirtualMediaDriveAccessMode OBJECT-TYPE SYNTAX INTEGER { readonly(1), readwrite(2) } ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the access mode associated with a remote virtual drive for which the trap condition occurred. " ::= { dsTrapObject 23 } dsTrapObjectImageUpgradeResultsCode OBJECT-TYPE SYNTAX ImageFileUpgradeResultsEnum ACCESS not-accessible STATUS mandatory --% AVAILABILITY public DESCRIPTION "This object is sent in a trap to report the results of a FTP, TFTP or ASMP image upgrade." ::= { dsTrapObject 25 } -------------------------------------------------------------------------------- -- Enterprise Traps -------------------------------------------------------------------------------- ds2RebootStartedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName } DESCRIPTION "The Remote Console Switch is in the process of rebooting. The name of the user who initiated the reboot is contained in dsTrapObjectUserName. " --NMS trap annotation --#TYPE "Reboot Trap" --#SUMMARY "The Remote Console Switch is rebooting. Command issued by user: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 1 ds2UserLoginTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName } DESCRIPTION "A user logged into the Remote Console Switch. The name of the user who logged in is contained in dsTrapObjectUserName. " --NMS trap annotation --#TYPE "User Login Trap" --#SUMMARY "User logged into the Remote Console Switch. User: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 2 ds2UserLogoutTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName } DESCRIPTION "A user logged out of the Remote Console Switch. The name of the user who logged out is contained in dsTrapObjectUserName. " --NMS trap annotation --#TYPE "User Logout Trap" --#SUMMARY "User logged out of the Remote Console Switch. User: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 3 ds2VideoSessionStartedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectSessionIdentifier } DESCRIPTION "A video session has started. The name of the user who is connected to the session is contained in dsTrapObjectUserName. The session identifier is contained in dsTrapObjectSessionIdentifier. " --NMS trap annotation --#TYPE "Video Session Started Trap" --#SUMMARY "Video session started. User: %s. Server: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 4 ds2VideoSessionStoppedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectSessionIdentifier } DESCRIPTION "A video session has stoppped. The name of the user who was connected to the session is contained in dsTrapObjectUserName. The session identifier is contained in dsTrapObjectSessionIdentifier. " --NMS trap annotation --#TYPE "Video Session Stopped Trap" --#SUMMARY "Video session stopped. User: %s. Server: %s" --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 5 ds2VideoSessionTerminatedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectTargetUserName, dsTrapObjectSessionIdentifier } DESCRIPTION "A video session has been terminated by another user. The name of the user who terminated the session is contained in dsTrapObjectUserName. The name of the user who was terminated from the session is contained in dsTrapObjectTargetUserName. The session identifier is contained in dsTrapObjectSessionIdentifier. " --NMS trap annotation --#TYPE "Video Session Terminated Trap" --#SUMMARY "Video session terminated. Command issued by user: %s. Terminated user: %s. Server: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL ::= 6 ds2LocalPortViewingStartedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectSessionIdentifier } DESCRIPTION "A user on the local port has started viewing a server. The session identifier is contained in dsTrapObjectSessionIdentifier. " --NMS trap annotation --#TYPE "Local Port Viewing Started Trap" --#SUMMARY "Viewing started on the local port. Server: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 7 ds2LocalPortViewingStoppedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectSessionIdentifier } DESCRIPTION "A user on the local port has stopped viewing a server. The session identifier is contained in dsTrapObjectSessionIdentifier. " --NMS trap annotation --#TYPE "Local Port Viewing Stopped Trap" --#SUMMARY "Viewing stopped on the local port. Server: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 8 ds2ImageUpgradeStarted TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectImageType, dsTrapObjectImageNewVersion, dsTrapObjectImageCurrentVersion } DESCRIPTION "The Remote Console Switch has started a FTP, TFTP or ASMP upgrade of an image. The name of the user who initiated the FTP, TFTP or ASMP image upgrade is contained in dsTrapObjectUserName. The type of image that is being upgraded is contained in dsTrapObjectImageType. The version of the image that the Remote Console Switch is upgrading to is contained in dsTrapObjectImageNewVersion. The version of the image that the Remote Console Switch is currently running is contained in dsTrapObjectImageCurrentVersion. " --NMS trap annotation --#TYPE "Image Upgrade Started Trap" --#SUMMARY "FTP, TFTP or ASMP image upgrade started. Command issued by user: %s. Image type: %s. New version: %s. Current version: %s" --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL ::= 9 ds2ImageUpgradeResultsTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectImageUpgradeResults, dsTrapObjectImageUpgradeResultsCode } DESCRIPTION "The results of a FTP, TFTP or ASMP image upgrade." --NMS trap annotation --#TYPE "Image Upgrade Results Trap" --#SUMMARY "Result text: %s. Results code: %d." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 10 ds2UserAddedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectTargetUserName } 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 dsTrapObjectUserName. The name of the new user is contained in dsTrapObjectTargetUserName. " --NMS trap annotation --#TYPE "User Added Trap" --#SUMMARY "New user added to local user database. Command issued by user: %s. New user: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 11 ds2UserDeletedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectTargetUserName } DESCRIPTION "A user has been deleted from the local user database. The name of the user who deleted the user is contained in dsTrapObjectUserName. The name of the user who was deleted is contained in dsTrapObjectTargetUserName. " --NMS trap annotation --#TYPE "User Deleted Trap" --#SUMMARY "User deleted from local user database. Command issued by user: %s. Deleted user: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 12 ds2UserModifiedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectTargetUserName } DESCRIPTION "A user was modified. The name of the user who modified the user is contain in dsTrapObjectUserName. The name of the user who was modified is contained in dsTrapObjectTargetUserName. " --NMS trap annotation --#TYPE "User Modified Trap" --#SUMMARY "User modified in local user database. Command issued by user: %s. Modified user: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 13 ds2UserAuthenticationFailureTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName } DESCRIPTION "A user failed to authenticate with the Remote Console Switch. The name of the user who failed to authenticate is contained in dsTrapObjectUserName. " --NMS trap annotation --#TYPE "User Authentication Failed Trap" --#SUMMARY "User authentication failed with the Remote Console Switch. User: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 14 ds2SipAddedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectSipId } DESCRIPTION "A SIP was added. The ID of the SIP which was added is contained in dsTrapObjectSipId. " --NMS trap annotation --#TYPE "SIP Added Trap" --#SUMMARY "SIP added. SIP ID: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 15 ds2SipRemovedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectSipId } DESCRIPTION "A SIP was removed. The ID of the SIP which was removed is contained in dsTrapObjectSipId. " --NMS trap annotation --#TYPE "SIP Removed Trap" --#SUMMARY "SIP removed. SIP ID: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 16 ds2ServerNameChangedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectOldServerName, dsTrapObjectServerName, dsTrapObjectSipId } DESCRIPTION "The name of a server has changed. The previous name of the server is contained in dsTrapObjectOldServerName. The new name of the server is contained in dsTrapObjectServerName. The ID of the SIP the server is attached to is contained in dsTrapObjectSipId, " --NMS trap annotation --#TYPE "Server Name Changed Trap" --#SUMMARY "Server name changed. Old name: %s. New name: %s. Attached to SIP: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL ::= 17 ds2TieredSwitchAddedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectTieredSwitchName, dsTrapObjectSipId } DESCRIPTION "A tiered switch was added. The name of the switch which was added is contained in dsTrapObjectTieredSwitchName. The ID of the SIP the switch was added to is contained in dsTrapObjectSipId. " --NMS trap annotation --#TYPE "Tiered Switch Added Trap" --#SUMMARY "Tiered switch added. Tiered switch name: %s. Attached to SIP: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 18 ds2TieredSwitchRemovedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectTieredSwitchName, dsTrapObjectSipId } DESCRIPTION "A tiered switch was removed. The name of the switch which was removed is contained in dsTrapObjectTieredSwitchName. The ID of the SIP the switch was attached to is contained in dsTrapObjectSipId. " --NMS trap annotation --#TYPE "Tiered Switch Removed Trap" --#SUMMARY "Tiered switch removed. Tiered switch name: %s. Was attached to SIP: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 19 ds2TieredSwitchNameChangedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectOldTieredSwitchName, dsTrapObjectTieredSwitchName, dsTrapObjectSipId } DESCRIPTION "The name of a tiered switch has changed. The previous name of the tiered switch is contained in dsTrapObjectOldTieredSwitchName. The new name of the tiered switch is contained in dsTrapObjectTieredSwitchName. The ID of the SIP the switch is attached to is contained in dsTrapObjectSipId. " --NMS trap annotation --#TYPE "Tiered Switch Name Changed Trap" --#SUMMARY "Tiered switch name changed. Old name: %s. New name: %s. Attached to SIP: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL ::= 20 ds2ConfigurationFileLoadedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectFileName } DESCRIPTION "The Remote Console Switch has loaded a configuration file. The name of the user who commanded the Remote Console Switch to load the configuration file is contained in dsTrapObjectUserName. The name of the file that was loaded is contained in dsTrapObjectFileName. " --NMS trap annotation --#TYPE "Configuration File Loaded Trap" --#SUMMARY "Configuration file loaded in the Remote Console Switch. Command issued by user: %s. Name of file loaded: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 21 ds2UserDatabaseFileLoadedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectFileName } DESCRIPTION "The Remote Console Switch has loaded a user database file. The name of the user who commanded the Remote Console Switch to load the user database file is contained in dsTrapObjectUserName. The name of the file that was loaded is contained in dsTrapObjectFileName. " --NMS trap annotation --#TYPE "User Database File Loaded Trap" --#SUMMARY "User database file loaded in the Remote Console Switch. Command issued by user: %s. Name of file loaded: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL ::= 22 ds2InvalidHookupDetectedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectFirmwareCondition } DESCRIPTION "The Remote Console Switch has detected an invalid connection. This can include two SIP devices on a port where one or more have a legacy KVM Switch, or some other illegal setup condition. Information about the nature of the failure is stored in the dsTrapObjectFirmwareCondition object. Note: this trap is deprecated and will no longer be sent. " --NMS trap annotation --#TYPE "Invalid Hookup Trap" --#SUMMARY "Invalid connection detected. Device ID: %s." --#ARGUMENTS { 0 } --#SEVERITY MAJOR ::= 23 ds2SubsystemUpgradeStartedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectFirmwareCondition } DESCRIPTION "The Remote Console Switch has started a Subsystem Upgrade. This can be a download from the DModule to the Main Board, or a SIP or other subsystem download from the Main Board... Information about the subsystem being updated is stored in the dsTrapObjectFirmwareCondition object. Note: this trap is deprecated and will no longer be sent. " --NMS trap annotation --#TYPE "Subsystem Upgrade Started Trap" --#SUMMARY "Subsystem Upgrade started. Device ID: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 24 ds2SubsystemRestartTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectFirmwareCondition } DESCRIPTION "The Remote Console Switch has completed a download and is restarting the subsystem specified in the dsTrapObjectFirmwareCondition object. Note: this trap is deprecated and will no longer be sent. " --NMS trap annotation --#TYPE "Subsystem Restarting Trap" --#SUMMARY "Subsystem restarting. Device ID: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 25 ds2FirmwareCommunicationsTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectFirmwareCondition } DESCRIPTION "The Remote Console Switch has detected communication problems in the system configuration. This can be used to indicate install problems that might result in percieved problems with the switch. Note: this trap is deprecated and will no longer be sent. " --NMS trap annotation --#TYPE "Firmware Communications Trap" --#SUMMARY "Communication problems in the system configuration. Device ID: %s." --#ARGUMENTS { 0 } --#SEVERITY MAJOR ::= 26 ds2NVMemoryFailureTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectFirmwareCondition } DESCRIPTION "The Remote Console Switch has detected a memory problem, the nature of which has been described in the dsTrapObjectFirmwareCondition object. Note: this trap is deprecated and will no longer be sent. " --NMS trap annotation --#TYPE "NVMemory Failure Trap" --#SUMMARY "Memory problem. Device ID: %s" --#ARGUMENTS { 0 } --#SEVERITY CRITICAL ::= 27 ds2WatchdogResetTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectFirmwareCondition } DESCRIPTION "The Remote Console Switch has detected a watchdog reset condition. This indicates a catastrophic failure in the Firmware/Hardware preventing normal operation of the Remote Console Switch. This trap is deprecated and is not generated. " --NMS trap annotation --#TYPE "Watchdog Reset Trap" --#SUMMARY "Watchdog reset. Device ID: %s." --#ARGUMENTS { 0 } --#SEVERITY CRITICAL ::= 28 ds2DiagnosticConditionTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectFirmwareCondition } DESCRIPTION "The Remote Console Switch has detected a special condition to be trapped for diagnostics. The condition has been recorded is stored in the dsTrapObjectFirmwareCondition object. This trap is deprecated and is not generated. " --NMS trap annotation --#TYPE "Diagnostic Condition Trap" --#SUMMARY "Special condition was trapped. Device ID: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 29 ds2SubsystemUpgradeFailureTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectFirmwareCondition } DESCRIPTION "The Remote Console Switch has detected a special condition resulting in a failed subsystem update. The condition has been recorded is stored in the dsTrapObjectFirmwareCondition object. Note: this trap is deprecated and will no longer be sent. " --NMS trap annotation --#TYPE "Subsystem Upgrade Failure Trap" --#SUMMARY "Subsystem upgrade failed. Device ID: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL ::= 30 ds2WarningConditionTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectAlarmCondition, dsTrapObjectAlarmDescription } DESCRIPTION "The Remote Console Switch has detected a special condition to be trapped for warning the operator. The condition indicates some parameter outside of normal operation, such as over temperature range. These are not expected to result in unusual behavior, but may be precursor to a subsequent urgent condition. Note: this trap is deprecated and will no longer be sent. " --NMS trap annotation --#TYPE "Warning Condition Trap" --#SUMMARY "Warning condition. Device ID: %s. Alarm condition: %d. Alarm description: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MINOR ::= 31 ds2UrgentConditionTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectDeviceId, dsTrapObjectAlarmCondition, dsTrapObjectAlarmDescription } DESCRIPTION "The Remote Console Switch has detected a special condition to be trapped for alerting the operator. The condition indicates some parameter outside of normal operation that is expected to result in unpredictable system behavior. Note: this trap is deprecated and will no longer be sent. " --NMS trap annotation --#TYPE "Urgent Condition Trap" --#SUMMARY "Urgent condition. Device ID: %s. Alarm condition: %d. Alarm description: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY CRITICAL ::= 32 ds2UserLockedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectIPAddress, dsTrapObjectTargetUserName, dsTrapObjectLockReason } DESCRIPTION "A user account has been locked. The IP address of the client is contained in dsTrapObjectIPAddress. The name of the user who was locked is contained in dsTrapObjectTargetUserName. The reason for which the user account has been locked is contained in dsTrapObjectLockReason. " --#TYPE "User Account Locked Trap" --#SUMMARY "User account has been locked. Client IP Address: %s. Locked user: %s. Reason: %s" --#ARGUMENTS { 0, 1, 2 } --#SEVERITY MINOR ::= 33 ds2UserUnlockedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectIPAddress, dsTrapObjectUserName, dsTrapObjectTargetUserName, dsTrapObjectUnlockReason } DESCRIPTION "A user account has been unlocked. The IP address of the client that originated the unlock request is contained in dsTrapObjectIPAddress. When the user account is unlocked by an appliance reboot or by the expiration of the lockout period (as specified in the dsTrapObjectUnlockReasonobject), the IP address will be blank. The name of the user who unlocked the user is contained in dsTrapObjectUserName. When the user account is unlocked by an appliance reboot or by the expiration of the lockout period (as specified in the dsTrapObjectUnlockReason object), the name of the user will be blank. The name of the user who was unlocked is contained in dsTrapObjectTargetUserName. The reason for which the user account has been unlocked is contained in dsTrapObjectUnlockReason. " --#TYPE "User Account Unlocked Trap" --#SUMMARY "User account has been unlocked. Client IP Address: %s. Command issued by user: %s. Unlocked user: %s. Reason: %s" --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY MINOR ::= 34 -- -- SIP Update Traps -- ds2SipImageUpgradeStarted TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectTypeOfImage, dsTrapObjectImageNewVersion, dsTrapObjectImageCurrentVersion, dsTrapObjectServerName, dsTrapObjectSipId } DESCRIPTION "A software image upgrade has started on an SIP. The name of the user who initiated the SIP upgrade is contained in dsTrapObjectUserName. The type of software image being upgraded is contained in dsTrapObjectSipTypeOfImage. The software image version the SIP is upgrading to is contained in dsTrapObjectImageNewVersion. The software image version the SIP is currently running is contained in dsTrapObjectImageCurrentVersion. The name of the server connected to the SIP being upgraded is contained in dsTrapObjectServerName. The ID of the SIP being upgraded is contained in dsTrapObjectSipId " --#TYPE "SIP Image Upgrade Started Trap" --#SUMMARY "SIP image upgrade started. Command issued by user: %s. Image type: %s. New version: %s. Current version: %s. Server: %s. SIP ID: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=40 ::= 35 ds2SipImageUpgradeResultTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectSipImageUpgradeResult, dsTrapObjectUserName, dsTrapObjectTypeOfImage, dsTrapObjectImageNewVersion, dsTrapObjectImageCurrentVersion, dsTrapObjectServerName, dsTrapObjectSipId } DESCRIPTION "The result of an SIP software image upgrade. The image upgrade result is contained in dsTrapObjectSipImageUpgradeResult. The name of the user who initiated the SIP upgrade is contained in dsTrapObjectUserName. The type of software image the upgrade result is for is contained in dsTrapObjectTypeOfImage. The software image version the SIP attempted to upgrade to is contained in dsTrapObjectImageNewVersion. The software image version the SIP is running is contained in dsTrapObjectImageCurrentVersion. If the software image upgrade was successful then this version will match the version reported in dsTrapObjectImageNewVersion. The name of the server connected to the SIP is contained in dsTrapObjectServerName. The ID of the SIP the result is for is contained in dsTrapObjectSipId. " --#TYPE "SIP Image Upgrade Result Trap" --#SUMMARY "SIP image upgrade result. Result: %d. Upgrade was started by user: %s. Upgrade image type: %d. Upgrade version: %s. Running version: %s. Server: %s. SIP ID: %s." --#ARGUMENTS { 0, 1, 2, 3, 4, 5, 6 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=41 ::= 36 ds2SipAdaptorRestartedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectServerName, dsTrapObjectSipId } DESCRIPTION "An SIP has restarted. An SIP will restart after an SIP image upgrade completes. The name of the server connected to the SIP is contained in dsTrapObjectServerName. The ID of the SIP that restarted is for is contained in dsTrapObjectSipId. " --#TYPE "SIP Image Restarted Trap" --#SUMMARY "SIP restarted. Server: %s. SIP ID: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=42 ::= 37 -- -- Virtual Media Traps -- ds2VirtualMediaSessionStartedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectServerName, dsTrapObjectKvmIaId } DESCRIPTION "A remote Virtual Media session to a server has started. A video 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 dsTrapObjectUserName. The name of the server the user connected to is contained in dsTrapObjectServerName. The ID of the KVM-IA the video session is using is contained in dsTrapObjectKvmIaId. " --#TYPE "Remote Virtual Media Session Started Trap" --#SUMMARY "Remote virtual media session started. User: %s. Server: %s. KVM-IA: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=43 ::= 38 ds2VirtualMediaSessionStoppedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectServerName } DESCRIPTION "A remote virtual media session to a server has stopped. The name of the user who was connected to the VM session is contained in dsTrapObjectUserName. The name of the server the user was connected to is contained in dsTrapObjectServerName. " --#TYPE "Remote Virtual Media Session Stopped Trap" --#SUMMARY "Remote virtual media session stopped. User: %s. Server: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=44 ::= 39 ds2VirtualMediaSessionTerminatedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectTargetUserName, dsTrapObjectServerName } DESCRIPTION "A remote 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 dsTrapObjectUserName if available. An empty string is reported if a user name is not available. A user name will not be available if the 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 dsTrapObjectTargetUserName. The name of the server the user was connected to contained in dsTrapObjectServerName. " --#TYPE "Remote Virtual Media Session Terminated Trap" --#SUMMARY "Remote video session terminated. Command issued by user: %s. Terminated user: %s. Server: %s." --#ARGUMENTS { 0, 1, 2 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=45 ::= 40 ds2VirtualMediaSessionReservedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectServerName } DESCRIPTION "A user established a reserved remote virtual media session. The name of the user who has established a reserved virtual media session is contained in dsTrapObjectUserName. The name of the server the user was connected to is contained in dsTrapObjectServerName. " --#TYPE "Remote Virtual Media Session Reserved Trap" --#SUMMARY "Remote virtual media session has been reserved. User: %s. Server: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=46 ::= 41 ds2VirtualMediaSessionUnreservedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectServerName } DESCRIPTION "A user established a non-reserved remote virtual media session. The name of the user who has established a non-reserved virtual media session is contained in dsTrapObjectUserName. The name of the server the user was connected to is contained in dsTrapObjectServerName. " --#TYPE "Remote Virtual Media Session Unreserved Trap" --#SUMMARY "User has established a non-reserved virtual media session to server. User: %s. Server: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=47 ::= 42 ds2VirtualMediaDriveMapped TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectServerName, dsTrapObjectVirtualMediaDriveType, dsTrapObjectVirtualMediaDriveAccessMode } DESCRIPTION "A remote virtual media drive has been mapped. The name of the user who has established the virtual media session is contained in dsTrapObjectUserName. The name of the server the user was connected to is contained in dsTrapObjectServerName. The type of drive that has been mapped is contained in dsTrapObjectVirtualMediaDriveType. The access mode for the drive that has been mapped is contained in dsTrapObjectVirtualMediaDriveAccessMode. " --#TYPE "Remote Virtual Media Drive Mapped Trap" --#SUMMARY "Remote virtual media drive has been mapped. User: %s. Server: %s Drive Type: %s. Drive Access Mode: %s." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=48 ::= 43 ds2VirtualMediaDriveUnmapped TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectServerName, dsTrapObjectVirtualMediaDriveType, dsTrapObjectVirtualMediaDriveAccessMode } DESCRIPTION "A remote virtual media drive has been unmapped. The name of the user who has established the virtual media session is contained in dsTrapObjectUserName. The name of the server the user was connected to is contained in dsTrapObjectServerName. The type of drive that has been unmapped is contained in dsTrapObjectVirtualMediaDriveType. The access mode for the drive that has been unmapped is contained in dsTrapObjectVirtualMediaDriveAccessMode. " --#TYPE "Remote Virtual Media Drive Unmapped Trap" --#SUMMARY "Remote virtual media drive has been unmapped. User: %s. Server: %s Drive Type: %s. Drive Access Mode: %s." --#ARGUMENTS { 0, 1, 2, 3 } --#SEVERITY INFORMATIONAL --#CATEGORY "Status Events" --% TrapTypeEnum=49 ::= 44 ds2LocalPortVirtualMediaStartedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectSessionIdentifier } DESCRIPTION "A user on the local port has started a virtual media session to a server. The session identifier is contained in dsTrapObjectSessionIdentifier. " --#SUMMARY "Virtual Media session started on the local port. Server: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --% TrapTypeEnum=50 ::= 45 ds2LocalPortVirtualMediaStoppedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectSessionIdentifier } DESCRIPTION "A user on the local port has stopped a virtual media session to a server. The session identifier is contained in dsTrapObjectSessionIdentifier. " --#TYPE "Local Port Virtual Media Drive Mapped Trap" --#SUMMARY "Virtual Media session stopped on the local port. Server: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --% TrapTypeEnum=51 ::= 46 ds2LocalPortVirtualMediaSessionTerminatedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectServerName } DESCRIPTION "A local user 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 dsTrapObjectUserName if available. An empty string is reported if a user name is not available. A user name will not be available if the remote session was terminated or preempted from the OSCAR interface and OSCAR authentication is disabled. The name of the server the local user was connected to contained in dsTrapObjectServerName. " --#TYPE "Local Port Virtual Media Session Terminated Trap" --#SUMMARY "Local Port Virtual Media Session terminated. Command issued by user: %s. Server: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --% TrapTypeEnum=52 ::= 47 ds2LocalPortVirtualMediaSessionReservedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectServerName } DESCRIPTION "A local user has reserved a local virtual media session. The name of the server the user was connected to is contained in dsTrapObjectServerName. " --#TYPE "Local Port Virtual Media Session Reserved Trap" --#SUMMARY "Local Port virtual media session has been reserved. Server: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --% TrapTypeEnum=53 ::= 48 ds2LocalPortVirtualMediaSessionUnreservedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectServerName } DESCRIPTION "A local user has unreserved a local virtual media session. The name of the server the user was connected to is contained in dsTrapObjectServerName. " --#TYPE "Local Port Virtual Media Session Unreserved Trap" --#SUMMARY "Local Port virtual media session has been unreserved. Server: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --% TrapTypeEnum=54 ::= 49 ds2LocalPortVideoSessionTerminatedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName, dsTrapObjectSessionIdentifier } DESCRIPTION "A local user video session has been terminated by another user. The name of the user who terminated the session is contained in dsTrapObjectUserName. The session identifier is contained in dsTrapObjectSessionIdentifier. " --#TYPE "Local Port Video Session Terminated Trap" --#SUMMARY "Local Port Video session terminated. Command issued by user: %s. Server: %s." --#ARGUMENTS { 0, 1 } --#SEVERITY INFORMATIONAL --% TrapTypeEnum=55 ::= 50 ds2CaCertificateFileLoadedTrap TRAP-TYPE ENTERPRISE dsProducts VARIABLES { dsTrapObjectUserName } DESCRIPTION "The Remote Console Switch has loaded a CA Certificate file. The name of the user who commanded the Remote Console Switch to load the CA Certificate file is contained in dsTrapObjectUserName. " --#TYPE "CA Certificate File Loaded Trap" --#SUMMARY "CA Certificate file loaded in the Remote Console Switch. Command issued by user: %s." --#ARGUMENTS { 0 } --#SEVERITY INFORMATIONAL --% TrapTypeEnum=56 ::= 51 END