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
|
-- =================================================================
-- Copyright (C) 2009 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description:HUAWEI-IPSESSION-MIB
-- Reference:
-- Version: V1.0
-- History:
--
-- =================================================================
HUAWEI-IPSESSION-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
InterfaceIndex
FROM IF-MIB
IpAddress, Integer32, OBJECT-TYPE
FROM SNMPv2-SMI
RowStatus, MacAddress, TruthValue, DisplayString
FROM SNMPv2-TC
EnabledStatus
FROM P-BRIDGE-MIB;
hwIpSessionMIB MODULE-IDENTITY
LAST-UPDATED "200403041608Z"
ORGANIZATION
"Huawei Technologies Co., Ltd.
"
CONTACT-INFO
"
NanJing Institute,Huawei Technologies Co.,Ltd.
HuiHong Mansion,No.91 BaiXia Rd.
NanJing, P.R. of China
Zipcode:210001
Http://www.huawei.com
E-mail:support@huawei.com "
DESCRIPTION
"The MIB contains objects of module IP-Session interface."
::= { hwDatacomm 184 }
hwIpSessionMibObjects OBJECT IDENTIFIER ::= { hwIpSessionMIB 1 }
hwIpSessIfCfgTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwIPSessIfCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IP-Session interface configuration table."
::= { hwIpSessionMibObjects 1 }
hwIpSessIfCfgEntry OBJECT-TYPE
SYNTAX HwIPSessIfCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IP-Session interface configuration table entry."
INDEX { hwIpSessIfCfgIfIndex }
::= { hwIpSessIfCfgTable 1 }
HwIPSessIfCfgEntry ::=
SEQUENCE {
hwIpSessIfCfgIfIndex
InterfaceIndex,
hwIpSessIfCfgAuthDomain
DisplayString,
hwIpSessIfCfgNasPortType
Integer32,
hwIpSessIfCfgArpInterval
Integer32,
hwIpSessIfCfgArpFailTimes
Integer32,
hwIpSessIfCfgOption82Policy
INTEGER,
hwIpSessIfCfgServicePolicy
INTEGER,
hwIpSessIfCfgVpn
DisplayString,
hwIpSessIfCfgIpSessionEnable
EnabledStatus,
hwIpSessIfCfgRowStatus
RowStatus
}
hwIpSessIfCfgIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The interface index.
"
::= { hwIpSessIfCfgEntry 1 }
hwIpSessIfCfgAuthDomain OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..64))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The default domain when authenticating.
"
::= { hwIpSessIfCfgEntry 11 }
hwIpSessIfCfgNasPortType OBJECT-TYPE
SYNTAX Integer32(0..20)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Kind of access port, reference to attribute of NAS-PORT-TYPE in RFC2865. 20 indicates that the access port is restored to the default value.
"
::= { hwIpSessIfCfgEntry 12 }
hwIpSessIfCfgArpInterval OBJECT-TYPE
SYNTAX Integer32(0..121)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"ARP detection interval, 121 indicates that the detection interval is restored to the default value.
"
DEFVAL { 30 }
::= { hwIpSessIfCfgEntry 13 }
hwIpSessIfCfgArpFailTimes OBJECT-TYPE
SYNTAX Integer32(2..11)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number that ARP detection is allowed to fail, 121 indicates that the number is restored to the default value.
"
DEFVAL { 5 }
::= { hwIpSessIfCfgEntry 14 }
hwIpSessIfCfgOption82Policy OBJECT-TYPE
SYNTAX INTEGER
{
none(1),
insert(2),
replace(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Policy of DHCP option82.
"
DEFVAL { replace }
::= { hwIpSessIfCfgEntry 15 }
hwIpSessIfCfgServicePolicy OBJECT-TYPE
SYNTAX INTEGER
{
default(1),
option60(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Policy to select service scheme .
"
DEFVAL { default }
::= { hwIpSessIfCfgEntry 16 }
hwIpSessIfCfgVpn OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"VPN instance name.
"
::= { hwIpSessIfCfgEntry 17 }
hwIpSessIfCfgIpSessionEnable OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable IP-Session,
1:disable(default); 2:enable.
"
DEFVAL { disable }
::= { hwIpSessIfCfgEntry 18 }
hwIpSessIfCfgRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The row administration status, only supporting add or delete.
"
::= { hwIpSessIfCfgEntry 51 }
hwIpSessUserCfgTable OBJECT IDENTIFIER ::= { hwIpSessionMibObjects 2 }
hwIpSessUserPasswordType OBJECT-TYPE
SYNTAX INTEGER
{
simple(1),
cipher(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP session user's password type.
"
DEFVAL { simple }
::= { hwIpSessUserCfgTable 11 }
hwIpSessUserPassword OBJECT-TYPE
SYNTAX DisplayString(SIZE (0..128))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP session user's password.
"
::= { hwIpSessUserCfgTable 12 }
hwIpSessUserNameOption82 OBJECT-TYPE
SYNTAX INTEGER
{
none(1),
first(2),
second(3),
third(4),
fourth(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP session user's name option82 include.
"
DEFVAL { none }
::= { hwIpSessUserCfgTable 13 }
hwIpSessUserNameIP OBJECT-TYPE
SYNTAX INTEGER
{
none(1),
first(2),
second(3),
third(4),
fourth(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP session user's name IP address include.
"
DEFVAL { none }
::= { hwIpSessUserCfgTable 14 }
hwIpSessUserNameSysName OBJECT-TYPE
SYNTAX INTEGER
{
none(1),
first(2),
second(3),
third(4),
fourth(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP session user's name system name include.
"
DEFVAL { none }
::= { hwIpSessUserCfgTable 15 }
hwIpSessUserNameMac OBJECT-TYPE
SYNTAX INTEGER
{
none(1),
first(2),
second(3),
third(4),
fourth(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP session user's name MAC address include.
"
DEFVAL { none }
::= { hwIpSessUserCfgTable 16 }
hwIpSessionConformance OBJECT IDENTIFIER ::= { hwIpSessionMIB 3 }
hwIpSessionCompliances OBJECT IDENTIFIER ::= { hwIpSessionConformance 1 }
hwIpSessionCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The configure of IP session's group."
MODULE
MANDATORY-GROUPS { hwIpSessIfCfgGroup, hwIpSessUserCfgGroup }
::= { hwIpSessionCompliances 1 }
hwIpSessionGroups OBJECT IDENTIFIER ::= { hwIpSessionConformance 2 }
hwIpSessIfCfgGroup OBJECT-GROUP
OBJECTS {hwIpSessIfCfgAuthDomain, hwIpSessIfCfgNasPortType,
hwIpSessIfCfgArpInterval, hwIpSessIfCfgArpFailTimes, hwIpSessIfCfgOption82Policy,
hwIpSessIfCfgServicePolicy, hwIpSessIfCfgVpn, hwIpSessIfCfgIpSessionEnable,
hwIpSessIfCfgRowStatus
}
STATUS current
DESCRIPTION
"The interface configure of IP session's group."
::= { hwIpSessionGroups 1 }
hwIpSessUserCfgGroup OBJECT-GROUP
OBJECTS { hwIpSessUserPasswordType, hwIpSessUserPassword, hwIpSessUserNameOption82,
hwIpSessUserNameIP, hwIpSessUserNameSysName,hwIpSessUserNameMac
}
STATUS current
DESCRIPTION
"The global configure of IP session's group."
::= { hwIpSessionGroups 2 }
END
|