summaryrefslogtreecommitdiff
path: root/MIBS/huawei/HUAWEI-BRAS-RUI-MIB
blob: f2ea35a2be728c1a534c8e74aadefa5e186940e5 (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
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
-- =================================================================
-- Copyright (C) 2005 by  HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description:HUAWEI-BRAS-RUI-MIB
-- Reference:
-- Version: V1.0
-- History:
--     
-- =================================================================
    HUAWEI-BRAS-RUI-MIB DEFINITIONS ::= BEGIN

            IMPORTS
        hwBRASMib            
            FROM HUAWEI-MIB
        IpAddress, Integer32, OBJECT-TYPE, MODULE-IDENTITY            
                FROM SNMPv2-SMI
            RowStatus, TruthValue, DisplayString, MacAddress            
                FROM SNMPv2-TC;
    
        hwBRASRui MODULE-IDENTITY 
            LAST-UPDATED "200504181334Z"        -- April 18, 2005 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 RUI."
            DESCRIPTION 
                "Description."
            ::= { hwBRASMib 19}
            

        hwPeerBackupObject OBJECT IDENTIFIER ::= { hwBRASRui 1 } 
        
        hwPeerBackupEnableTable OBJECT IDENTIFIER ::= { hwPeerBackupObject 1 }    
        
        hwPeerBackupEnableEntry OBJECT IDENTIFIER ::= { hwPeerBackupEnableTable 1 }


        hwPeerBackupEnable OBJECT-TYPE
            SYNTAX INTEGER
                 {
                disable(1),
                hotEnable(2),
                warmEnable(3)
                }

            MAX-ACCESS read-write
            STATUS current
            DESCRIPTION
                "Peer backup enable.

                "
            DEFVAL{1}
            ::= { hwPeerBackupEnableEntry 1 }
            
        hwPeerBackupServerTable OBJECT-TYPE
            SYNTAX SEQUENCE OF HwPeerBackupServerEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "Peer backup server table.

                "
            ::= { hwPeerBackupObject 2 }
        
            hwPeerBackupServerEntry OBJECT-TYPE
                  SYNTAX HwPeerBackupServerEntry
                  MAX-ACCESS not-accessible
                  STATUS current
                  DESCRIPTION
                            "Peer backup server table.

                 "
                        INDEX { hwPeerBackupServerPeerIp }
                        ::= {  hwPeerBackupServerTable 1 }
        
                    HwPeerBackupServerEntry ::=
                        SEQUENCE { 
                            hwPeerBackupServerPeerIp
                                IpAddress,
                            hwPeerBackupServerLocalIp
                                IpAddress,
                            hwPeerBackupServerPort
                                Integer32,
                            hwPeerBackupServerDetectRetransmit
                                Integer32,
                            hwPeerBackupServerDetectInterval
                                Integer32,
                            hwPeerBackupServerRowStatus
                                RowStatus      
                        }

                    hwPeerBackupServerPeerIp OBJECT-TYPE
                        SYNTAX IpAddress
                        MAX-ACCESS read-only
                        STATUS current
                        DESCRIPTION
                            "IP address of the peer backup server.
                
                             "
                        ::= { hwPeerBackupServerEntry 1 }

                    hwPeerBackupServerLocalIp OBJECT-TYPE
                        SYNTAX IpAddress
                        MAX-ACCESS read-create
                        STATUS current
                        DESCRIPTION
                            "IP address of the local backup server.
                
                            "
                        ::= { hwPeerBackupServerEntry 2 }   
                        
                    hwPeerBackupServerPort OBJECT-TYPE
                        SYNTAX Integer32(1024..55535)
                        MAX-ACCESS read-create
                        STATUS current
                        DESCRIPTION
                            "Port of the TCP connection.
                
                             "
                        ::= { hwPeerBackupServerEntry 3 }
                  
                    hwPeerBackupServerDetectRetransmit OBJECT-TYPE
                        SYNTAX Integer32 (2..12)
                        MAX-ACCESS read-create
                        STATUS current
                        DESCRIPTION
                            "Number of events re-transmitting the detect packet,default is 8. 
                
                             "
                        DEFVAL{8}
                        ::= { hwPeerBackupServerEntry 4 } 
                        
                    hwPeerBackupServerDetectInterval OBJECT-TYPE
                        SYNTAX Integer32 (10..60)
                        MAX-ACCESS read-create
                        STATUS current
                        DESCRIPTION
                            "The interval of detecting tcp connection,default is 20 seconds.
                
                             "
                        DEFVAL{20}
                        ::= { hwPeerBackupServerEntry 5 }

                    hwPeerBackupServerRowStatus OBJECT-TYPE
            SYNTAX RowStatus
            MAX-ACCESS read-create
            STATUS current
            DESCRIPTION
                "Row admin status,only Add or Del.
                
                "
            ::= { hwPeerBackupServerEntry 6 }
            
                 hwRemoteBackupProfileTable OBJECT-TYPE
                        SYNTAX SEQUENCE OF HwRemoteBackupProfileEntry
                        MAX-ACCESS not-accessible
                        STATUS current
                        DESCRIPTION
                                "Remote backup profile configuration table.
                                
                                "
                        ::= { hwPeerBackupObject 3 } 
                
                hwRemoteBackupProfileEntry OBJECT-TYPE
                        SYNTAX HwRemoteBackupProfileEntry
                        MAX-ACCESS not-accessible
                        STATUS current
                        DESCRIPTION
                                "Remote backup profile configuration table.
                                
                                "
                        INDEX { hwRemoteBackupProfileIndex }
                        ::= { hwRemoteBackupProfileTable 1 }

                HwRemoteBackupProfileEntry ::=
                        SEQUENCE {     
                            hwRemoteBackupProfileIndex
                                    Integer32,
                            hwRemoteBackupProfileName
                                    DisplayString,
                            hwRemoteBackupProfilePeerIP
                                    IpAddress,
                            hwRemoteBackupProfileVrrpID
                                    Integer32,
                            hwRemoteBackupProfileBackupID
                                    Integer32,
                            hwRemoteBackupProfileRowStatus
                                    RowStatus
                        } 
                        
               hwRemoteBackupProfileIndex OBJECT-TYPE
                    SYNTAX Integer32(0..4095)
                    MAX-ACCESS read-only
                    STATUS current
                    DESCRIPTION
                        "Remote backup profile index.
                        
                        "
                    ::= { hwRemoteBackupProfileEntry 1 }


                hwRemoteBackupProfileName OBJECT-TYPE
                    SYNTAX DisplayString(SIZE(1..32))
                    MAX-ACCESS read-create
                    STATUS current
                    DESCRIPTION
                        "Remote backup profile name.
                        
                        "
                    ::= { hwRemoteBackupProfileEntry 2 }

                hwRemoteBackupProfilePeerIP OBJECT-TYPE
                    SYNTAX IpAddress
                    MAX-ACCESS read-create
                    STATUS current
                    DESCRIPTION
                        "Configure peer IP address in remote backup profile.
                        
                        "
                    ::= { hwRemoteBackupProfileEntry 3 }

                hwRemoteBackupProfileVrrpID OBJECT-TYPE
                    SYNTAX Integer32(0..255)
                    MAX-ACCESS read-create
                    STATUS current
                    DESCRIPTION
                        "Configure VrrpID in remote backup profile.
                        
                        "
                    ::= { hwRemoteBackupProfileEntry 4 }
                   
                hwRemoteBackupProfileBackupID OBJECT-TYPE
                    SYNTAX Integer32(0..4095 | 65535)              
                    MAX-ACCESS read-create
                    STATUS current
                    DESCRIPTION
                        "Configure BackupID in remote backup proflie ,need configure PeerIP first.
                        
                        "
                    ::= { hwRemoteBackupProfileEntry 5 }
                    
                hwRemoteBackupProfileRowStatus OBJECT-TYPE
              SYNTAX RowStatus
              MAX-ACCESS read-create
              STATUS current
              DESCRIPTION
               "Row admin status,only Add or Del.
                
               "
            ::= { hwRemoteBackupProfileEntry 6 }
            
            hwRemoteBackupProfileExtTable OBJECT-TYPE
                SYNTAX SEQUENCE OF HwRemoteBackupProfileExtEntry
                MAX-ACCESS not-accessible
                STATUS current
                DESCRIPTION
                                "Remote backup profile configuration extend table.
                                
                                "
                ::= {  hwPeerBackupObject 4 }
                
                   hwRemoteBackupProfileExtEntry OBJECT-TYPE
                        SYNTAX HwRemoteBackupProfileExtEntry
                        MAX-ACCESS not-accessible
                        STATUS current
                        DESCRIPTION
                                "Remote backup profile configuration extend table.
                                
                                "
                        INDEX { hwRemoteBackupProfileIndex,hwRemoteBackupProfileIPPoolBindIndex }
                        ::= { hwRemoteBackupProfileExtTable 1 }

                HwRemoteBackupProfileExtEntry ::=
                        SEQUENCE {  
                             hwRemoteBackupProfileIPPoolBindIndex
                                       Integer32,
                             hwRemoteBackupProfileIPPoolIndex
                                    Integer32,
                          hwRemoteBackupProfileDomainName
                                    DisplayString,
                          hwRemoteBackupProfileExtRowStatus
                                    RowStatus
                        } 
                 
                hwRemoteBackupProfileIPPoolBindIndex OBJECT-TYPE
                    SYNTAX Integer32(0..15)
                    MAX-ACCESS read-only
                    STATUS current
                    DESCRIPTION
                        "Ip pool bound Index.
                        
                        "
                    ::= { hwRemoteBackupProfileExtEntry 1 }
                                                
                hwRemoteBackupProfileIPPoolIndex OBJECT-TYPE
                    SYNTAX Integer32(0..4096 | 65535)
                    MAX-ACCESS read-create
                    STATUS current
                    DESCRIPTION
                        "Ip pool bound by remote backup profile.
                        
                        "
                    ::= { hwRemoteBackupProfileExtEntry 2 }


                hwRemoteBackupProfileDomainName OBJECT-TYPE
                    SYNTAX DisplayString(SIZE(1..64))
                    MAX-ACCESS read-create
                    STATUS current
                    DESCRIPTION
                        "Domain bound by remote backup profile, need bind ip pool first.
                        
                        "
                    ::= { hwRemoteBackupProfileExtEntry 3 }

                hwRemoteBackupProfileExtRowStatus OBJECT-TYPE
              SYNTAX RowStatus
              MAX-ACCESS read-create
              STATUS current
              DESCRIPTION
               "Row admin status,only Add or Del.
                
               "
            ::= { hwRemoteBackupProfileExtEntry 4 }
            

        hwRuiConformance OBJECT IDENTIFIER ::= { hwBRASRui 2 }
        
        hwRuiCompliances OBJECT IDENTIFIER ::= { hwRuiConformance 1 }
        hwRuiCompliance MODULE-COMPLIANCE
               STATUS      current
               DESCRIPTION
                   "The compliance statement for systems supporting 
                the this module."

               MODULE      -- this module
               MANDATORY-GROUPS    {hwPeerBackupEnableGroup, hwPeerBackupServerGroup, hwRemoteBackupProfileGroup, hwRemoteBackupProfileExtGroup}  
                                               
              ::= { hwRuiCompliances 1 }  
              
        hwRuiGroups OBJECT IDENTIFIER ::= { hwRuiConformance 2 } 
        
        hwPeerBackupEnableGroup OBJECT-GROUP
            OBJECTS { hwPeerBackupEnable }       
            STATUS current
            DESCRIPTION 
                "The RUI peer backup enable group."
            ::= { hwRuiGroups 1 }

        hwPeerBackupServerGroup OBJECT-GROUP
            OBJECTS { hwPeerBackupServerPeerIp, hwPeerBackupServerLocalIp, hwPeerBackupServerPort, 
                      hwPeerBackupServerDetectRetransmit, hwPeerBackupServerDetectInterval, hwPeerBackupServerRowStatus }            
            STATUS current
            DESCRIPTION 
                "The peer backup server group."
            ::= { hwRuiGroups 2 }
             
        hwRemoteBackupProfileGroup OBJECT-GROUP
            OBJECTS { hwRemoteBackupProfileIndex, hwRemoteBackupProfileName, hwRemoteBackupProfilePeerIP, 
                      hwRemoteBackupProfileVrrpID, hwRemoteBackupProfileBackupID, hwRemoteBackupProfileRowStatus }       
            STATUS current
            DESCRIPTION 
                "The remote backup profile group."
            ::= { hwRuiGroups 3 }
            
        hwRemoteBackupProfileExtGroup OBJECT-GROUP
            OBJECTS { hwRemoteBackupProfileIPPoolBindIndex, hwRemoteBackupProfileIPPoolIndex, hwRemoteBackupProfileDomainName, hwRemoteBackupProfileExtRowStatus }       
            STATUS current
            DESCRIPTION 
                "The RUI peer backup enable extern group."
            ::= { hwRuiGroups 4 }
                        
        END