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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
|
-- ****************************************************************************
-- COLUBRIS-USER-SESSION-MIB definitions
--
-- Copyright (c) 2007, Colubris Networks, Inc.
-- All Rights Reserved.
--
-- Colubris Networks User Session MIB file.
--
-- ****************************************************************************
COLUBRIS-USER-SESSION-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
IpAddress, Integer32, Unsigned32, Counter32, Gauge32, Counter64
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
colubrisMgmtV2
FROM COLUBRIS-SMI
ColubrisSSIDOrNone
FROM COLUBRIS-TC
;
colubrisUserSessionMIB MODULE-IDENTITY
LAST-UPDATED "200703050000Z"
ORGANIZATION "Colubris Networks, Inc."
CONTACT-INFO "Colubris Networks
Postal: 200 West Street Ste 300
Waltham, Massachusetts 02451-1121
UNITED STATES
Phone: +1 781 684 0001
Fax: +1 781 684 0009
E-mail: cn-snmp@colubris.com"
DESCRIPTION "Colubris Networks User Session MIB."
::= { colubrisMgmtV2 36 }
-- colubrisUserSessionMIB definition
colubrisUserSessionMIBObjects OBJECT IDENTIFIER ::= { colubrisUserSessionMIB 1 }
-- user session groups
coUserSessionInfoGroup OBJECT IDENTIFIER ::= { colubrisUserSessionMIBObjects 1 }
coUserSessionStGroup OBJECT IDENTIFIER ::= { colubrisUserSessionMIBObjects 2 }
-- A collection of objects providing global information on
-- the users on the system.
coUserSessACUserMaxCount OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the maximum number of concurrent
authenticated AC users."
::= { coUserSessionInfoGroup 1 }
coUserSessNonACUserMaxCount OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the maximum number of concurrent
authenticated non AC users."
::= { coUserSessionInfoGroup 2 }
coUserSessACUserCount OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the number of currently authenticated AC users."
::= { coUserSessionInfoGroup 3 }
coUserSessNonACUserCount OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the number of currently authenticated non AC users."
::= { coUserSessionInfoGroup 4 }
-- A collection of objects providing status information on
-- the users on the system.
coUserSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF CoUserSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing specific information for users authenticated
(AC and non-AC) by the authentication system."
::= { coUserSessionStGroup 1 }
coUserSessionEntry OBJECT-TYPE
SYNTAX CoUserSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Information about a particular user that has been authenticated
by the authentication system.
coUserSessIndex - Uniquely identifies a user in the table."
INDEX { coUserSessIndex }
::= { coUserSessionTable 1 }
CoUserSessionEntry ::= SEQUENCE
{
coUserSessIndex Integer32,
coUserSessUserName OCTET STRING,
coUserSessClientIpAddress IpAddress,
coUserSessSessionDuration Counter32,
coUserSessIdleTime Counter32,
coUserSessMAPGroupName OCTET STRING,
coUserSessVSCName OCTET STRING,
coUserSessSSID ColubrisSSIDOrNone,
coUserSessVLAN Integer32,
coUserSessPHYType INTEGER,
coUserSessAuthType INTEGER,
coUserSessCalledStationID OCTET STRING,
coUserSessCallingStationID OCTET STRING,
coUserSessRADIUSServerProfileName OCTET STRING,
coUserSessRADIUSServerIpAddress IpAddress,
coUserSessBytesSent Counter64,
coUserSessBytesReceived Counter64,
coUserSessPacketsSent Counter32,
coUserSessPacketsReceived Counter32
}
coUserSessIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index of a user in the coUserSessionTable."
::= { coUserSessionEntry 1 }
coUserSessUserName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..252))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the user's name."
::= { coUserSessionEntry 2 }
coUserSessClientIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the user's IP address."
::= { coUserSessionEntry 3 }
coUserSessSessionDuration OBJECT-TYPE
SYNTAX Counter32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates how long the user's session has been active.
When this counter reaches its maximum value, it wraps
around and starts increasing again from zero."
::= { coUserSessionEntry 4 }
coUserSessIdleTime OBJECT-TYPE
SYNTAX Counter32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates for how long the user's session has been idle.
When this counter reaches its maximum value, it wraps
around and starts increasing again from zero."
::= { coUserSessionEntry 5 }
coUserSessMAPGroupName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the user's MultiService Access Point Group
Name."
::= { coUserSessionEntry 6 }
coUserSessVSCName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the user's Virtual Service Community Name."
::= { coUserSessionEntry 7 }
coUserSessSSID OBJECT-TYPE
SYNTAX ColubrisSSIDOrNone
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the user's Access Point SSID (ONLY when
Location-aware is enabled and properly configured).
If this information is not available, a zero-Length
string is returned."
::= { coUserSessionEntry 8 }
coUserSessVLAN OBJECT-TYPE
SYNTAX Integer32 (0..4094)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the VLAN currently assigned to the user."
::= { coUserSessionEntry 9 }
coUserSessPHYType OBJECT-TYPE
SYNTAX INTEGER
{
unknown(0),
ieee802dot11a(1),
ieee802dot11b(2),
ieee802dot11g(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the user's radio type."
::= { coUserSessionEntry 10 }
coUserSessAuthType OBJECT-TYPE
SYNTAX INTEGER
{
ac(1),
nonAc(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "User's authentication type."
::= { coUserSessionEntry 11 }
coUserSessCalledStationID OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..252))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the user's called station ID."
::= { coUserSessionEntry 12 }
coUserSessCallingStationID OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..252))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the user's calling station ID."
::= { coUserSessionEntry 13 }
coUserSessRADIUSServerProfileName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..40))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the RADIUS server profile name used to
authenticate the user."
::= { coUserSessionEntry 14 }
coUserSessRADIUSServerIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the RADIUS server IP address used to
authenticate the user."
::= { coUserSessionEntry 15 }
coUserSessBytesSent OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the total number of bytes sent by the user.
When this counter reaches its maximum value, it wraps
around and starts increasing again from zero."
::= { coUserSessionEntry 16 }
coUserSessBytesReceived OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the total number of bytes received by the user.
When this counter reaches its maximum value, it wraps
around and starts increasing again from zero."
::= { coUserSessionEntry 17 }
coUserSessPacketsSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the total number of IP packets sent by the user.
When this counter reaches its maximum value, it wraps
around and starts increasing again from zero."
::= { coUserSessionEntry 18 }
coUserSessPacketsReceived OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the total number of IP packets received by the user.
When this counter reaches its maximum value, it wraps
around and starts increasing again from zero."
::= { coUserSessionEntry 19 }
-- user session notifications
userSessionMIBNotificationPrefix OBJECT IDENTIFIER ::= { colubrisUserSessionMIB 2 }
userSessionMIBNotifications OBJECT IDENTIFIER ::= { userSessionMIBNotificationPrefix 0 }
-- conformance information
colubrisUserSessionMIBConformance OBJECT IDENTIFIER ::= { colubrisUserSessionMIB 3 }
colubrisUserSessionMIBCompliances OBJECT IDENTIFIER ::= { colubrisUserSessionMIBConformance 1 }
colubrisUserSessionMIBGroups OBJECT IDENTIFIER ::= { colubrisUserSessionMIBConformance 2 }
-- compliance statements
colubrisUserSessionMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for entities which implement
the Colubris User Session MIB."
MODULE MANDATORY-GROUPS
{
colubrisUserSessionInfoMIBGroup,
colubrisUserSessionStMIBGroup
}
::= { colubrisUserSessionMIBCompliances 1 }
-- units of conformance
colubrisUserSessionInfoMIBGroup OBJECT-GROUP
OBJECTS {
coUserSessACUserMaxCount,
coUserSessNonACUserMaxCount,
coUserSessACUserCount,
coUserSessNonACUserCount
}
STATUS current
DESCRIPTION "A collection of objects providing global information
for the User Session MIB."
::= { colubrisUserSessionMIBGroups 1 }
colubrisUserSessionStMIBGroup OBJECT-GROUP
OBJECTS {
coUserSessUserName,
coUserSessClientIpAddress,
coUserSessSessionDuration,
coUserSessIdleTime,
coUserSessMAPGroupName,
coUserSessVSCName,
coUserSessSSID,
coUserSessVLAN,
coUserSessPHYType,
coUserSessAuthType,
coUserSessCalledStationID,
coUserSessCallingStationID,
coUserSessRADIUSServerProfileName,
coUserSessRADIUSServerIpAddress,
coUserSessBytesSent,
coUserSessBytesReceived,
coUserSessPacketsSent,
coUserSessPacketsReceived
}
STATUS current
DESCRIPTION "A collection of objects providing the user session MIB
capability."
::= { colubrisUserSessionMIBGroups 2 }
END
|