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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
|
-- =======================================================================
-- Copyright (C) 2002-2004 New H3C Tech. Co., Ltd. All rights reserved.
--
-- Description: User-interfaces management mib
-- Reference:
-- Version: V1.6
-- History:
-- V1.0 Initial version 2002-12-20
-- V1.1 2004-10-12 updated by gaolong
-- Remove hh3cVtyAccUserIndex, hh3cVtyAccConnway from hh3cUIMgtBasicGroup
-- because they are not accessbile objects.
-- V1.2 Updated by tanbo 02122, 2004-12-20
-- Add hh3cConStatus for console re-authentication.
-- V1.3 2005-01-03 updated by huguohua02576
-- Modified hh3cVtyAccAclNum's attribute.
-- Added rowstatus for hh3cVtyAccTable.
-- V1.4 2005-08-15 updated by wangrui01736
-- Add enumeration value linkinbound(3) for hh3cVtyAccConnway.
-- V1.5 2006-11-03 updated by songhao02718
-- Add enumeration value acl6inbound(11) and acl6outbound(12) for hh3cVtyAccConnway.
-- V1.6 2007-12-12 updated by miaochunyan05345
-- Add hh3cTerminalUserName, hh3cTerminalSource, hh3cTerminalUserAuthFailureReason,
-- hh3cLogIn, hh3cLogOut and hh3cLogInAuthenFailure.
-- =======================================================================
HH3C-UI-MAN-MIB DEFINITIONS ::= BEGIN
IMPORTS
hh3cCommon
FROM HH3C-OID-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
RowStatus,DisplayString
FROM SNMPv2-TC
Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
hh3cUIMgt MODULE-IDENTITY
LAST-UPDATED "200404081405Z" -- April 08, 2004 at 14:05 GMT
ORGANIZATION
"New H3C Tech. Co., Ltd."
CONTACT-INFO
"Platform Team New H3C Tech. Co., Ltd.
Hai-Dian District Beijing P.R. China
http://www.h3c.com
Zip:100085
"
DESCRIPTION
"User interfaces management MIB"
::= { hh3cCommon 2 }
--
-- Node definitions
--
hh3cUIMgtObjects OBJECT IDENTIFIER ::= { hh3cUIMgt 1 }
hh3cUIBasicInfo OBJECT IDENTIFIER ::= { hh3cUIMgtObjects 1 }
hh3cUIScalarObjects OBJECT IDENTIFIER ::= { hh3cUIBasicInfo 1 }
hh3cUITrapBindObjects OBJECT IDENTIFIER ::= { hh3cUIBasicInfo 2 }
hh3cTerminalUserName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"
It represents the name of the logging user when login with authentication,
otherwise login mode, such as Console, AUX, TTY, VTY etc.
"
::= { hh3cUITrapBindObjects 1 }
hh3cTerminalSource OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"
Login mode, such as Console, AUX, TTY, VTY etc.
"
::= { hh3cUITrapBindObjects 2 }
hh3cTerminalUserAuthFailureReason OBJECT-TYPE
SYNTAX INTEGER
{
exceedRetries(1),
authTimeout(2),
otherReason(3)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The reason why a user failed to log in."
::= { hh3cUITrapBindObjects 3 }
hh3cUINotifications OBJECT IDENTIFIER ::= { hh3cUIBasicInfo 3 }
hh3cUINotificationsPrefix OBJECT IDENTIFIER ::= { hh3cUINotifications 0 }
hh3cLogIn NOTIFICATION-TYPE
OBJECTS
{
hh3cTerminalUserName,
hh3cTerminalSource
}
STATUS current
DESCRIPTION
"
This notification is generated when a user logs in.
"
::= { hh3cUINotificationsPrefix 1 }
hh3cLogOut NOTIFICATION-TYPE
OBJECTS
{
hh3cTerminalUserName,
hh3cTerminalSource
}
STATUS current
DESCRIPTION
"
This notification is generated when a user logs out.
"
::= { hh3cUINotificationsPrefix 2 }
hh3cLogInAuthenFailure NOTIFICATION-TYPE
OBJECTS
{
hh3cTerminalUserName,
hh3cTerminalSource,
hh3cTerminalUserAuthFailureReason
}
STATUS current
DESCRIPTION
"
This notification is generated when a user fails to log in
because of authentication.
"
::= { hh3cUINotificationsPrefix 3 }
hh3cVtyMan OBJECT IDENTIFIER ::= { hh3cUIMgtObjects 2 }
-- hh3cVtyAccTable===============================================================
hh3cVtyAccTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cVtyAccEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
::= { hh3cVtyMan 1 }
hh3cVtyAccEntry OBJECT-TYPE
SYNTAX Hh3cVtyAccEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX
{
hh3cVtyAccUserIndex,
hh3cVtyAccConnway
}
::= { hh3cVtyAccTable 1 }
Hh3cVtyAccEntry ::= SEQUENCE
{
hh3cVtyAccUserIndex Integer32,
hh3cVtyAccConnway INTEGER,
hh3cVtyAccAclNum Integer32,
hh3cVtyAccEntryRowStatus RowStatus
}
hh3cVtyAccUserIndex OBJECT-TYPE
SYNTAX Integer32(0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
The relative index of the user interface of vty.
"
::= { hh3cVtyAccEntry 1 }
hh3cVtyAccConnway OBJECT-TYPE
SYNTAX INTEGER
{
inbound(1),
outbound(2),
linkinbound(3),
acl6inbound(11),
acl6outbound(12)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
inbound(1):Filter login connections from current UI with ipv4 layer acl.
outbound(2):Filter logout connections from current UI with ipv4 layer acl.
linkinbound(3):Filter login connections from current UI with link layer acl.
acl6inbound(11):Filter login connections from current UI with ipv6 layer acl.
acl6outbound(12):Filter logout connections from current UI with ipv6 layer acl.
"
::= { hh3cVtyAccEntry 2 }
hh3cVtyAccAclNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"
The filter rule number of ACL.
"
::= { hh3cVtyAccEntry 3 }
hh3cVtyAccEntryRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"
The status of this conceptual row. Now only support CreateAndGo and
Destroy and Active.
"
::= { hh3cVtyAccEntry 4 }
-- hh3cConStatus=================================================================
hh3cConStatus OBJECT IDENTIFIER ::= { hh3cUIMgtObjects 3 }
-- hh3cConStatusTable============================================================
hh3cConStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cConStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
The current status of CONSOLE user interface. A group of
attributes are used to describe the current status.
"
::= { hh3cConStatus 1 }
hh3cConStatusEntry OBJECT-TYPE
SYNTAX Hh3cConStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
An entry of hh3cConStatusTable.
"
INDEX
{
hh3cConUserIndex
}
::= { hh3cConStatusTable 1 }
Hh3cConStatusEntry ::= SEQUENCE
{
hh3cConUserIndex Integer32,
hh3cConReAuth INTEGER
}
hh3cConUserIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"
The index of the user interface of CONSOLE.
It's equal to current UserID.
"
::= { hh3cConStatusEntry 1 }
hh3cConReAuth OBJECT-TYPE
SYNTAX INTEGER
{
disable(1),
enable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
The re-authentication attribute of current user interface.
After disconnection of current user interface, connection
is rebuilt, at the moment
disable(1): re-authentication is not need.
enable(2): re-authentication is need.
"
::= { hh3cConStatusEntry 2 }
-- hh3cUIMgtMIBConformance18=====================================================
hh3cUIMgtMIBConformance18 OBJECT IDENTIFIER ::= { hh3cUIMgt 2 }
hh3cUIMgtMIBCompliances OBJECT IDENTIFIER ::= { hh3cUIMgtMIBConformance18 1 }
hh3cUIMgtMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement"
MODULE -- this module
MANDATORY-GROUPS
{
hh3cUIMgtBasicGroup,
hh3cConStatusGroup
}
::= { hh3cUIMgtMIBCompliances 1 }
hh3cUIMgtManMIBGroups OBJECT IDENTIFIER ::= { hh3cUIMgtMIBConformance18 2 }
hh3cUIMgtBasicGroup OBJECT-GROUP
OBJECTS
{
hh3cVtyAccAclNum
}
STATUS current
DESCRIPTION
"A collection of objects for a basic implement."
::= { hh3cUIMgtManMIBGroups 1 }
hh3cConStatusGroup OBJECT-GROUP
OBJECTS
{
hh3cConReAuth
}
STATUS current
DESCRIPTION
"A collection of current user interface status."
::= { hh3cUIMgtManMIBGroups 2 }
END
|