-- =====================================================================
-- == DIGI-SECUREACCESS-MIB :                                         ==
-- ==  DIGI SecureAccess Management Information Base                  ==
-- ==                                                                 ==
-- ==   Digi International Part Number: 40002335_B                    ==
-- ==                                                                 ==
-- == (c) Copyright 2001-2002 Digi International, Inc.                ==
-- =====================================================================

DIGI-SECUREACCESS-MIB DEFINITIONS ::= BEGIN

IMPORTS digiSecureAccess FROM DIGI-SMI
OBJECT-TYPE FROM RFC-1212;

--   digiSecureAccess MODULE-IDENTITY
--       LAST-UPDATED "0202270100Z"
--       ORGANIZATION "Digi International Inc."
--       CONTACT-INFO
--               "        Frank Christopher
--                Postal: Digi International Inc.
--                        11001 Bren Road East
--                        Minnetonka, MN 55343
--
--                E-mail: Frank.Christopher@digi.com"
--       DESCRIPTION
--               "SecureAccess Settings MIB"
--       ::= { digiFeatures 15 }

-- === + Textual Conventions + ===========================================

Switch ::= INTEGER { off(1), on(2), notSupported(3) }

-- =======================================================================
-- =======================================================================
-- === + SecureAccess Settings + =========================================
-- =======================================================================
-- =======================================================================

secureAccessSSH OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the SSH service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 1 }

secureAccessTelnet OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the Telnet service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 2 }

secureAccessHTTP OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the HTTP service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 3 }

secureAccessRLogin OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the RLogin service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 4 }

secureAccessRSH OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the RSH service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 5 }

secureAccessRealport OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the Realport service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 6 }

secureAccessReverseTCP OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the Realport service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 7 }

secureAccessReverseTelnet OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the Realport service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 8 }

secureAccessSecureRealPort OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the Secure Realport service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 9 }

secureAccessHTTPS OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the HTTPS service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 10 }

secureAccessSSL OBJECT-TYPE
    SYNTAX Switch
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
	"The state of the SSL service: 
	off(1), on(2), notSupported(3)."
::= { digiSecureAccess 11 }

END
