summaryrefslogtreecommitdiff
path: root/MIBS/huawei/HUAWEI-TDM-PSN-MIB
blob: 87523d38454788c6669b5008cee0330721d504f5 (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
--  ==================================================================
-- Copyright (C) 2007 by  HUAWEI TECHNOLOGIES. All rights reserved.
-- 
-- Description: HUAWEI TDMoPSN Management MIB
-- Reference:
-- Version: V1.0
-- History:
--      V1.0 songguozhong, 2007-06-27, publish
-- ==================================================================

HUAWEI-TDM-PSN-MIB DEFINITIONS ::= BEGIN
    IMPORTS                           
        OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP         
            FROM SNMPv2-CONF   
        HWL2VpnVcEncapsType          
            FROM HUAWEI-VPLS-EXT-MIB  
        Integer32, Unsigned32, Gauge32, Counter64, 
        OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE         
            FROM SNMPv2-SMI         
        InterfaceIndex             
            FROM IF-MIB                              
        hwDatacomm
            FROM HUAWEI-MIB;             
            
    hwTdmPsnMIB MODULE-IDENTITY 
        LAST-UPDATED "200706270900Z"
        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 
            "The HUAWEI-TDM-PSN-MIB contains objects to manage TDM."
        ::= { hwDatacomm 152 }
                      
    hwTdmPsnMIBObjects OBJECT IDENTIFIER ::= { hwTdmPsnMIB 1 }        

    hwTdmPsnPerfCurrentTable OBJECT-TYPE
        SYNTAX SEQUENCE OF HwTdmPsnPerfCurrentEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "This table provides per TDM PW performance information."
        ::= { hwTdmPsnMIBObjects 1 }
    
    hwTdmPsnPerfCurrentEntry OBJECT-TYPE
        SYNTAX HwTdmPsnPerfCurrentEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "An entry in hwTdmPsnPerfCurrentTable."
        INDEX { hwTdmPsnPerfCurrentPwIdIndex, hwTdmPsnPerfCurrentPwTypeIndex}
        ::= { hwTdmPsnPerfCurrentTable 1 }
        
    HwTdmPsnPerfCurrentEntry ::=
        SEQUENCE 
        {      
            hwTdmPsnPerfCurrentPwIdIndex 
                Unsigned32,
            hwTdmPsnPerfCurrentPwTypeIndex
                HWL2VpnVcEncapsType,
            hwTdmPsnPerfCurrentMissingPkts
                Gauge32,
            hwTdmPsnPerfCurrentPktsReorder
                Gauge32,
            hwTdmPsnPerfCurrentJtrBfrUnderruns
                Gauge32,
            hwTdmPsnPerfCurrentMisorderDropped
                Gauge32,
            hwTdmPsnPerfCurrentMalformedPkts
                Gauge32,
            hwTdmPsnPerfCurrentErrorSeconds
                Gauge32,
            hwTdmPsnPerfCurrentSeverelyErrorSeconds
                Gauge32,
            hwTdmPsnPerfCurrentUnavailableSeconds
                Gauge32,
            hwTdmPsnPerfCurrentFailureCounts   
                Gauge32
        }
             
    hwTdmPsnPerfCurrentPwIdIndex 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'."
        ::= { hwTdmPsnPerfCurrentEntry 1 }
        
    hwTdmPsnPerfCurrentPwTypeIndex OBJECT-TYPE
        SYNTAX HWL2VpnVcEncapsType
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "The type of the Virtual Circuit.This value indicate the 
            Service to be carried over this PW."
        ::= { hwTdmPsnPerfCurrentEntry 2 }         
             
    hwTdmPsnPerfCurrentMissingPkts OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Number of missing packets (as detected via control word 
            Sequence number gaps)."
        ::= { hwTdmPsnPerfCurrentEntry 3 }
        
    hwTdmPsnPerfCurrentPktsReorder OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Number of packets detected out of sequence (via control
            word sequence number), but successfully re-ordered.
            Note: some implementations may not support this Feature."
        ::= { hwTdmPsnPerfCurrentEntry 4 }
         
    hwTdmPsnPerfCurrentJtrBfrUnderruns OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Number of times a packet needed to be played
            out and the jitter buffer was empty."
        ::= { hwTdmPsnPerfCurrentEntry 5 }
         
    hwTdmPsnPerfCurrentMisorderDropped OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Number of packets detected out of order(via control word
            Sequence numbers), and could not be re-ordered, or could
            not fit in the jitter buffer."
        ::= { hwTdmPsnPerfCurrentEntry 6 }
         
    hwTdmPsnPerfCurrentMalformedPkts OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Number of packets detected with unexpected size, or
            bad headers' stack."
        ::= { hwTdmPsnPerfCurrentEntry 7 }
         
    hwTdmPsnPerfCurrentErrorSeconds OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "The counter associated with the number of Error
            Seconds encountered.Any malformed packet, seq. error and
            similar are considered as error second."
        ::= { hwTdmPsnPerfCurrentEntry 8 }
         
    hwTdmPsnPerfCurrentSeverelyErrorSeconds OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "The counter associated with the number of
            Severely Error Seconds encountered."
        ::= { hwTdmPsnPerfCurrentEntry 9 }
         
    hwTdmPsnPerfCurrentUnavailableSeconds OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "The counter associated with the number of
            Unavailable Seconds encountered. Any consequtive
            five seconds of SES are counted as one UAS."
        ::= { hwTdmPsnPerfCurrentEntry 10 }  
    
    hwTdmPsnPerfCurrentFailureCounts OBJECT-TYPE
        SYNTAX Gauge32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "TDM Failure Counts (FC-TDM). The number of TDM failure
            events. A failure event begins when the LOPS failure
            is declared, and ends when the failure is cleared. A
            failure event that begins in one period and ends in
            another period is counted only in the period in which
            it begins."
        ::= { hwTdmPsnPerfCurrentEntry 11 }  

    hwTdmPsnAlarmTable OBJECT-TYPE
        SYNTAX SEQUENCE OF HwTdmPsnAlarmEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "This table provides per CEP PW Status information."
        ::= { hwTdmPsnMIBObjects 2 }
    
    hwTdmPsnAlarmEntry OBJECT-TYPE
        SYNTAX HwTdmPsnAlarmEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "An entry in hwTdmPsnAlarmTable."
        INDEX { hwTdmPsnAlarmPwIdIndex, hwTdmPsnAlarmPwTypeIndex}
        ::= { hwTdmPsnAlarmTable 1 }
        
    HwTdmPsnAlarmEntry ::=
        SEQUENCE 
        {      
            hwTdmPsnAlarmPwIdIndex 
                Unsigned32,
            hwTdmPsnAlarmPwTypeIndex
                HWL2VpnVcEncapsType,
            hwTdmPsnAlarmPwStatus
                INTEGER,
            hwTdmPsnAlarmVcIfIndex
                InterfaceIndex
        }           
                             
    hwTdmPsnAlarmPwIdIndex 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'."
        ::= { hwTdmPsnAlarmEntry 1 }
        
    hwTdmPsnAlarmPwTypeIndex OBJECT-TYPE
        SYNTAX HWL2VpnVcEncapsType
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "The type of the Virtual Circuit.This value indicate the 
            Service to be carried over this PW."
        ::= { hwTdmPsnAlarmEntry 2 } 

    hwTdmPsnAlarmPwStatus OBJECT-TYPE
        SYNTAX  INTEGER (1..6 ) 
        MAX-ACCESS  read-only
        STATUS  current
        DESCRIPTION
            "This variable indicates the Line Status of the
            interface.  It contains PW alarms information.    
            The hwTdmPsnInfoPwStatus is a bit map represented as a
            Sum, therefore, it can represent multiple alarms simultaneously.
            PwNoAlarm must be set if and only if no other flag is set.
            The various bit positions are:
                0 bit     PwNoAlarm       No alarm present
                1 bit     PwRAI           Remote Alarm Indication
                2 bit     PwAIS           Alarm Indication Signal "
        ::= { hwTdmPsnAlarmEntry 3 } 
        
    hwTdmPsnAlarmVcIfIndex OBJECT-TYPE
        SYNTAX  InterfaceIndex
        MAX-ACCESS  read-only
        STATUS  current
        DESCRIPTION
            "Index of E1 or T1 interface."
        ::= { hwTdmPsnAlarmEntry 4 }                                      
                                                     
    hwTdmPsnMIBTraps OBJECT IDENTIFIER ::= { hwTdmPsnMIB 2 } 
    hwTdmPsnAlarmTrap NOTIFICATION-TYPE
        OBJECTS { hwTdmPsnAlarmPwStatus, hwTdmPsnAlarmVcIfIndex }
        STATUS  current
        DESCRIPTION
            "A hwTdmPsnAlarmTrap trap is sent when the
            value of an instance hwTdmPsnAlarmPwStatus changes."
        ::= { hwTdmPsnMIBTraps 1 }
          
    hwTdmPsnMIBConformance OBJECT IDENTIFIER ::= { hwTdmPsnMIB 3 }           
    hwTdmPsnMIBCompliances OBJECT IDENTIFIER ::= { hwTdmPsnMIBConformance 1 }   
    hwTdmPsnMIBCompliance MODULE-COMPLIANCE
        STATUS current
        DESCRIPTION
            "The compliance statement for TDM."
        MODULE MANDATORY-GROUPS
        {   
            hwTdmPsnPerfCurrentGroup,
            hwTdmPsnAlarmGroup
        }      
        ::= { hwTdmPsnMIBCompliances 1 }
              
    hwTdmPsnMIBGroups OBJECT IDENTIFIER ::= { hwTdmPsnMIBConformance 2 }   
    hwTdmPsnPerfCurrentGroup OBJECT-GROUP
        OBJECTS 
        {
            hwTdmPsnPerfCurrentMissingPkts,
            hwTdmPsnPerfCurrentPktsReorder,
            hwTdmPsnPerfCurrentJtrBfrUnderruns,
            hwTdmPsnPerfCurrentMisorderDropped,
            hwTdmPsnPerfCurrentMalformedPkts,
            hwTdmPsnPerfCurrentErrorSeconds,
            hwTdmPsnPerfCurrentSeverelyErrorSeconds,
            hwTdmPsnPerfCurrentUnavailableSeconds,
            hwTdmPsnPerfCurrentFailureCounts    
        }
        STATUS current
        DESCRIPTION
            "The hwTdmPsnPerfCurrentTable's group."
        ::= { hwTdmPsnMIBGroups 1 }
    
    hwTdmPsnAlarmGroup OBJECT-GROUP
        OBJECTS 
        {   
            hwTdmPsnAlarmPwStatus,
            hwTdmPsnAlarmVcIfIndex
        }
        STATUS current
        DESCRIPTION
            "The hwTdmPsnAlarmTable's group."
        ::= { hwTdmPsnMIBGroups 2 }  

    hwTdmPsnNotificationGroup NOTIFICATION-GROUP
        NOTIFICATIONS { hwTdmPsnAlarmTrap}
        STATUS current
        DESCRIPTION 
            "The TdmPsn's SVC Notification group."
        ::= { hwTdmPsnMIBGroups 3 }
END