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
|
-- =================================================================
-- Copyright (C) 2006 by HUAWEI TECHNOLOGIES. All rights reserved
--
-- Description: This MIB defines all the objects that containing PWE3 tunnel information.
-- Reference: rfc4001
-- Version: V1.00
-- History:
-- V1.0 Rengaofeng, 2008-12-11, publish
-- =================================================================
HUAWEI-PWE3-TNL-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
HWL2VpnVcEncapsType, HWEnableValue, HWL2VpnStateChangeReason
FROM HUAWEI-VPLS-EXT-MIB
InterfaceIndexOrZero
FROM IF-MIB
InetAddressType
FROM INET-ADDRESS-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
sysUpTime
FROM SNMPv2-MIB
IpAddress, Integer32, Unsigned32, Counter64, BITS,
OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString, TruthValue, RowStatus
FROM SNMPv2-TC;
hwL2VpnPwe3TnlExt MODULE-IDENTITY
LAST-UPDATED "200812151935Z" --Dec 15, 2008 at 19:35 GMT
ORGANIZATION
"Huawei Technologies Co., Ltd."
CONTACT-INFO
"R&D BeiJing, Huawei Technologies co.,Ltd.
Huawei Bld.,NO.3 Xinxi Rd.,
Shang-Di Information Industry Base,
Hai-Dian District Beijing P.R. China
Zip:100085
Http://www.huawei.com
E-mail:support@huawei.com"
DESCRIPTION
"Initial version 2008/12/11,L2VPN QOS OBJECT GROUP."
::= { hwL2Vpn 5 }
--
-- Node definitions
--
hwL2Vpn OBJECT IDENTIFIER ::= { hwDatacomm 119 }
--
-- The PWE3Tunnel Attribute Group
--
hwPwe3TunnelMIBObjects OBJECT IDENTIFIER ::= { hwL2VpnPwe3TnlExt 1 }
-- Textual Conventions.
-- ============== hwPWE3TunnelTable define beginning ==============
-- hwPwe3TunnelTable
hwPwe3TunnelTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwPwe3TunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Provides the information of a tunnel table."
::= { hwPwe3TunnelMIBObjects 1 }
hwPwe3TunnelEntry OBJECT-TYPE
SYNTAX HwPwe3TunnelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Provides the information of a VC entry."
INDEX { hwPwVcId,hwPwVcType,hwPwe3PeerTnlId,hwPwe3PwInlabel}
::= { hwPwe3TunnelTable 1 }
-- HWPwe3TunnelEntry
HwPwe3TunnelEntry ::=
SEQUENCE {
hwPwVcId
Unsigned32,
hwPwVcType
HWL2VpnVcEncapsType,
hwPwe3PwInlabel
Unsigned32,
hwPwe3PeerTnlId
Unsigned32,
hwPwe3TnlName
OCTET STRING, -- GRE/TE tunnel name
hwPwe3TnlType
Integer32, --(or OCTET STRING type)
hwPwe3TnlSrcAddress
IpAddress,
hwPwe3TnlDestAddress
IpAddress,
hwPwe3LspIndex
Integer32,
hwPwe3LspOutIf
OCTET STRING,
hwPwe3LspOutLabel
Integer32,
hwPwe3LspNextHop
IpAddress,
hwPwe3LspFec
IpAddress,
hwPwe3LspFecPfxLen
Integer32,
hwPwe3LspIsBackup
TruthValue,
hwPwe3PwOutLabel
Integer32,
hwPwe3IsBalance
TruthValue,
hwPwe3TnlRowStatus
RowStatus
}
hwPwVcId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index for the conceptual row identifying a PW within
this PW Emulation table.Used in the outgoing PW ID field within the 'Virtual
Circuit FEC Element'."
::= { hwPwe3TunnelEntry 1 }
hwPwVcType OBJECT-TYPE
SYNTAX HWL2VpnVcEncapsType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The type of the Virtual Circuit.This value indicate the service carried over
this PW."
::= { hwPwe3TunnelEntry 2 }
hwPwe3PwInlabel OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The inlabel of SVC PW."
::= { hwPwe3TunnelEntry 3 }
hwPwe3PeerTnlId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Tunnel ID."
::= { hwPwe3TunnelEntry 4 }
hwPwe3TnlName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of this Tunnel."
::= { hwPwe3TunnelEntry 5 }
hwPwe3TnlType OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of this Tunnel. e.g. LSP/GRE/CR-LSP..."
::= { hwPwe3TunnelEntry 6}
hwPwe3TnlSrcAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The source ip address of this tunnel."
::= { hwPwe3TunnelEntry 7 }
hwPwe3TnlDestAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The destination ip address of this tunnel."
::= { hwPwe3TunnelEntry 8 }
hwPwe3LspIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of lsp."
::= { hwPwe3TunnelEntry 9 }
hwPwe3LspOutIf OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The out-interface of lsp."
::= { hwPwe3TunnelEntry 10 }
hwPwe3LspOutLabel OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The out-label of lsp."
::= { hwPwe3TunnelEntry 11 }
hwPwe3LspNextHop OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The next-hop of lsp."
::= { hwPwe3TunnelEntry 12 }
hwPwe3LspFec OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The FEC of lsp."
::= { hwPwe3TunnelEntry 13 }
hwPwe3LspFecPfxLen OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The length of mask for hwVplsLspFec."
::= { hwPwe3TunnelEntry 14 }
hwPwe3LspIsBackup OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicate whether the lsp is main."
::= { hwPwe3TunnelEntry 15 }
hwPwe3PwOutLabel OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"the outlabel of pw£¬specified for SVC."
::= { hwPwe3TunnelEntry 16 }
hwPwe3IsBalance OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Property of Balance. Rerurn True if Tunnel-Policy is configed."
::= { hwPwe3TunnelEntry 17 }
hwPwe3TnlRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operating state of the row."
::= { hwPwe3TunnelEntry 50}
-- ============== hwTnlInfoTable define end ==============
--
-- MIB Trap Definitions
--
hwPwe3TunnelMIBTraps OBJECT IDENTIFIER ::= { hwL2VpnPwe3TnlExt 2 }
-- Conformance information
--
hwPwe3TunnelMIBConformance OBJECT IDENTIFIER ::= { hwL2VpnPwe3TnlExt 3 }
hwPwe3TunnelMIBCompliances OBJECT IDENTIFIER ::= { hwPwe3TunnelMIBConformance 1 }
-- MIB Compliance Definitions
hwPwe3TunnelMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the HUAWEI-PWE3-TNL-MIB."
MODULE -- this module
MANDATORY-GROUPS { hwPwe3TunnelGroup }
::= { hwPwe3TunnelMIBCompliances 1 }
-- MIB Group Definitions
hwPwe3TunnelMIBGroups OBJECT IDENTIFIER ::= { hwPwe3TunnelMIBConformance 2 }
hwPwe3TunnelGroup OBJECT-GROUP
OBJECTS { hwPwe3TnlName, hwPwe3TnlType, hwPwe3TnlSrcAddress, hwPwe3TnlDestAddress, hwPwe3LspIndex, hwPwe3LspOutIf,
hwPwe3LspOutLabel, hwPwe3LspNextHop, hwPwe3LspFec, hwPwe3LspFecPfxLen, hwPwe3LspIsBackup, hwPwe3PwOutLabel, hwPwe3IsBalance, hwPwe3TnlRowStatus }
STATUS current
DESCRIPTION
"The PWE3 tunnel group."
::= { hwPwe3TunnelMIBGroups 1 }
END
|