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
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
|
F3-AMP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, IpAddress
FROM SNMPv2-SMI
TruthValue, RowStatus, StorageType, DisplayString,
DateAndTime, VariablePointer, TEXTUAL-CONVENTION
FROM SNMPv2-TC
fsp150cm
FROM ADVA-MIB
VlanId
FROM CM-COMMON-MIB
IpSourceAddrType, IpManagementTunnelType, IpManagementTunnelEncapsulationType
FROM CM-IP-MIB;
f3AMPMIB MODULE-IDENTITY
LAST-UPDATED "201209310000Z"
ORGANIZATION "ADVA Optical Networking"
CONTACT-INFO
" Jakub Zalewski
ADVA Optical Networking, Inc.
Tel: +48 58 7716 411
E-mail: jzalewski@advaoptical.com
Postal: ul. Slaska 35/37
81-310 Gdynia, Poland"
DESCRIPTION
"This module defines the Automatic Management Provisioning MIB definitions
used by the F3 (FSP150CM/CC) product lines.
Copyright (C) ADVA Optical Networking."
REVISION "201209300000Z"
DESCRIPTION
"
Notes from release 201209300000Z,
(1)MIB version ready for release FSP150CC 5.6CC."
::= {fsp150cm 24}
--
-- Textual Conventions
--
AMPRole ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines client or server role."
SYNTAX INTEGER {
client (1),
server (2)
}
AMPStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines AMP Status."
SYNTAX INTEGER {
notAvailable (1),
disabled (2),
associatingActive (3),
associatingPassive (4),
associated (5),
noPeer (6)
}
AMPConfigStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines AMP Configuration Status."
SYNTAX INTEGER {
none (1), -- none
provision (2), -- provision request sent to Client
noPeer (3), -- no EFM peer
request (4), -- provisioning request received by Client
configSuccess (5), -- configuration succeeded on Client
configFail (6), -- congiguration failed on Client
timeout (7) -- response timeout
}
AMPProtocol ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines protocol over which AMP messages are sent."
SYNTAX INTEGER {
efmOam (1)
}
AMPConfigAction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines Actions available for f3AmpConfig object"
SYNTAX INTEGER {
noAction (1),
clearStats (2)
}
--
-- OID definitions
--
f3AmpConfigObjects OBJECT IDENTIFIER ::= {f3AMPMIB 1}
f3AmpStatsObjects OBJECT IDENTIFIER ::= {f3AMPMIB 2}
f3AmpConformance OBJECT IDENTIFIER ::= {f3AMPMIB 3}
--
-- AMP Client/Server Configuration table
--
f3AmpConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF F3AmpConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of entries corresponding to Automatic Management Provisioning
configuration instance for configuration purposes."
::= { f3AmpConfigObjects 1 }
f3AmpConfigEntry OBJECT-TYPE
SYNTAX F3AmpConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the f3AmpConfigTable."
INDEX { f3AmpConfigIndex }
::= { f3AmpConfigTable 1 }
F3AmpConfigEntry ::= SEQUENCE {
f3AmpConfigIndex Integer32,
f3AmpConfigRole AMPRole,
f3AmpConfigProtocol AMPProtocol,
f3AmpConfigEnabled TruthValue,
f3AmpConfigPort VariablePointer,
f3AmpConfigStatus AMPStatus,
f3AmpConfigRemSysName DisplayString,
f3AmpConfigRemSysIpAddr IpAddress,
f3AmpConfigRemSysIpMask IpAddress,
f3AmpConfigRemSysDefGateway IpAddress,
f3AmpConfigRemSysSNMPV1IfName DisplayString,
f3AmpConfigRemSysSrcIpAddrType IpSourceAddrType,
f3AmpConfigRemSysSrcIpAddrIfName DisplayString,
f3AmpConfigRemTunnelIndex Integer32,
f3AmpConfigRemTunnelName DisplayString,
f3AmpConfigRemTunnelType IpManagementTunnelType,
f3AmpConfigRemTunnelIpAddr IpAddress,
f3AmpConfigRemTunnelIpMask IpAddress,
f3AmpConfigRemTunnelVlanId VlanId,
f3AmpConfigRemTunnelSVlanId VlanId,
f3AmpConfigRemTunnelSVlanIdEnabled TruthValue,
f3AmpConfigRemTunnelRip2PktsEnabled TruthValue,
f3AmpConfigRemTunnelCOS Integer32,
f3AmpConfigRemTunnelCIR Unsigned32,
f3AmpConfigRemTunnelEIR Unsigned32,
f3AmpConfigRemTunnelBufferSize Unsigned32,
f3AmpConfigRemTunnelEncapType IpManagementTunnelEncapsulationType,
f3AmpConfigRemTunnelMtu Integer32,
f3AmpConfigAction AMPConfigAction,
f3AmpConfigStorageType StorageType,
f3AmpConfigRowStatus RowStatus
}
f3AmpConfigIndex OBJECT-TYPE
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An integer index value used to uniquely identify
this AMP Config within the System."
::= { f3AmpConfigEntry 1 }
f3AmpConfigRole OBJECT-TYPE
SYNTAX AMPRole
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Configures AMP instance to be either Client or Server."
::= { f3AmpConfigEntry 2 }
f3AmpConfigProtocol OBJECT-TYPE
SYNTAX AMPProtocol
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Configures protocol over which AMP message will be transported."
::= { f3AmpConfigEntry 3 }
f3AmpConfigEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enables or Disables AMP on a Port."
::= { f3AmpConfigEntry 4 }
f3AmpConfigPort OBJECT-TYPE
SYNTAX VariablePointer
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Port on which AMP Server or Client will operate. This port will
transmit/receive AMP messages. The AMP can operate on Access Ports and
Network Port and f3AmpConfigPort shall point to either cmEthernetAccPortIndex
or cmEthernetNetPortIndex."
::= { f3AmpConfigEntry 5 }
f3AmpConfigStatus OBJECT-TYPE
SYNTAX AMPStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Status of AMP."
::= { f3AmpConfigEntry 6 }
f3AmpConfigRemSysName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies sysName which is sent
in a AMP message to be configfured on a AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the sysName
value which was received from the AMP Server."
::= { f3AmpConfigEntry 7 }
f3AmpConfigRemSysIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies System IP address
which is sent in a AMP message to be configfured on a AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
System IP address value which was received from the AMP Server."
::= { f3AmpConfigEntry 8 }
f3AmpConfigRemSysIpMask OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies System IP mask
which is sent in a AMP message to be configfured on a AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
System IP mask value which was received from the AMP Server."
::= { f3AmpConfigEntry 9 }
f3AmpConfigRemSysDefGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies System Default Gateway
which is sent in a AMP message to be configfured on a AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
System Default Gateway value which was received from the AMP Server."
::= { f3AmpConfigEntry 10 }
f3AmpConfigRemSysSNMPV1IfName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
System SNMPV1 Interface Name which is sent
in a AMP message to be configfured on a AMP Client device.
When f3AmpConfigRole is 'client' this object shows the
System SNMPV1 Interface Name value which was received from the AMP Server."
::= { f3AmpConfigEntry 11 }
f3AmpConfigRemSysSrcIpAddrType OBJECT-TYPE
SYNTAX IpSourceAddrType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies System Source IP Address
type which is sent in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
System Source IP Address Type value which was received from the AMP Server."
::= { f3AmpConfigEntry 12 }
f3AmpConfigRemSysSrcIpAddrIfName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies System Source IP
Interface name sent in an AMP message to be configured on an AMP Client device.
When f3AmpConfigRole is 'client' this object shows the SystemSource IP Interface
value which was received from the AMP Server."
::= { f3AmpConfigEntry 13 }
f3AmpConfigRemTunnelIndex OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
index of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
index of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 14 }
f3AmpConfigRemTunnelName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
a Management Tunnel name which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
Management Tunnel name which was received from the AMP Server."
::= { f3AmpConfigEntry 15 }
f3AmpConfigRemTunnelType OBJECT-TYPE
SYNTAX IpManagementTunnelType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
a Management Tunnel type value which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
Management Tunnel type value which was received from the AMP Server."
::= { f3AmpConfigEntry 16 }
f3AmpConfigRemTunnelIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
IP Address of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
IP Address of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 17 }
f3AmpConfigRemTunnelIpMask OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
IP Mask of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
IP Mask of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 18 }
f3AmpConfigRemTunnelVlanId OBJECT-TYPE
SYNTAX VlanId
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
VlanId of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
VlanId of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 19 }
f3AmpConfigRemTunnelSVlanId OBJECT-TYPE
SYNTAX VlanId
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
S-TAG VlanId of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
S-TAG VlanId of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 20 }
f3AmpConfigRemTunnelSVlanIdEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
a Management Tunnel S-TAG VlanId Enable value which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
a Management Tunnel S-TAG VlanId Enabled value which was received
from the AMP Server."
::= { f3AmpConfigEntry 21 }
f3AmpConfigRemTunnelRip2PktsEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
a Management Tunnel RIP2 Packates Enabled value which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
a Management Tunnel RIP2 Packates Enabled value which was received
from the AMP Server."
::= { f3AmpConfigEntry 22 }
f3AmpConfigRemTunnelCOS OBJECT-TYPE
SYNTAX Integer32 (0..7)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
COS of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
COS of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 23 }
f3AmpConfigRemTunnelCIR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
CIR of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
CIR of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 24 }
f3AmpConfigRemTunnelEIR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
EIR of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
EIR of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 25 }
f3AmpConfigRemTunnelBufferSize OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
Buffer Size of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
Buffer Size of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 26 }
f3AmpConfigRemTunnelEncapType OBJECT-TYPE
SYNTAX IpManagementTunnelEncapsulationType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
Encapsulation Type of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
Encapsulation Type of a Management Tunnel which was received from
the AMP Server."
::= { f3AmpConfigEntry 27 }
f3AmpConfigRemTunnelMtu OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When f3AmpConfigRole is 'server' this object specifies
MTU of a Management Tunnel which is sent
in an AMP message to be configfured on an AMP Client device.
When f3AmpConfigRole is 'client' this object is read-only and shows the
MTU of a Management Tunnel which was received from the AMP Server."
::= { f3AmpConfigEntry 28 }
f3AmpConfigAction OBJECT-TYPE
SYNTAX AMPConfigAction
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object may be used to initiate user action on this AMP Config instance."
::= { f3AmpConfigEntry 29 }
f3AmpConfigStorageType OBJECT-TYPE
SYNTAX StorageType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of storage configured for this entry."
::= { f3AmpConfigEntry 30 }
f3AmpConfigRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this row. An entry MUST NOT exist in the
active state unless all objects in the entry have an
appropriate value, as described
in the description clause for each writable object.
The values of f3AmpConfigRowStatus supported are
createAndGo(4) and destroy(6). All mandatory attributes
must be specified in a single SNMP SET request with
neRowStatus value as createAndGo(4).
Upon successful row creation, this object has a
value of active(1).
The f3AmpConfigRowStatus object may be modified if
the associated instance of this object is equal to active(1)."
::= { f3AmpConfigEntry 31 }
--
-- AMP Stats
--
f3AmpStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF F3AmpStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of entries corresponding to Automatic Management Provisioning
Statistics"
::= { f3AmpStatsObjects 1 }
f3AmpStatsEntry OBJECT-TYPE
SYNTAX F3AmpStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row in the f3AmpStatsTable."
INDEX { f3AmpConfigIndex }
::= { f3AmpStatsTable 1 }
F3AmpStatsEntry ::= SEQUENCE {
f3AmpStatsProvDataTx Unsigned32,
f3AmpStatsProvDataRx Unsigned32,
f3AmpStatsProvRequestTx Unsigned32,
f3AmpStatsProvRequestRx Unsigned32,
f3AmpStatsConfigSuccessTx Unsigned32,
f3AmpStatsConfigSuccessRx Unsigned32,
f3AmpStatsConfigFailTx Unsigned32,
f3AmpStatsConfigFailRx Unsigned32,
f3AmpStatsSpuriousMessageRx Unsigned32,
f3AmpStatsTimeoutRx Unsigned32,
f3AmpStatsLastRxStatus AMPConfigStatus,
f3AmpStatsRxTimeStamp DateAndTime,
f3AmpStatsLastTxStatus AMPConfigStatus,
f3AmpStatsTxTimeStamp DateAndTime
}
f3AmpStatsProvDataTx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Provisioning Data messages sent by AMP Server."
::= { f3AmpStatsEntry 1 }
f3AmpStatsProvDataRx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Provisioning Data messages received by AMP Client."
::= { f3AmpStatsEntry 2 }
f3AmpStatsProvRequestTx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Provisioning Request messages sent by AMP Client."
::= { f3AmpStatsEntry 3 }
f3AmpStatsProvRequestRx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Provisioning Request received sent by AMP Server."
::= { f3AmpStatsEntry 4 }
f3AmpStatsConfigSuccessTx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Configuration Success messages sent sent by AMP Client."
::= { f3AmpStatsEntry 5 }
f3AmpStatsConfigSuccessRx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Configuration Success messages received by AMP Server."
::= { f3AmpStatsEntry 6 }
f3AmpStatsConfigFailTx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Configuration Success messages received by AMP Client."
::= { f3AmpStatsEntry 7 }
f3AmpStatsConfigFailRx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Configuration Success messages received by AMP Server."
::= { f3AmpStatsEntry 8 }
f3AmpStatsSpuriousMessageRx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Spurious messages received by AMP Client or Server"
::= { f3AmpStatsEntry 9 }
f3AmpStatsTimeoutRx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of messages which were not received within the time out value.
AMP Client can time out while waiting for Prov Data message.
AMP Server can time out while waiting for Config Fail or Config Success
message."
::= { f3AmpStatsEntry 10 }
f3AmpStatsLastRxStatus OBJECT-TYPE
SYNTAX AMPConfigStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Last received Configuration Status."
::= { f3AmpStatsEntry 11 }
f3AmpStatsRxTimeStamp OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time of last received Configuration Status."
::= { f3AmpStatsEntry 12 }
f3AmpStatsLastTxStatus OBJECT-TYPE
SYNTAX AMPConfigStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Last sent Configuration Status."
::= { f3AmpStatsEntry 13 }
f3AmpStatsTxTimeStamp OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time of last sent Configuration Status."
::= { f3AmpStatsEntry 14 }
--
-- Conformance
--
f3AmpCompliances OBJECT IDENTIFIER ::= {f3AmpConformance 1}
f3AmpGroups OBJECT IDENTIFIER ::= {f3AmpConformance 2}
f3AmpCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"Describes the requirements for conformance to the F3-AMP-MIB compilance."
MODULE -- this module
MANDATORY-GROUPS {
f3AmpConfigGroup, f3AmpStatsGroup
}
::= { f3AmpCompliances 1 }
f3AmpConfigGroup OBJECT-GROUP
OBJECTS {
f3AmpConfigRole,
f3AmpConfigProtocol,
f3AmpConfigEnabled,
f3AmpConfigPort,
f3AmpConfigStatus,
f3AmpConfigRemSysName,
f3AmpConfigRemSysIpAddr,
f3AmpConfigRemSysIpMask,
f3AmpConfigRemSysDefGateway,
f3AmpConfigRemSysSNMPV1IfName,
f3AmpConfigRemSysSrcIpAddrType,
f3AmpConfigRemSysSrcIpAddrIfName,
f3AmpConfigRemTunnelIndex,
f3AmpConfigRemTunnelName,
f3AmpConfigRemTunnelType,
f3AmpConfigRemTunnelIpAddr,
f3AmpConfigRemTunnelIpMask,
f3AmpConfigRemTunnelVlanId,
f3AmpConfigRemTunnelSVlanId,
f3AmpConfigRemTunnelSVlanIdEnabled,
f3AmpConfigRemTunnelRip2PktsEnabled,
f3AmpConfigRemTunnelCOS,
f3AmpConfigRemTunnelCIR,
f3AmpConfigRemTunnelEIR,
f3AmpConfigRemTunnelBufferSize,
f3AmpConfigRemTunnelEncapType,
f3AmpConfigRemTunnelMtu,
f3AmpConfigAction,
f3AmpConfigStorageType,
f3AmpConfigRowStatus
}
STATUS current
DESCRIPTION
"A collection of objects used to manage the AMP Configuration."
::= { f3AmpGroups 1 }
f3AmpStatsGroup OBJECT-GROUP
OBJECTS {
f3AmpStatsProvDataTx,
f3AmpStatsProvDataRx,
f3AmpStatsProvRequestTx,
f3AmpStatsProvRequestRx,
f3AmpStatsConfigSuccessTx,
f3AmpStatsConfigSuccessRx,
f3AmpStatsConfigFailTx,
f3AmpStatsConfigFailRx,
f3AmpStatsSpuriousMessageRx,
f3AmpStatsTimeoutRx,
f3AmpStatsLastRxStatus,
f3AmpStatsRxTimeStamp,
f3AmpStatsLastTxStatus,
f3AmpStatsTxTimeStamp
}
STATUS current
DESCRIPTION
"A collection of objects used to manage the AMP Statistics."
::= { f3AmpGroups 2 }
END
|