forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-BSC-MIB.mib
660 lines (590 loc) · 20.6 KB
/
CISCO-BSC-MIB.mib
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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
-- *****************************************************************
-- CISCO-BSC-MIB.my: Binary Synchronous MIB file
--
-- Mar 1995, Sandy Logie
--
-- Copyright (c) 1995-1997, 2004 by cisco Systems, Inc.
-- Prepared by Metaplex
-- All rights reserved.
--
CISCO-BSC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
ifIndex
FROM IF-MIB
TruthValue
FROM SNMPv2-TC
ciscoMgmt
FROM CISCO-SMI;
ciscoBscMIB MODULE-IDENTITY
LAST-UPDATED "200408250000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W. Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]"
DESCRIPTION
"The MIB module for BSC.
Overview of BSC MIB
MIB description
The BSC MIB provides the configuration and operational information
on Cisco's Binary Synchronous Communications implementation. The
following entities are managed:
1) BSC ports (serial interfaces)
2) BSC Control Units (stations on a port)
The BSC ports are identified by the interface index, and additional
information about this interface can be obtained from the Cisco
Serial Interface MIB.
The BSC Control Units are identified by the Control Unit address;
this is the address used by BSTUN to route the BSC traffic - it is
therefore equivalent to the bstunRouteStationAddress in the
bstunRouteTable MIB.
"
REVISION "200408250000Z"
DESCRIPTION
"Added 'generic' value to the bscPortRole object for
BSC generic support."
REVISION "9701250000Z"
DESCRIPTION
"Added support for BSTUN over Frame-relay,
Extended address and 3780 dial-in."
REVISION "9508210000Z"
DESCRIPTION
"Minor cleanups to pacify mib compiler."
::= { ciscoMgmt 36 }
bscObjects OBJECT IDENTIFIER ::= { ciscoBscMIB 1}
bscPorts OBJECT IDENTIFIER ::= { bscObjects 1}
bscControlUnits OBJECT IDENTIFIER ::= { bscObjects 2}
bscExtAddresses OBJECT IDENTIFIER ::= { bscObjects 3}
-- *********************************************************************
-- * Bsc Port Table
-- *********************************************************************
bscPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF BscPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of port (serial interfaces) which have been configured
to support a BSC BSTUN group."
::= { bscPorts 1 }
bscPortEntry OBJECT-TYPE
SYNTAX BscPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Status and parameter values for a port."
INDEX { ifIndex }
::= { bscPortTable 1 }
BscPortEntry ::=
SEQUENCE {
bscPortRole
INTEGER,
bscPortCodeSet
INTEGER,
bscPortPause
INTEGER,
bscPortServlim
INTEGER,
bscPortPollTimeout
INTEGER,
bscPortRecoveryRetries
INTEGER,
bscPortUnknownControlUnitsReceived
Counter32,
bscPortSoftErrors
Counter32,
bscPortHardErrors
Counter32,
bscPortProtocolViolations
Counter32,
bscPortHostTimeout
Integer32,
bscPortSpecPoll
TruthValue,
bscPortVirtualAddress
Integer32,
bscPortContentionDialTimeout
Integer32
}
bscPortRole OBJECT-TYPE
SYNTAX INTEGER {
primary(1),
secondary(2),
contention(3),
dialContention(4),
generic(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The router's DLC role to the attached node.
If the bscPortRole is primary, this implies that
the port is connected to a remote secondary device.
If the role is generic, this indicates that the port
will be running framed bisynchronous frames with an unknown
protocol. If this object does not have the value 'contention'
then bscPortVirtualAddress will not be instantiated.
If this object does not have the value 'dialContention'
then bscPortContentionDialTimeout will not be instantiated."
::= { bscPortEntry 1 }
bscPortCodeSet OBJECT-TYPE
SYNTAX INTEGER { ebcdic(1), ascii(2) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The code set used for the line controls."
::= { bscPortEntry 2 }
bscPortPause OBJECT-TYPE
SYNTAX INTEGER (0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"For primary, it is the minimum time to be taken
for a cycle round the active poll table; if this
time has not elapsed when the bottom of the poll
table is reached, then polling will pause until
this timer expires. A value of zero means there
will be no pause between cycles round the poll
table.
For secondary, the pause time out is the delay
taken before sending a response to a poll
when it has no data frame to send.
The units are tenths of a second. The default
is 10 (1 second)."
::= { bscPortEntry 3 }
bscPortServlim OBJECT-TYPE
SYNTAX INTEGER (1..50)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This parameter is valid for primary only. It is
the number of times the active poll table will
be cycled before a non-responding control unit
will be polled. The default is 3."
::= { bscPortEntry 4 }
bscPortPollTimeout OBJECT-TYPE
SYNTAX INTEGER (1..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This parameter is valid for primary only. It is
the time that the primary will wait for a response
to a poll or select. The units are tenths of a second.
The default is 10 (1 second)."
::= { bscPortEntry 5 }
bscPortRecoveryRetries OBJECT-TYPE
SYNTAX INTEGER (1..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the number of times that a recovery sequence
will be retried before the connection is considered
to have failed. The default is 5."
::= { bscPortEntry 6 }
bscPortUnknownControlUnitsReceived OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of frames received from the serial
interface with an unsupported control unit
address. If this value is non-zero it indicates
a problem in the configuration."
::= { bscPortEntry 7 }
bscPortSoftErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of soft errors; these are errors
which have been recovered. This includes
CRC errors received, frames which were
retransmitted for any reason (NAK received
or the wrong ACK received), etc. This count
is a measure of the quality of the port/line,
but should be considered in relation to the
amount of traffic on the port (frames
or bytes sent and received).
This count includes all control unit soft
errors on this port, plus errors which were
not for a specific control unit."
::= { bscPortEntry 8 }
bscPortHardErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of hard errors; these are errors which
have not been recovered after bscPortRecoveryRetries
number of retries, and therefore the connection
has been terminated.
These errors could be caused by a hardware error
in the line or in the remote device; or possibly
the bscPortRecoveryRetries value is set too low
for the quality of the line.
This count includes all control unit hard
errors on this port, plus errors which were
not for a specific control unit."
::= { bscPortEntry 9 }
bscPortProtocolViolations OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of protocol violations. This counter is
incremented when an unexpected BSC Data Link Control
character is received from the remote device; that
is, the control character is invalid in the current
state of the local BSC FSM.
This indicates that there is an incompatibility
between the two implementations of the BSC protocol.
This count includes all control unit protocol violations
on this port, plus errors which were not for a specific
control unit."
::= { bscPortEntry 10 }
bscPortHostTimeout OBJECT-TYPE
SYNTAX Integer32 (30..3000)
UNITS "deciseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This parameter is valid for interfaces configured secondary
which additionally are running local-acknowledgement. If the
configuration does not match the value will be shown as zero.
It is the time the interface will wait for a poll from the
host before putting the CU on the inactive list.
The default is 60 seconds."
::= { bscPortEntry 11 }
bscPortSpecPoll OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This parameter is valid for primary, local-acknowledgement
interfaces only. It is set to TRUE when the interface is
configured to treat specific polls as general polls.
If the configuration cannot support this value, it will be
set to FALSE.
The default is FALSE."
::= { bscPortEntry 12 }
bscPortVirtualAddress OBJECT-TYPE
SYNTAX Integer32 (1..254)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This parameter is valid for contention only. It is
the address to be used for this interface when the
remote peer router is being used as a concentrator.
The default is 01."
::= { bscPortEntry 13 }
bscPortContentionDialTimeout OBJECT-TYPE
SYNTAX Integer32 (2..30)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This parameter is valid for dialContention only. It is
the amount of time an interface can be quiescent before
return the interface to the dial-in pool.
The default is 5 seconds."
::= { bscPortEntry 14 }
-- *********************************************************************
-- * Control Unit Table
-- *********************************************************************
bscControlUnitTable OBJECT-TYPE
SYNTAX SEQUENCE OF BscCUEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table containing information about specific
Control Units."
::= { bscControlUnits 1 }
bscCUEntry OBJECT-TYPE
SYNTAX BscCUEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The information regarding a single Control Unit."
INDEX { ifIndex, bscCUAddress }
::= { bscControlUnitTable 1 }
BscCUEntry ::=
SEQUENCE {
bscCUAddress
INTEGER,
bscCUState
INTEGER,
bscCUBytesSent
Counter32,
bscCUBytesReceived
Counter32,
bscCUTotalFramesSent
Counter32,
bscCUTotalFramesReceived
Counter32,
bscCUDataFramesSent
Counter32,
bscCUDataFramesReceived
Counter32,
bscCUSoftErrors
Counter32,
bscCUHardErrors
Counter32,
bscCUProtocolViolations
Counter32
}
bscCUAddress OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This value is the poll address of the
BSC Control Unit. This address must be unique
within a BSTUN Group."
::= { bscCUEntry 1 }
bscCUState OBJECT-TYPE
SYNTAX INTEGER { inactive(1), active(2) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State of the BSC Control Unit; when active this indicates that
the remote Control Unit is polling or responding to polls."
::= { bscCUEntry 2 }
bscCUBytesSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of sent bytes (octets).
Includes all control characters."
::= { bscCUEntry 3 }
bscCUBytesReceived OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of received bytes (octets).
Includes all control characters."
::= { bscCUEntry 4 }
bscCUTotalFramesSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of sent frames (blocks).
Includes all control frames."
::= { bscCUEntry 5 }
bscCUTotalFramesReceived OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of received frames (blocks).
Includes all control frames."
::= { bscCUEntry 6 }
bscCUDataFramesSent OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of sent data frames (blocks)."
::= { bscCUEntry 7 }
bscCUDataFramesReceived OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of received data frames (blocks)."
::= { bscCUEntry 8 }
bscCUSoftErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of soft errors; these are errors
which have been recovered. This includes
CRC errors received, frames which were
retransmitted for any reason (NAK received
or the wrong ACK received), etc. This count
is a measure of the quality of the connection,
but should be considered in relation to the
amount of traffic on the connection (frames
or bytes sent and received)."
::= { bscCUEntry 9 }
bscCUHardErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of hard errors; these are errors which
have not been recovered after bscPortRecoveryRetries
number of retries, and therefore the connection
has been terminated.
These errors could be caused by a hardware error
in the link or in the remote device; or possibly
the bscPortRecoveryRetries value is set too low
for the quality of the connection."
::= { bscCUEntry 10 }
bscCUProtocolViolations OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of protocol violations. This counter is
incremented when an unexpected BSC Data Link Control
character is received from the remote device; that
is, the control character is invalid in the current
state of the local BSC FSM.
This indicates that there is an incompatibility
between the two implementations of the BSC protocol."
::= { bscCUEntry 11 }
-- *********************************************************************
-- * extended Addresses
-- *********************************************************************
bscExtAddressTable OBJECT-TYPE
SYNTAX SEQUENCE OF BscExtAddressEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of all addresses configured by the bsc
extended-address command. This applies only to interfaces
with an ifType of 'bsc'. The address entries must be
unique per interface."
::= { bscExtAddresses 1 }
bscExtAddressEntry OBJECT-TYPE
SYNTAX BscExtAddressEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The information regarding a single extended addresses."
INDEX { ifIndex , bscExtPollAddress }
::= { bscExtAddressTable 1 }
BscExtAddressEntry ::=
SEQUENCE {
bscExtPollAddress
Integer32,
bscExtSelectAddress
Integer32
}
bscExtPollAddress OBJECT-TYPE
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The poll address of the station configured by the
bsc extended-address command."
::= { bscExtAddressEntry 1 }
bscExtSelectAddress OBJECT-TYPE
SYNTAX Integer32 (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The select address of the station configured by the
bsc extended-address command."
::= { bscExtAddressEntry 2 }
-- *************************************************************************
-- * Conformance Information
-- *************************************************************************
bscMibConformance OBJECT IDENTIFIER ::= { ciscoBscMIB 3 }
bscMibCompliances OBJECT IDENTIFIER ::= { bscMibConformance 1 }
bscMibGroups OBJECT IDENTIFIER ::= { bscMibConformance 2 }
--
-- *************************************************************************
-- * Compliance Statements
-- *************************************************************************
bscMibCompliance MODULE-COMPLIANCE
STATUS obsolete -- superceded by bscMibComplianceRev1
DESCRIPTION
"The compliance statement for BSTUN."
MODULE -- this module
MANDATORY-GROUPS {
bscPortsGroup,
bscControlUnitsGroup
}
::= { bscMibCompliances 1 }
bscMibComplianceRev1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for all Cisco Systems that
implement BSC functions."
MODULE -- this module
MANDATORY-GROUPS {
bscPortsGroupRev1,
bscControlUnitsGroup,
bscExtAddressGroup
}
::= { bscMibCompliances 2 }
bscPortsGroup OBJECT-GROUP
OBJECTS {
bscPortRole,
bscPortCodeSet,
bscPortPause,
bscPortServlim,
bscPortPollTimeout,
bscPortRecoveryRetries,
bscPortUnknownControlUnitsReceived,
bscPortSoftErrors,
bscPortHardErrors,
bscPortProtocolViolations
}
STATUS obsolete -- superceded by bscPortsGroupRev1
DESCRIPTION
"A collection of objects providing information about
BSC enabled interfaces."
::= { bscMibGroups 1}
bscControlUnitsGroup OBJECT-GROUP
OBJECTS {
bscCUState,
bscCUBytesSent,
bscCUBytesReceived,
bscCUTotalFramesSent,
bscCUTotalFramesReceived,
bscCUDataFramesSent,
bscCUDataFramesReceived,
bscCUSoftErrors,
bscCUHardErrors,
bscCUProtocolViolations
}
STATUS current
DESCRIPTION
"A collection of objects providing information about
BSC Control Units ."
::= { bscMibGroups 2 }
bscPortsGroupRev1 OBJECT-GROUP
OBJECTS {
bscPortRole,
bscPortCodeSet,
bscPortPause,
bscPortServlim,
bscPortPollTimeout,
bscPortRecoveryRetries,
bscPortUnknownControlUnitsReceived,
bscPortSoftErrors,
bscPortHardErrors,
bscPortProtocolViolations,
bscPortHostTimeout,
bscPortSpecPoll,
bscPortVirtualAddress,
bscPortContentionDialTimeout
}
STATUS current
DESCRIPTION
"A collection of objects providing information about
BSC enabled interfaces."
::= { bscMibGroups 3}
bscExtAddressGroup OBJECT-GROUP
OBJECTS {
bscExtSelectAddress
}
STATUS current
DESCRIPTION
"A collection of objects providing information about
BSC extended addresses."
::= { bscMibGroups 4}
END