summaryrefslogtreecommitdiff
path: root/MIBS/comware/HH3C-ATM-DXI-MIB
blob: 5255bed0a86a5a05fcfce9cd333a6c9d8e01e19d (plain)
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
-- ============================================================================
-- Copyright (C) 2005 New H3C Tech. Co., Ltd. All rights reserved.
-- Description:  This MIB is used for configuration of ATM-DXI.
--               include :1.ATM-DXI PVC
--                        2.ATM-DXI MAP
-- Reference:
-- Version: V1.0
-- History:
--   V1.0 2005/04/14 created by Liguanmin
-- ============================================================================
HH3C-ATM-DXI-MIB DEFINITIONS ::= BEGIN

      IMPORTS
                hh3cCommon
                    FROM HH3C-OID-MIB
                ifIndex
                    FROM RFC1213-MIB
                OBJECT-GROUP,MODULE-COMPLIANCE
                    FROM SNMPv2-CONF
                Integer32, OBJECT-TYPE, MODULE-IDENTITY
                    FROM SNMPv2-SMI
                InetAddressType,InetAddress
                    FROM INET-ADDRESS-MIB
                RowStatus
                    FROM SNMPv2-TC;

      hh3cAtmDxi MODULE-IDENTITY
                LAST-UPDATED "200504141518Z"            -- 14 April, 2005 at 15:18 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
                        "This MIB contains objects to manage configuration of ATM-DXI.
                         There are no constraints on this MIB."
                REVISION "200504141518Z"                -- 14 April, 2005 at 15:18 GMT
                DESCRIPTION
                        "The initial revision of this MIB module."
                ::= { hh3cCommon 49 }

