-- SSL-MIB v 0.01 2003/7/2 02:22¤U¤È -- -- -- -- SSL-MIB DEFINITIONS ::= BEGIN -- D-Link Common MIB SSL module MIB Ver 0.01 -- ------------------------------------------------------------- -- SSL System Access Control MIB -- ------------------------------------------------------------- IMPORTS IpAddress FROM RFC1155-SMI MODULE-IDENTITY, OBJECT-TYPE, Unsigned32 FROM SNMPv2-SMI DisplayString FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF dlink-common-mgmt FROM DLINK-ID-REC-MIB; swDlinkSSLMIB MODULE-IDENTITY LAST-UPDATED "9911220000Z" ORGANIZATION "Working Group" CONTACT-INFO " " DESCRIPTION "The D-Link Secure Socket Layer MIB." ::= { dlink-common-mgmt 7} swSSLMgmt OBJECT IDENTIFIER ::= { swDlinkSSLMIB 1 } -- ------------------------------------------------------------- -- Textual Conventions -- ------------------------------------------------------------- -- swSSLVersionSSLv3Admin OBJECT-TYPE -- SYNTAX INTEGER { -- other(1), -- disabled(2), -- enabled(3) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "This object indicates the SSL version SSL-v3 is support or not ." -- ::= { swSSLMgmt 1} -- swSSLVersionTLSv1Admin OBJECT-TYPE -- SYNTAX INTEGER { -- other(1), -- disabled(2), -- enabled(3) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "This object indicates the TLS version 1 is support or not ." -- ::= { swSSLMgmt 2} swSSLStatusAdmin OBJECT-TYPE SYNTAX INTEGER { other(1), disabled(2), enabled(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "This object indicates the SSL feature is support or not ." ::= { swSSLMgmt 1} swSSLCacheTimeout OBJECT-TYPE SYNTAX Unsigned32 (60..86400) MAX-ACCESS read-write STATUS current DESCRIPTION "This object indicates the Cache Timeout value for SSL module to refresh the session resume data kept in database" ::= { swSSLMgmt 2} swSSLCipherSuites OBJECT-TYPE SYNTAX BITS { rsa-with-rc4-128-MD5 (0), rsa-with-3des-ede-cbc-sha(1), dhe-dss-with-3des-ede-cbc-sha(2), rsa-export-with-rc4-40-md5(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "This object indicates the ciphersuites are enabled or not in the system. If the bit is 1 , indicate that ciphersuite is enabled , elase is disabled . " ::= { swSSLMgmt 3} --not support 4-23 --swSSLCertificateRequest OBJECT-TYPE -- SYNTAX INTEGER { -- other(1), -- disabled(2), -- enabled(3) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "This object indicates certificate request is enable or disable." -- ::= { swSSLMgmt 4} swSSLCertificateFile OBJECT IDENTIFIER ::= { swDlinkSSLMIB 2 } ---------------------------------------------------------------------------------------------- swSSLCertificateFileIPAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address where the file to be downloaded is located" ::= { swSSLCertificateFile 1 } swSSLCertificateFilePath OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The description for the certificate file name included full path to be downloaded . " ::= { swSSLCertificateFile 2 } -- swSSLCertificateLevel OBJECT-TYPE -- SYNTAX INTEGER { -- ca(1), -- inter(2), -- other(3), -- none(4) -- } -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- "This object describes the type of the certificate level to be download." -- ::= { swSSLCertificateFile 3 } swSSLCertificateKeyFilePath OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The description for the key file name included full path to be downloaded . when Certificate Level is none(4)." ::= { swSSLCertificateFile 4 } swSSLCertificateFileCtrl OBJECT-TYPE SYNTAX INTEGER { other(1), inactive(2), start(3), delete(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "This object provides the user to download certificate or key file. " ::= { swSSLCertificateFile 5 } swSSLCertificateFileShowSatus OBJECT-TYPE SYNTAX INTEGER { none(1), rsa(2), dsa(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Show certificate file status." ::= { swSSLCertificateFile 6 } -- ------------------------------------------------------------------------------------- END