Commit version 24.12.13800
This commit is contained in:
@ -1,4 +1,33 @@
|
||||
-- This is a common MIB for Dominion KX/KSX G1, KX/KSX G2, KX G3, LX, and SX G2
|
||||
-- This is a common MIB for Dominion KX/KSX G1, KX/KSX G2, KX G3, LX, LX2, KX4-101, and SX G2
|
||||
|
||||
-- 5/10/2021 C. T
|
||||
-- Added get support for: systemSerialNumber
|
||||
|
||||
-- 9/1/2020 C. T
|
||||
-- Added notification: userModifiedCertificateRepository
|
||||
|
||||
|
||||
-- 8/22/2019 K. G
|
||||
-- Added LX2 to the list of devices in the first line of the MIB
|
||||
|
||||
|
||||
-- 11/07/2018 K. G
|
||||
-- notifications updated
|
||||
-- Added notifications: userUploadedCACertificate
|
||||
-- userUploadedClientCertificate
|
||||
-- userUploadedClientKey
|
||||
|
||||
|
||||
|
||||
-- 08/01/2018 K. G
|
||||
-- notifications updated
|
||||
-- Added notifications: localPortOutputEnabled
|
||||
-- localPortOutputDisabled
|
||||
|
||||
|
||||
-- 05/16/2018 K. G
|
||||
-- notifications updated
|
||||
-- Added notification: terminalBlockSettingsChanged
|
||||
|
||||
-- 10/13/2016 G. W
|
||||
-- Support get of:
|
||||
@ -84,7 +113,7 @@ RemoteKVMDevice-MIB DEFINITIONS ::= BEGIN
|
||||
-- Raritan is registered with IANA for an enterprise MIB
|
||||
|
||||
raritan MODULE-IDENTITY
|
||||
LAST-UPDATED "201610131200Z"
|
||||
LAST-UPDATED "202009011200Z"
|
||||
ORGANIZATION "Raritan Inc."
|
||||
CONTACT-INFO
|
||||
" Technical Support
|
||||
@ -97,6 +126,29 @@ raritan MODULE-IDENTITY
|
||||
implementation of enterprise specific MIBs
|
||||
for KX products."
|
||||
|
||||
REVISION "202009011200Z"
|
||||
DESCRIPTION
|
||||
"Version updated: added userModifiedCertificateRepository"
|
||||
|
||||
|
||||
REVISION "201908221200Z"
|
||||
DESCRIPTION
|
||||
"Version updated: Added LX2 to the list of devices in the first line of the MIB"
|
||||
|
||||
|
||||
REVISION "201811071200Z"
|
||||
DESCRIPTION
|
||||
"Version updated: added userUploadedCACertificate, userUploadedClientCertificate, userUploadedClientKey"
|
||||
|
||||
|
||||
REVISION "201807311200Z"
|
||||
DESCRIPTION
|
||||
"Version updated: added localPortOutputEnabled, localPortOutputDisabled notifications"
|
||||
|
||||
REVISION "201805161200Z"
|
||||
DESCRIPTION
|
||||
"Version updated for terminal block settings "
|
||||
|
||||
REVISION "201610131200Z"
|
||||
DESCRIPTION
|
||||
"Version updated for added get"
|
||||
@ -484,9 +536,36 @@ fileName OBJECT-TYPE
|
||||
"Name of the file used in the operation"
|
||||
::= { remoteKVMDevice 47 }
|
||||
|
||||
|
||||
certificatePurpose OBJECT-TYPE
|
||||
SYNTAX INTEGER {lan8021X(1), lan28021X(2), ldaps(3)}
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Purpose of uploading certificate"
|
||||
::= { remoteKVMDevice 48 }
|
||||
|
||||
|
||||
keyPurpose OBJECT-TYPE
|
||||
SYNTAX INTEGER {lan8021X(1), lan28021X(2)}
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Purpose of uploading key"
|
||||
::= { remoteKVMDevice 49 }
|
||||
|
||||
eventDetail OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Detailed string of the event"
|
||||
::= { remoteKVMDevice 50 }
|
||||
|
||||
|
||||
--******************************************************************************
|
||||
-- Available for retrieval (SNMP Get)
|
||||
-- Only supported on SX2.
|
||||
-- Only supported on SX2, KX3.
|
||||
--******************************************************************************
|
||||
|
||||
systemUsageMemory OBJECT-TYPE
|
||||
@ -551,6 +630,14 @@ portDataTable OBJECT-TYPE
|
||||
"Retrieve data for all ports"
|
||||
::= { remoteKVMDeviceGet 4 }
|
||||
|
||||
systemSerialNumber OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Serial Number of the device"
|
||||
::= { remoteKVMDeviceGet 5 }
|
||||
|
||||
portDataEntry OBJECT-TYPE
|
||||
SYNTAX PortDataEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -1442,6 +1529,118 @@ dsamDisconnected NOTIFICATION-TYPE
|
||||
::= { remoteKVMDeviceNotifications 65 }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
terminalBlockSettingsChanged NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
rcpObjectName,
|
||||
rcpObjectInstance,
|
||||
userName,
|
||||
rcpIPAddress
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Terminal Block Settings Changed"
|
||||
::= { remoteKVMDeviceNotifications 66 }
|
||||
|
||||
|
||||
|
||||
localPortOutputEnabled NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
rcpObjectName,
|
||||
rcpObjectInstance,
|
||||
userName,
|
||||
rcpIPAddress
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Local Port Output Enabled"
|
||||
::= { remoteKVMDeviceNotifications 67 }
|
||||
|
||||
|
||||
localPortOutputDisabled NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
rcpObjectName,
|
||||
rcpObjectInstance,
|
||||
userName,
|
||||
rcpIPAddress
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Local Port Output Disabled"
|
||||
::= { remoteKVMDeviceNotifications 68 }
|
||||
|
||||
|
||||
|
||||
userUploadedCACertificate NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
rcpObjectName,
|
||||
rcpObjectInstance,
|
||||
userName,
|
||||
rcpIPAddress,
|
||||
certificateAuthorityName,
|
||||
certificatePurpose
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"user uploaded CA Certificate"
|
||||
::= { remoteKVMDeviceNotifications 69 }
|
||||
|
||||
|
||||
userUploadedClientCertificate NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
rcpObjectName,
|
||||
rcpObjectInstance,
|
||||
userName,
|
||||
rcpIPAddress,
|
||||
certificateAuthorityName,
|
||||
certificatePurpose
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"user uploaded client Certificate"
|
||||
::= { remoteKVMDeviceNotifications 70 }
|
||||
|
||||
|
||||
|
||||
userUploadedClientKey NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
rcpObjectName,
|
||||
rcpObjectInstance,
|
||||
userName,
|
||||
rcpIPAddress,
|
||||
keyPurpose
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"user uploaded client private key"
|
||||
::= { remoteKVMDeviceNotifications 71 }
|
||||
|
||||
userModifiedCertificateRepository NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
rcpObjectName,
|
||||
rcpObjectInstance,
|
||||
eventDetail
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"user modified certificate repository"
|
||||
::= { remoteKVMDeviceNotifications 72 }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-- *
|
||||
-- * SNMPv2 Conformance Information *******************************************
|
||||
-- *
|
||||
@ -1505,7 +1704,10 @@ raritanMibBasicGroup OBJECT-GROUP
|
||||
bannerChanges,
|
||||
bannerAction,
|
||||
portList,
|
||||
fileName
|
||||
fileName,
|
||||
certificatePurpose,
|
||||
keyPurpose,
|
||||
eventDetail
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "Objects used in the traps."
|
||||
@ -1578,7 +1780,15 @@ raritanMibTrapGroup NOTIFICATION-GROUP
|
||||
dsamUpdateStarted,
|
||||
dsamUpdateCompleted,
|
||||
dsamConnected,
|
||||
dsamDisconnected
|
||||
dsamDisconnected,
|
||||
terminalBlockSettingsChanged,
|
||||
localPortOutputEnabled,
|
||||
localPortOutputDisabled,
|
||||
userUploadedCACertificate,
|
||||
userUploadedClientCertificate,
|
||||
userUploadedClientKey,
|
||||
userModifiedCertificateRepository
|
||||
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "Raritan traps."
|
||||
@ -1592,7 +1802,8 @@ raritanMibGetGroup OBJECT-GROUP
|
||||
portDataNumber,
|
||||
portDataName,
|
||||
portDataType,
|
||||
portDataStatus
|
||||
portDataStatus,
|
||||
systemSerialNumber
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "Raritan retrievable objects"
|
||||
|
Reference in New Issue
Block a user