--
-- Node definitions
--
        hh3cAtmDxiScalarGroup OBJECT IDENTIFIER ::= { hh3cAtmDxi 1 }

        hh3cAtmDxiConfMode OBJECT-TYPE
                SYNTAX INTEGER
                        {
                        mode1a(1),
                        mode1b(2),
                        mode2(3)
                        }
                MAX-ACCESS read-only
                STATUS current
                DESCRIPTION
                        "This node identifies the ATM-DXI mode being
                        used at the ATM-DXI port."
                ::= { hh3cAtmDxiScalarGroup 1 }


        hh3cAtmDxiIfObjects OBJECT IDENTIFIER ::= { hh3cAtmDxi 2 }


        hh3cAtmDxiPvcTable OBJECT-TYPE
                SYNTAX SEQUENCE OF Hh3cAtmDxiPvcEntry
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "This table describes information of PVC in ATM-DXI interface."
                ::= { hh3cAtmDxiIfObjects 1 }


        hh3cAtmDxiPvcEntry OBJECT-TYPE
                SYNTAX Hh3cAtmDxiPvcEntry
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "The entry of hh3cAtmDxiPvcTable."
                INDEX { ifIndex, hh3cAtmDxiPvcVpi, hh3cAtmDxiPvcVci }
                ::= { hh3cAtmDxiPvcTable 1 }


        Hh3cAtmDxiPvcEntry ::=
                SEQUENCE {
                        hh3cAtmDxiPvcVpi
                                Integer32,
                        hh3cAtmDxiPvcVci
                                Integer32,
                        hh3cAtmDxiPvcDFA
                                Integer32,
                        hh3cAtmDxiPvcEncType
                                INTEGER,
                        hh3cAtmDxiPvcMapCount
                                Integer32,
                        hh3cAtmDxiPvcRowStatus
                                RowStatus
                 }


        hh3cAtmDxiPvcVpi OBJECT-TYPE
                SYNTAX Integer32 (0..15)
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "The value of VPI.  It can't be 0 if hh3cAtmDxiPvcVci is 0."
                ::= { hh3cAtmDxiPvcEntry 1 }


        hh3cAtmDxiPvcVci OBJECT-TYPE
                SYNTAX Integer32 (0..63)
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "The value of VCI.  It can't be 0 if hh3cAtmDxiPvcVpi is 0."
                ::= { hh3cAtmDxiPvcEntry 2 }


        hh3cAtmDxiPvcDFA OBJECT-TYPE
                SYNTAX Integer32
                MAX-ACCESS read-create
                STATUS current
                DESCRIPTION
                        "The index of PVC.  It is equal with vci and VPI.  And this node value
                        is correlate with hh3cAtmDxiPvcVpi and hh3cAtmDxiPvcVci. "
                ::= { hh3cAtmDxiPvcEntry 3 }


        hh3cAtmDxiPvcEncType OBJECT-TYPE
                SYNTAX INTEGER
                        {
                        snap(1),
                        nlpid(2),
                        mux(3)
                        }
                MAX-ACCESS read-create
                STATUS current
                DESCRIPTION
                        "Encapsulation type of the frame."
                DEFVAL { snap }
                ::= { hh3cAtmDxiPvcEntry 4 }


        hh3cAtmDxiPvcMapCount OBJECT-TYPE
                SYNTAX Integer32 (0..32)
                MAX-ACCESS read-create
                STATUS current
                DESCRIPTION
                        "The number of map.  One map can only associate with one PVC, but
                        one PVC can associate with 32 maps.  This node is the map count
                        which one PVC associated with."
                ::= { hh3cAtmDxiPvcEntry 5 }


        hh3cAtmDxiPvcRowStatus OBJECT-TYPE
                SYNTAX RowStatus
                MAX-ACCESS read-create
                STATUS current
                DESCRIPTION
                        "Only support 'destroy' 'createAndGo' and 'active'."
                ::= { hh3cAtmDxiPvcEntry 6 }


        hh3cAtmDxiMapTable OBJECT-TYPE
                SYNTAX SEQUENCE OF Hh3cAtmDxiMapEntry
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "This table describes PVC map information."
                ::= { hh3cAtmDxiIfObjects 2 }


        hh3cAtmDxiMapEntry OBJECT-TYPE
                SYNTAX Hh3cAtmDxiMapEntry
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "The entry of hh3cAtmDxiMapTable."
                INDEX { ifIndex,
                        hh3cAtmDxiMapPeerIpType,
                        hh3cAtmDxiMapPeerIp,
                        hh3cAtmDxiMapPvcVpi,
                        hh3cAtmDxiMapPvcVci,
                        hh3cAtmDxiMapType
                      }
                ::= { hh3cAtmDxiMapTable 1 }


        Hh3cAtmDxiMapEntry ::=
                SEQUENCE {
                        hh3cAtmDxiMapPeerIpType
                                InetAddressType,
                        hh3cAtmDxiMapPeerIp
                                InetAddress,
                        hh3cAtmDxiMapPvcVpi
                                Integer32,
                        hh3cAtmDxiMapPvcVci
                                Integer32,
                        hh3cAtmDxiMapType
                                INTEGER,
                        hh3cAtmDxiMapInarpTime
                                Integer32,
                        hh3cAtmDxiMapBroEnable
                                INTEGER,
                        hh3cAtmDxiMapRowStatus
                                RowStatus
                 }

        hh3cAtmDxiMapPeerIpType OBJECT-TYPE
                SYNTAX InetAddressType
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "The type of ip address: IPv4 or IPv6."
                ::= { hh3cAtmDxiMapEntry 1 }

        hh3cAtmDxiMapPeerIp OBJECT-TYPE
                SYNTAX InetAddress
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "The peer ip address.  This ip address is the peer ip
                        address which the frame will arrive."
                ::= { hh3cAtmDxiMapEntry 2 }

        hh3cAtmDxiMapPvcVpi OBJECT-TYPE
                SYNTAX Integer32 (0..15)
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "The VPI of PVC.  It can't be 0 if hh3cAtmDxiMapPvcVci is 0."
                ::= { hh3cAtmDxiMapEntry 3 }

        hh3cAtmDxiMapPvcVci OBJECT-TYPE
                SYNTAX Integer32 (0..63)
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "The VCI of PVC.  It can't be 0 if hh3cAtmDxiMapPvcVpi is 0."
                ::= { hh3cAtmDxiMapEntry 4 }

        hh3cAtmDxiMapType OBJECT-TYPE
                SYNTAX INTEGER
                        {
                        address(1),
                        inarp(2),
                        default(3)
                        }
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                        "Pvc map type."
                ::= { hh3cAtmDxiMapEntry 5 }

        hh3cAtmDxiMapInarpTime OBJECT-TYPE
                SYNTAX Integer32 (0 | 5..10)
                MAX-ACCESS read-create
                STATUS current
                DESCRIPTION
                        "The interval time of inarp request.  This node describes
                        the interval time inarp request frame sent.  If the hh3cAtmDxiMapType
                        isn't inarp, this value is 0.  Its unit is minute."
                DEFVAL { 10 }
                ::= { hh3cAtmDxiMapEntry 6 }

        hh3cAtmDxiMapBroEnable OBJECT-TYPE
                SYNTAX INTEGER
                        {
                        enable(1),
                        disable(2)
                        }
                MAX-ACCESS read-create
                STATUS current
                DESCRIPTION
                        "Whether ATM-DXI map enable broadcast or not."
                DEFVAL { 2 }
                ::= { hh3cAtmDxiMapEntry 7 }

        hh3cAtmDxiMapRowStatus OBJECT-TYPE
                SYNTAX RowStatus
                MAX-ACCESS read-create
                STATUS current
                DESCRIPTION
                        "Only support 'destroy', 'createAndGo' and 'active'."
                ::= { hh3cAtmDxiMapEntry 8 }


        hh3cAtmDxiConformance OBJECT IDENTIFIER ::= { hh3cAtmDxi 3 }

        hh3cAtmDxiCompliances OBJECT IDENTIFIER ::= { hh3cAtmDxiConformance 1 }

        hh3cAtmDxiCompliance MODULE-COMPLIANCE
               STATUS current
               DESCRIPTION
                       "The compliance statement."
               MODULE
               MANDATORY-GROUPS { hh3cPVCMAPGroup }
               GROUP hh3cAtmDxiGeneralGroup
               DESCRIPTION
                       "If ATM-DXI protocol supports other ATM-DXI modes,
                       this group must be supported."
               ::= { hh3cAtmDxiCompliances 1 }

        hh3cAtmDxiGroup OBJECT IDENTIFIER ::= { hh3cAtmDxiConformance 2 }

        hh3cPVCMAPGroup OBJECT-GROUP
                OBJECTS { hh3cAtmDxiPvcDFA, hh3cAtmDxiPvcEncType, hh3cAtmDxiPvcMapCount,
                          hh3cAtmDxiPvcRowStatus, hh3cAtmDxiMapBroEnable, hh3cAtmDxiMapInarpTime,
                          hh3cAtmDxiMapRowStatus }
                STATUS current
                DESCRIPTION
                        "This group includes nodes which are associated with interface."
                ::= { hh3cAtmDxiGroup 1 }

        hh3cAtmDxiGeneralGroup OBJECT-GROUP
                OBJECTS { hh3cAtmDxiConfMode }
                STATUS current
                DESCRIPTION
                        "This group includes the general nodes about ATM-DXI."
                ::= { hh3cAtmDxiGroup 2 }

END