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
|
-- =================================================================
-- Copyright (C) 2006 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description:HUAWEI-BRAS-DPI-MIB
-- Reference:
-- Version: V1.0
-- History:
--
-- =================================================================
HUAWEI-BRAS-DPI-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwBRASMib
FROM HUAWEI-MIB
IpAddress, Integer32, OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
RowStatus, TruthValue
FROM SNMPv2-TC;
hwBRASDpi MODULE-IDENTITY
LAST-UPDATED "200604181334Z" -- April 18, 2006 at 13:34 GMT
ORGANIZATION
"
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 "
CONTACT-INFO
"The MIB contains objects of module DPI."
DESCRIPTION
"Description."
::= { hwBRASMib 16}
--
-- Node definitions
--
hwDpiPolicyObject OBJECT IDENTIFIER ::= { hwBRASDpi 1 }
hwDpiPolicyTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwDpiPolicyEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
" DPI Service Policy Configuration.
"
::= { hwDpiPolicyObject 1 }
hwDpiPolicyEntry OBJECT-TYPE
SYNTAX HwDpiPolicyEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
" Dpi Policy Entry.
The dpi policy table is uniquely identified by the policy name. The policy name is the key word entered when the policy table is created, and cannot be changed.
The index is hwDpiPolicyName.
This table is used to configure the dpi policy.
The description of operation constraints is as follows:
1.The DPI policy name must be entered when the policy table is created.
2.The DPI policy cannot be changed if it is referenced by some user.
3.The current DPI policy cannot be deleted if it is referenced by some domain.
"
INDEX { hwDpiPolicyName }
::= { hwDpiPolicyTable 1 }
HwDpiPolicyEntry ::=
SEQUENCE {
hwDpiServiceType
INTEGER,
hwDpiPolicyName
OCTET STRING,
hwDpiUpBehaviorName
OCTET STRING,
hwDpiDownBehaviorName
OCTET STRING,
hwDpiPolicyRowStatus
RowStatus
}
hwDpiServiceType OBJECT-TYPE
SYNTAX INTEGER
{
p2p(0),
other(1)
}
ACCESS read-write
STATUS current
DESCRIPTION
" Service Type.
P2P/OTHER.
"
DEFVAL { 0 }
::= { hwDpiPolicyEntry 1 }
hwDpiPolicyName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..32))
ACCESS read-write
STATUS current
DESCRIPTION
" Dpi Policy Name.
The policy name is the key word entered when the policy table is created, and cannot be changed later.
The DPI policy name is assigned when DPI policy is created.
"
::= { hwDpiPolicyEntry 2 }
hwDpiUpBehaviorName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..32))
ACCESS read-write
STATUS current
DESCRIPTION
" Up Behavior Name.
Binding up DPI behavior policy is choosen to do, if up DPI behavior is binded, it need assingn behavior name.
"
::= { hwDpiPolicyEntry 3 }
hwDpiDownBehaviorName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..32))
ACCESS read-write
STATUS current
DESCRIPTION
" Down Behavior Name.
Binding down DPI behavior policy is choosen to do, if down DPI behavior is binded, it need assingn behavior name.
"
::= { hwDpiPolicyEntry 4 }
hwDpiPolicyRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Row admin status,either Add or Del.
Supports add and delete.
"
::= { hwDpiPolicyEntry 5 }
hwDpiBehaviorTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwDpiBehaviorEntry
ACCESS not-accessible
STATUS current
::= { hwDpiPolicyObject 2 }
hwDpiBehaviorEntry OBJECT-TYPE
SYNTAX HwDpiBehaviorEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
" Dpi Behavior Entry.
The dpi behavior table is uniquely identified by the behavior name. The behavior name is the key word entered when the behavior table is created, and cannot be changed.
The index is hwDpiBehaviorName.
This table is used to configure the dpi behavior.
The description of operation constraints is as follows:
1.The DPI behavior name must be entered when the behavior table is created.
2.The DPI behavior cannot be changed if it is referenced by some DPI policy.
3.The current DPI behavior cannot be deleted if it is referenced by global application.
"
INDEX { hwDpiBehaviorName }
::= { hwDpiBehaviorTable 1 }
HwDpiBehaviorEntry ::=
SEQUENCE {
hwDpiBehaviorName
OCTET STRING,
hwDpiBehaviorCarCir
Integer32,
hwDpiBehaviorRowStatus
RowStatus
}
hwDpiBehaviorName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..32))
ACCESS read-write
STATUS current
DESCRIPTION
" Dpi Behavior Name.
The behavior name is the key word entered when the behavior table is created, and cannot be changed.
The DPI behavior name is assigned when DPI behavior is created.
"
::= { hwDpiBehaviorEntry 1 }
hwDpiBehaviorCarCir OBJECT-TYPE
SYNTAX Integer32 (100..3000000)
ACCESS read-write
STATUS current
DESCRIPTION
" Dpi Car Cir.
Car Cir."
DEFVAL { 100000 }
::= { hwDpiBehaviorEntry 2 }
hwDpiBehaviorRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Row admin status,either Add or Del.
Supports add and delete.
"
::= { hwDpiBehaviorEntry 3 }
-- ============== conformance information ==============
hwDpiConformance OBJECT IDENTIFIER ::= { hwBRASDpi 2 }
hwDpiCompliances OBJECT IDENTIFIER ::= { hwDpiConformance 1 }
hwDpiCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the this module."
MODULE -- this module
MANDATORY-GROUPS {hwDpiPolicyGroup, hwDpiBehaviorGroup }
::= { hwDpiCompliances 1 }
-- ============== groups ==============
hwDpiGroups OBJECT IDENTIFIER ::= { hwDpiConformance 2 }
hwDpiPolicyGroup OBJECT-GROUP
OBJECTS { hwDpiServiceType, hwDpiPolicyName, hwDpiUpBehaviorName,
hwDpiDownBehaviorName, hwDpiPolicyRowStatus }
STATUS current
DESCRIPTION
"The Dpi policy group."
::= { hwDpiGroups 1 }
hwDpiBehaviorGroup OBJECT-GROUP
OBJECTS { hwDpiBehaviorName, hwDpiBehaviorCarCir, hwDpiBehaviorRowStatus }
STATUS current
DESCRIPTION
"The Dpi behavior group."
::= { hwDpiGroups 2 }
-- ============== conformance information define end ==============
END
--
-- HUAWEI-BRAS-DPI-MIB.mib
--
|