blob: d17666016e54ee97b002a9309db38ffbe40af998 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
-- *****************************************************************
-- Transition Networks Security AAA MIB
--
-- Copyright (C) 2012 Transition Networks, Inc. All Rights Reserved.
-- *****************************************************************
TN-SECURITY-SWITCH-SSH-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, TruthValue
FROM SNMPv2-TC
tnDevMgmt
FROM TN-MGMT-MIB;
tnSecuritySwitchSSHMIB OBJECT IDENTIFIER ::= { tnDevMgmt 40 }
--
-- Mib variables
--
tnSSHModeEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "To enable or disable SSH configuration."
DEFVAL { false }
::= { tnSecuritySwitchSSHMIB 1 }
END
|