Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / ietf / T11-FC-FABRIC-ADDR-MGR-MIB
1 T11-FC-FABRIC-ADDR-MGR-MIB  DEFINITIONS ::= BEGIN
2
3 -- the Fibre Channel Fabric Address Manager MIB
4 --
5 -- for management of the functionality, in Fibre Channel switches,
6 -- which is used to manage fabric configuration, domains, and
7 -- addresses within a domain.
8 --
9
10 IMPORTS
11     MODULE-IDENTITY, OBJECT-TYPE,
12     NOTIFICATION-TYPE, Unsigned32,
13     Counter32, Gauge32, mib-2          FROM SNMPv2-SMI   -- [RFC2578]
14     MODULE-COMPLIANCE, OBJECT-GROUP,
15     NOTIFICATION-GROUP                 FROM SNMPv2-CONF  -- [RFC2580]
16     TEXTUAL-CONVENTION, TruthValue,
17     RowStatus                          FROM SNMPv2-TC    -- [RFC2579]
18     ifIndex                            FROM IF-MIB       -- [IF-MIB]
19     fcmInstanceIndex, fcmSwitchIndex,
20     FcDomainIdOrZero, FcNameIdOrZero   FROM FC-MGMT-MIB  -- [FC-MGMT]
21     T11FabricIndex                     FROM T11-TC-MIB;
22
23 t11FcFabricAddrMgrMIB MODULE-IDENTITY
24
25
26
27     LAST-UPDATED "200603020000Z"
28     ORGANIZATION "T11"
29     CONTACT-INFO
30             "     Claudio DeSanti
31                   Cisco Systems, Inc.
32                   170 West Tasman Drive
33                   San Jose, CA 95134 USA
34                   Phone: +1 408 853-9172
35                   EMail: cds@cisco.com
36
37                   Keith McCloghrie
38                   Cisco Systems, Inc.
39                   170 West Tasman Drive
40                   San Jose, CA USA 95134
41                   Phone: +1 408-526-5260
42                   EMail: kzm@cisco.com"
43     DESCRIPTION
44            "The MIB module for the Fabric Address management
45            functionality defined by the Fibre Channel standards.  For
46            the purposes of this MIB, Fabric Address Manager refers to
47            the functionality of acquiring DomainID(s) as specified in
48            FC-SW-3, and managing Fibre Channel Identifiers as specified
49            in FC-FS.  An instance of 'Fabric Address Manager' software
50            functionality executes in the Principal Switch, and in each
51            other switch.
52
53            After an agent reboot, the values of read-write objects
54            defined in this MIB module are implementation-dependent.
55
56            Copyright (C) The Internet Society (2006).  This version of
57            this MIB module is part of RFC 4439;  see the RFC itself for
58            full legal notices."
59     REVISION    "200603020000Z"
60     DESCRIPTION
61            "Initial version of this MIB module, published as RFC 4439."
62     ::= { mib-2 137 }
63
64 t11FamNotifications   OBJECT IDENTIFIER ::= { t11FcFabricAddrMgrMIB 0 }
65 t11FamMIBObjects      OBJECT IDENTIFIER ::= { t11FcFabricAddrMgrMIB 1 }
66 t11FamMIBConformance  OBJECT IDENTIFIER ::= { t11FcFabricAddrMgrMIB 2 }
67 t11FamConfiguration   OBJECT IDENTIFIER ::= { t11FamMIBObjects 1 }
68 t11FamInfo            OBJECT IDENTIFIER ::= { t11FamMIBObjects 2 }
69 t11FamNotifyControl   OBJECT IDENTIFIER ::= { t11FamMIBObjects 3 }
70
71
72 -- Textual Conventions
73
74 T11FamDomainPriority ::= TEXTUAL-CONVENTION
75
76
77
78     DISPLAY-HINT  "d"
79     STATUS    current
80     DESCRIPTION
81            "Priority of a switch.
82
83            The Principal Switch selection is influenced by the
84            priority of the switches.
85
86            Some values of importance are:
87
88            1   : The highest priority in Principal Switch
89                  selection, which is used by the administrator
90                  to establish which switch becomes the Principal
91                  Switch.
92            255 : Indicates that the switch is not capable of
93                  acting as a Principal Switch."
94     REFERENCE   "Fibre Channel - Switch Fabric - 3 (FC-SW-3),
95                  ANSI INCITS 384-2004, section 6.1.5."
96     SYNTAX    Unsigned32 (1..255)
97
98 T11FamDomainInterfaceRole ::= TEXTUAL-CONVENTION
99     STATUS    current
100     DESCRIPTION
101            "The 'designated' state/role of the Inter-Switch Link (ISL)
102            to which an interface connects, or (if not connected)
103            the state of the interface:
104
105            nonPrincipal (1)       - non-Principal ISL
106            principalUpstream (2)  - Upstream Principal ISL
107            principalDownsteam (3) - Downstream Principal ISL
108            isolated (4)           - interface is isolated
109            down (5)               - interface is down
110            unknown (6)            - state/role is unknown
111            "
112     REFERENCE   "Fibre Channel - Switch Fabric - 3 (FC-SW-3),
113                  ANSI INCITS 384-2004, Sections 3.1, 5.7,
114                  and Figure 9."
115     SYNTAX    INTEGER {
116                        nonPrincipal (1),
117                        principalUpstream (2),
118                        principalDownsteam (3),
119                        isolated (4),
120                        down (5),
121                        unknown (6)
122               }
123
124 T11FamState ::= TEXTUAL-CONVENTION
125     STATUS    current
126
127
128
129     DESCRIPTION
130            "The state of the Fabric Address Manager, as described in
131            Table 86 and Figure 15 of FC-SW-3.
132
133            - 'other' represents a switch that is in a state not
134              represented by any of the below enumerations.
135
136            - 'starting' represents a switch engaged in the process
137              represented by the first row in Table 86.
138
139            - 'unconfigured' represents a switch that requires
140              operator input before it can begin the process
141              represented by the first row in Table 86.
142
143            - 'principalSwitchSelection' represents a switch engaged
144              in the process represented by the second row in
145              Table 86, but not in states F0 or F1 of Figure 15.
146
147            - 'domainIdDistribution' represents a switch engaged in
148              the process represented by the third row in Table 86.
149
150            - 'buildFabricPhase' represents a switch that is in
151              state F0 of Figure 15.
152
153            - 'reconfigureFabricPhase' represents a switch that is
154              in state F1 of Figure 15.
155
156            - 'stable' represents a switch that has successfully
157              completed the process represented by the third row in
158              Table 86 and has at least one E_Port.
159
160            - 'stableWithNoEports' represents a switch that has
161              successfully completed the process represented by the
162              third row in Table 86 but has no E_Ports.
163
164            - 'noDomains' represents a switch that has completed
165              the process represented by the third row in Table 86
166              but failed to obtain a Domain_ID.
167
168            - 'disabled' represents any situation in which the
169              corresponding instance of t11FamEnable has the value
170              'false'.
171
172            - 'unknown' represents a switch that is confused about
173              what state it is in."
174     REFERENCE   "Fibre Channel - Switch Fabric - 3 (FC-SW-3),
175                  ANSI INCITS 384-2004, Table 86 and Figure 15."
176     SYNTAX    INTEGER {
177
178
179
180                        other(1),
181                        starting(2),
182                        unconfigured(3),
183                        principalSwitchSelection(4),
184                        domainIdDistribution(5),
185                        buildFabricPhase(6),
186                        reconfigureFabricPhase(7),
187                        stable(8),
188                        stableWithNoEports(9),
189                        noDomains(10),
190                        disabled(11),
191                        unknown(12)
192               }
193
194
195 --
196 -- t11FamTable
197 --
198
199 t11FamTable  OBJECT-TYPE
200     SYNTAX     SEQUENCE OF T11FamEntry
201     MAX-ACCESS not-accessible
202     STATUS     current
203     DESCRIPTION
204            "This table contains Fabric Address Manager related
205            parameters that are able to be configured and monitored
206            in a Fibre Channel switch.  For each of the switches
207            (identified by fcmSwitchIndex) managed by a Fibre Channel
208            management instance (identified by fcmInstanceIndex),
209            there is any entry for each Fabric known to that switch.
210            Entries are implicitly created/removed if and when
211            additional Fabrics are created/deleted."
212     ::= { t11FamConfiguration 1 }
213
214 t11FamEntry OBJECT-TYPE
215     SYNTAX     T11FamEntry
216     MAX-ACCESS not-accessible
217     STATUS     current
218     DESCRIPTION
219            "An entry provides information on the local Fabric Address
220            Manager functionality for a Fabric known to a
221            particular switch."
222     INDEX { fcmInstanceIndex, fcmSwitchIndex, t11FamFabricIndex }
223     ::= { t11FamTable 1 }
224
225 T11FamEntry ::= SEQUENCE {
226     t11FamFabricIndex                       T11FabricIndex,
227     t11FamConfigDomainId                    FcDomainIdOrZero,
228
229
230
231     t11FamConfigDomainIdType                INTEGER,
232     t11FamAutoReconfigure                   TruthValue,
233     t11FamContiguousAllocation              TruthValue,
234     t11FamPriority                          T11FamDomainPriority,
235     t11FamPrincipalSwitchWwn                FcNameIdOrZero,
236     t11FamLocalSwitchWwn                    FcNameIdOrZero,
237     t11FamAssignedAreaIdList                OCTET STRING,
238     t11FamGrantedFcIds                      Counter32,
239     t11FamRecoveredFcIds                    Counter32,
240     t11FamFreeFcIds                         Gauge32,
241     t11FamAssignedFcIds                     Gauge32,
242     t11FamAvailableFcIds                    Gauge32,
243     t11FamRunningPriority                   T11FamDomainPriority,
244     t11FamPrincSwRunningPriority            T11FamDomainPriority,
245     t11FamState                             T11FamState,
246     t11FamLocalPrincipalSwitchSlctns        Counter32,
247     t11FamPrincipalSwitchSelections         Counter32,
248     t11FamBuildFabrics                      Counter32,
249     t11FamFabricReconfigures                Counter32,
250     t11FamDomainId                          FcDomainIdOrZero,
251     t11FamSticky                            TruthValue,
252     t11FamRestart                           INTEGER,
253     t11FamRcFabricNotifyEnable              TruthValue,
254     t11FamEnable                            TruthValue,
255     t11FamFabricName                        FcNameIdOrZero
256 }
257
258 t11FamFabricIndex OBJECT-TYPE
259     SYNTAX      T11FabricIndex
260     MAX-ACCESS  not-accessible
261     STATUS      current
262     DESCRIPTION
263            "A unique index value that uniquely identifies a
264            particular Fabric known to a particular switch.
265
266            In a Fabric conformant to FC-SW-3, only a single Fabric
267            can operate within a physical infrastructure, and thus,
268            the value of this Fabric Index will always be 1.
269
270            However, the current standard, FC-SW-4, defines
271            how multiple Fabrics, each with its own management
272            instrumentation, could operate within one (or more)
273            physical infrastructures.  When such multiple Fabrics
274            are in use, this index value is used to uniquely
275            identify a particular Fabric within a physical
276            infrastructure."
277     ::= { t11FamEntry 1 }
278
279
280
281
282 t11FamConfigDomainId OBJECT-TYPE
283     SYNTAX      FcDomainIdOrZero
284     MAX-ACCESS  read-write
285     STATUS      current
286     DESCRIPTION
287            "The configured Domain_ID of the particular switch on this
288            Fabric, or zero if no Domain_ID has been configured.
289            The meaning of this object depends on
290            t11FamConfigDomainIdType object.
291
292            If t11FamConfigDomainIdType is 'preferred', then the
293            configured Domain_ID is called the 'preferred Domain_ID'.
294            Valid values are between 0 and 239.  In a situation where
295            this Domain_ID cannot be assigned, any other Domain_ID
296            will be acceptable.  A value of zero means any Domain_ID.
297
298            If t11FamConfigDomainIdType is 'insistent', then the
299            configured Domain_ID is called the 'insistent Domain_ID' and
300            valid values are between 1 and 239.  In a situation where
301            this Domain_ID cannot be assigned, no other Domain_ID is
302            acceptable.
303
304            In both of the above cases, the switch sends an RDI (Request
305            Domain_ID) to request this Domain_ID to the Principal
306            Switch.  If no Domain_ID is able to be granted in the case
307            of 'preferred', or if an 'insistent' Domain_ID is configured
308            but not able to be granted, then it is an error condition.
309            When this error occurs, the switch will continue as if it
310            receives a SW_RJT with a reason/explanation of 'Unable to
311            perform command request'/'Domain_ID not available'.  That
312            is, its E_Ports on that Fabric will be isolated and the
313            administrator informed via a 't11FamDomainIdNotAssigned'
314            notification.
315
316            If t11FamConfigDomainIdType is 'static', then the configured
317            Domain_ID is called the 'static Domain_ID' and valid values
318            are between 1 and 239.  In this situation, there is no
319            Principal Switch in the Fabric and the Domain_ID is simply
320            assigned by configuration, together with the Fabric_Name.
321            A switch configured with a static Domain_ID, on receiving
322            an EFP, BF, RCF, DIA, or RDI SW_ILS, shall reply with an
323            SW_RJT having Reason Code Explanation 'E_Port is Isolated'
324            and shall isolate the receiving E_Port.
325
326            For the persistence of values across reboots, see the
327            MODULE-IDENTITY's DESCRIPTION clause."
328     REFERENCE   "Fibre Channel - Switch Fabric - 4 (FC-SW-4),
329                  ANSI INCITS 418-2006, section 7."
330
331
332
333     DEFVAL      { 0 }
334     ::= { t11FamEntry 2 }
335
336 t11FamConfigDomainIdType OBJECT-TYPE
337     SYNTAX      INTEGER {
338                        preferred(1),
339                        insistent(2),
340                        static(3)
341                 }
342     MAX-ACCESS  read-write
343     STATUS      current
344     DESCRIPTION
345            "Type of configured Domain_ID contained in
346            t11FamConfigDomainId.
347
348            For the persistence of values across reboots, see the
349            MODULE-IDENTITY's DESCRIPTION clause."
350     DEFVAL  { preferred }
351     ::= { t11FamEntry 3 }
352
353 t11FamAutoReconfigure OBJECT-TYPE
354     SYNTAX      TruthValue
355     MAX-ACCESS  read-write
356     STATUS      current
357     DESCRIPTION
358            "This object determines how a particular switch
359            responds to certain error conditions.
360
361            The condition that might cause these errors is
362            the merging of two disjoint Fabrics that have
363            overlapping Domain_ID lists.
364
365            If value of this object is 'true', the switch will
366            send an RCF (ReConfigureFabric) to rebuild the
367            Fabric.
368
369            If 'false', the switch will isolate the E_Ports on
370            which the errors happened.
371
372            For the persistence of values across reboots, see the
373            MODULE-IDENTITY's DESCRIPTION clause."
374     REFERENCE   "Fibre Channel - Switch Fabric - 3 (FC-SW-3),
375                    December 2003, sections 6.1.12 & 7.3.
376                 Fibre Channel - Methodologies for Interconnects
377                    (FC-MI), INCITS TR-30-2002, table 14, note g."
378     DEFVAL  { false }
379     ::= { t11FamEntry 4 }
380
381
382
383
384 t11FamContiguousAllocation OBJECT-TYPE
385     SYNTAX      TruthValue
386     MAX-ACCESS  read-write
387     STATUS      current
388     DESCRIPTION
389            "Determines how a particular switch behaves when elected as
390            the Principal Switch.
391
392            If true, the switch will only accept RDIs with a contiguous
393            allocation; specifically, it will reject RDIs with
394            non-contiguous Domain_IDs, and if an RDI for a contiguous
395            Domain_ID is not able to be fulfilled, it will try to
396            replace all the Domain_IDs in the list with contiguous
397            Domain_IDs, and if that fails, the RDI will be rejected.
398
399            If false, then the switch acts normally in granting
400            the Domain_IDs even if they are not contiguous.
401
402            For the persistence of values across reboots, see the
403            MODULE-IDENTITY's DESCRIPTION clause."
404     ::= { t11FamEntry 5 }
405
406 t11FamPriority  OBJECT-TYPE
407     SYNTAX     T11FamDomainPriority
408     MAX-ACCESS read-write
409     STATUS     current
410     DESCRIPTION
411            "The initial or configured priority of a particular switch
412            to be used in Principal Switch selection process.
413
414            For the persistence of values across reboots, see the
415            MODULE-IDENTITY's DESCRIPTION clause."
416     ::= { t11FamEntry 6 }
417
418 t11FamPrincipalSwitchWwn OBJECT-TYPE
419     SYNTAX      FcNameIdOrZero
420     MAX-ACCESS  read-only
421     STATUS      current
422     DESCRIPTION
423            "The WWN of the Principal Switch on this Fabric,
424            or zero-length string if the identity of the principal
425            switch is unknown."
426     DEFVAL  { ''H }
427     ::= { t11FamEntry 7 }
428
429 t11FamLocalSwitchWwn OBJECT-TYPE
430     SYNTAX      FcNameIdOrZero
431     MAX-ACCESS  read-only
432
433
434
435     STATUS      current
436     DESCRIPTION
437            "The WWN of the particular switch on this Fabric."
438     ::= { t11FamEntry 8 }
439
440 t11FamAssignedAreaIdList    OBJECT-TYPE
441     SYNTAX     OCTET STRING (SIZE(0..256))
442     MAX-ACCESS read-only
443     STATUS      current
444     DESCRIPTION
445            "The list of (zero or more) Area_IDs that have been
446            assigned by a particular switch in this Fabric, formatted
447            as an array of octets in ascending order.
448
449            Each octet represents one Area_ID.  So, the list containing
450            Area_IDs 23, 45, 235, and 56 would be formatted as the
451            4-octet string x'172d38eb'.
452
453            A particular area's Area_ID is used as the index into the
454            t11FamAreaTable to get the statistics on that area."
455     ::= { t11FamEntry 9 }
456
457 t11FamGrantedFcIds OBJECT-TYPE
458     SYNTAX     Counter32
459     MAX-ACCESS read-only
460     STATUS      current
461     DESCRIPTION
462            "The total number of Fibre Channel Address Identifiers
463            granted (for local use, i.e., with a particular switch's
464            Domain_ID) by the Fabric Address Manager on that switch.
465
466            This counter has no discontinuities other than those
467            that all Counter32s have when sysUpTime=0."
468     ::= { t11FamEntry 10 }
469
470 t11FamRecoveredFcIds OBJECT-TYPE
471     SYNTAX     Counter32
472     MAX-ACCESS read-only
473     STATUS      current
474     DESCRIPTION
475            "The total number of Fibre Channel Address Identifiers that
476            have been recovered by the Fabric Address Manager on a
477            particular switch since the switch has been initialized.
478            A recovered Fibre Channel Address Identifier is one that is
479            explicitly returned after previously being used.
480
481            This counter has no discontinuities other than those
482            that all Counter32s have when sysUpTime=0."
483
484
485
486     ::= { t11FamEntry 11 }
487
488 t11FamFreeFcIds OBJECT-TYPE
489     SYNTAX     Gauge32
490     MAX-ACCESS read-only
491     STATUS      current
492     DESCRIPTION
493            "The number of Fibre Channel Address Identifiers that are
494            currently unassigned on this Fabric and could be available
495            for assignment either immediately or at some later time.
496
497            The sum of the instances of FreeFcIds and AssignedFcIds
498            corresponding to a particular Fabric is the total number of
499            Fibre Channel Address Identifiers that the local Fabric
500            Address Management is capable of assigning on that Fabric."
501     ::= { t11FamEntry 12 }
502
503 t11FamAssignedFcIds OBJECT-TYPE
504     SYNTAX     Gauge32
505     MAX-ACCESS read-only
506     STATUS      current
507     DESCRIPTION
508            "The number of Fibre Channel Address Identifiers that are
509            currently assigned on this Fabric.
510
511            The sum of the instances of FreeFcIds and AssignedFcIds
512            corresponding to a particular Fabric is the total number of
513            Fibre Channel Address Identifiers that the local Fabric
514            Address Management is capable of assigning on that Fabric."
515     ::= { t11FamEntry 13 }
516
517 t11FamAvailableFcIds OBJECT-TYPE
518     SYNTAX     Gauge32
519     MAX-ACCESS read-only
520     STATUS      current
521     DESCRIPTION
522            "The number of Fibre Channel Address Identifiers that are
523            unassigned and currently available for immediate assignment
524            on the Fabric, e.g., with the 'Clean Address' bit set to 1."
525     REFERENCE
526         "Fibre Channel - Framing and Signaling (FC-FS),
527          ANSI INCITS 373-2003, section 15.6.2.4.2."
528     ::= { t11FamEntry 14 }
529
530 t11FamRunningPriority OBJECT-TYPE
531     SYNTAX     T11FamDomainPriority
532     MAX-ACCESS read-only
533     STATUS      current
534
535
536
537     DESCRIPTION
538            "The running priority of a particular switch on this Fabric.
539            This value is initialized to the value of t11FamPriority,
540            and subsequently altered as specified by the procedures
541            defined in FC-SW-3."
542     ::= { t11FamEntry 15 }
543
544 t11FamPrincSwRunningPriority OBJECT-TYPE
545     SYNTAX     T11FamDomainPriority
546     MAX-ACCESS read-only
547     STATUS      current
548     DESCRIPTION
549            "The running priority of the Principal Switch on this
550            Fabric."
551     ::= { t11FamEntry 16 }
552
553 t11FamState OBJECT-TYPE
554     SYNTAX     T11FamState
555     MAX-ACCESS read-only
556     STATUS      current
557     DESCRIPTION
558            "The state of the Fabric Address Manager on a particular
559            switch on this Fabric."
560     ::= { t11FamEntry 17 }
561
562 t11FamLocalPrincipalSwitchSlctns OBJECT-TYPE
563     SYNTAX     Counter32
564     MAX-ACCESS read-only
565     STATUS      current
566     DESCRIPTION
567            "The number of times a particular switch became the
568            Principal Switch on this Fabric.
569
570            This counter has no discontinuities other than those
571            that all Counter32s have when sysUpTime=0."
572     ::= { t11FamEntry 18 }
573
574 t11FamPrincipalSwitchSelections OBJECT-TYPE
575     SYNTAX     Counter32
576     MAX-ACCESS read-only
577     STATUS      current
578     DESCRIPTION
579            "The number of Principal Switch selections on this Fabric.
580
581            This counter has no discontinuities other than those
582            that all Counter32s have when sysUpTime=0."
583     ::= { t11FamEntry 19 }
584
585
586
587
588 t11FamBuildFabrics OBJECT-TYPE
589     SYNTAX     Counter32
590     MAX-ACCESS read-only
591     STATUS      current
592     DESCRIPTION
593            "The number of non-disruptive fabric reconfigurations (BFs)
594            that have occurred on this Fabric.
595
596            This counter has no discontinuities other than those
597            that all Counter32s have when sysUpTime=0."
598     ::= { t11FamEntry 20 }
599
600 t11FamFabricReconfigures OBJECT-TYPE
601     SYNTAX     Counter32
602     MAX-ACCESS read-only
603     STATUS      current
604     DESCRIPTION
605            "The number of disruptive fabric reconfigurations (RCFs)
606            that have occurred on this Fabric.
607
608            This counter has no discontinuities other than those
609            that all Counter32s have when sysUpTime=0."
610     ::= { t11FamEntry 21 }
611
612 t11FamDomainId OBJECT-TYPE
613     SYNTAX      FcDomainIdOrZero
614     MAX-ACCESS  read-only
615     STATUS      current
616     DESCRIPTION
617            "The Domain_ID of a particular switch on this Fabric or
618            zero if no Domain_ID has been assigned."
619     ::= { t11FamEntry 22 }
620
621 t11FamSticky   OBJECT-TYPE
622     SYNTAX      TruthValue
623     MAX-ACCESS  read-only
624     STATUS      current
625     DESCRIPTION
626            "An indication of whether a particular switch is supporting
627            the concept of Preferred Domain_IDs via a best-effort
628            attempt to re-assign the same Fibre Channel Address
629            Identifier value to a port on the next occasion when a port
630            requests an assignment on this Fabric.
631
632            If the value of this object is 'true', then the switch is
633            maintaining rows in the t11FamFcIdCacheTable for this
634            Fabric."
635     ::= { t11FamEntry 23 }
636
637
638
639 t11FamRestart  OBJECT-TYPE
640     SYNTAX     INTEGER {
641                        nonDisruptive(1),
642                        disruptive(2),
643                        noOp(3)
644                }
645     MAX-ACCESS  read-write
646     STATUS      current
647     DESCRIPTION
648            "This object tells the Fabric Address Manager to
649            request a Fabric reconfiguration.
650
651            If this object is set to 'disruptive', then an RCF
652            (ReConfigure Fabric) is generated in the Fabric
653            in order for the Fabric to recover from the errors.
654
655            If this object is set to 'nonDisruptive', then a
656            BF (Build Fabric) is generated in the Fabric.
657
658            No action is taken if this object is set to 'noOp'.
659            The value of the object when read is always 'noOp'.
660
661            For the persistence of values across reboots, see the
662            MODULE-IDENTITY's DESCRIPTION clause."
663     REFERENCE   "Fibre Channel - Switch Fabric - 3 (FC-SW-3),
664                  ANSI INCITS 384-2004, section 7.3."
665     ::= { t11FamEntry 24 }
666
667 t11FamRcFabricNotifyEnable OBJECT-TYPE
668     SYNTAX     TruthValue
669     MAX-ACCESS read-write
670     STATUS     current
671     DESCRIPTION
672            "An indication of whether or not a particular switch
673            should issue a t11FamFabricChangeNotify notification on
674            sending or receiving ReConfigureFabric (RCF) on a Fabric.
675
676            If the value of the object is 'true', then the
677            notification is generated.  If the value is 'false',
678            notification is not generated.
679
680            If an implementation requires all Fabrics to have the
681            same value, then setting one instance of this object
682            to a new object will result in all corresponding
683            instances being set to that same new value.
684
685            For the persistence of values across reboots, see the
686            MODULE-IDENTITY's DESCRIPTION clause."
687
688
689
690     DEFVAL { false }
691     ::= { t11FamEntry 25 }
692
693 t11FamEnable OBJECT-TYPE
694     SYNTAX      TruthValue
695     MAX-ACCESS  read-write
696     STATUS      current
697     DESCRIPTION
698            "Enables the Fabric Address Manager on this switch
699            on this Fabric.
700
701            If enabled on a Fabric, the switch will participate in
702            Principal Switch selection, and Domain_IDs are assigned
703            dynamically.  If disabled, the switch will not participate
704            in Principal Switch selection, and Domain_IDs are
705            assigned statically.  Thus, the corresponding value of
706            t11FamConfigDomainIdType needs to be 'static'.
707
708            For the persistence of values across reboots, see the
709            MODULE-IDENTITY's DESCRIPTION clause."
710   REFERENCE   "Fibre Channel - Switch Fabric - 4 (FC-SW-4),
711                ANSI INCITS 418-2006, sections 7.1 and 7.3."
712   DEFVAL  { true }
713   ::= { t11FamEntry 26 }
714
715 t11FamFabricName  OBJECT-TYPE
716     SYNTAX      FcNameIdOrZero
717     MAX-ACCESS  read-write
718     STATUS      current
719     DESCRIPTION
720            "The WWN that is configured on this switch to be used as
721            the name of this Fabric when the value of t11FamEnable is
722            'false'.
723
724            If the value of t11FamEnable is 'true', this value is not
725            used.
726
727            Fibre Channel requires that:
728                a) all switches in an operational Fabric be
729                   configured with the same Fabric name; and
730                b) each Fabric have a unique Fabric name.
731            If either of these is violated, either by switches within a
732            single Fabric being configured with different Fabric names,
733            or by multiple Fabrics that share management applications
734            or interact in other ways having the same Fabric name,
735            then the behavior of the switches and associated management
736            functions is not specified by Fibre Channel or Internet
737            standards.
738
739
740
741            For the persistence of values across reboots, see the
742            MODULE-IDENTITY's DESCRIPTION clause."
743     REFERENCE   "Fibre Channel - Switch Fabric - 4 (FC-SW-4),
744                  ANSI INCITS 418-2006, section 7.1."
745     ::= { t11FamEntry 27 }
746
747
748 --
749 -- t11FamIfTable - Interface configuration
750 --
751
752 t11FamIfTable  OBJECT-TYPE
753     SYNTAX     SEQUENCE OF T11FamIfEntry
754     MAX-ACCESS not-accessible
755     STATUS     current
756     DESCRIPTION
757            "This table contains those Fabric Address Manager parameters
758            and status values that are per-interface (identified
759            by an ifIndex value), per-Fabric (identified by a
760            t11FamFabricIndex value), and per-switch (identified by
761            values of fcmInstanceIndex and fcmSwitchIndex).
762
763            An entry in this table is automatically created when
764            an E_Port becomes non-isolated on a particular Fabric.
765
766            An entry is deleted automatically from this table if:
767            a) the corresponding interface is no longer an E_Port (e.g.,
768               a G_Port that is dynamically determined to be an F_Port),
769               and all configuration parameter(s) have default values; or
770            b) the interface identified by ifIndex no longer exists
771               (e.g., because a line-card is physically removed); or
772            c) the row in the t11FamTable corresponding the fabric
773               identified by t11FamFabricID no longer exists.
774
775            Creating an entry in this table via t11FamIfRowStatus
776            provides the means to specify non-default parameter value(s)
777            for an interface at a time when the relevant row in this
778            table does not exist, i.e., because the interface is either
779            down or it is not an E_Port."
780     ::= { t11FamConfiguration 2 }
781
782 t11FamIfEntry OBJECT-TYPE
783     SYNTAX     T11FamIfEntry
784     MAX-ACCESS not-accessible
785     STATUS     current
786     DESCRIPTION
787            "An entry containing information on the interface
788            configuration on the Fabric identified by
789
790
791
792            t11FamFabricIndex."
793     INDEX { fcmInstanceIndex, fcmSwitchIndex,
794             t11FamFabricIndex, ifIndex}
795     ::= { t11FamIfTable 1 }
796
797 T11FamIfEntry ::= SEQUENCE {
798     t11FamIfRcfReject    TruthValue,
799     t11FamIfRole         T11FamDomainInterfaceRole,
800     t11FamIfRowStatus    RowStatus
801 }
802
803 t11FamIfRcfReject    OBJECT-TYPE
804     SYNTAX     TruthValue
805     MAX-ACCESS read-create
806     STATUS      current
807     DESCRIPTION
808            "This object determines if the incoming ReConfigure
809            Fabric (RCF) messages on this interface on this
810            Fabric is accepted or not.  If this object is 'true', then
811            the incoming RCF is rejected.  If 'false', incoming RCF is
812            accepted.
813
814            Note that this object does not apply to the outgoing
815            RCFs generated by this interface.
816
817            Implementations that support write-access to this object
818            can do so under whatever conditions they choose."
819     DEFVAL {false}
820     ::= { t11FamIfEntry 1 }
821
822 t11FamIfRole    OBJECT-TYPE
823     SYNTAX     T11FamDomainInterfaceRole
824     MAX-ACCESS read-only
825     STATUS      current
826     DESCRIPTION
827            "The role of this interface."
828     ::= { t11FamIfEntry 2 }
829
830 t11FamIfRowStatus    OBJECT-TYPE
831     SYNTAX     RowStatus
832     MAX-ACCESS read-create
833     STATUS      current
834     DESCRIPTION
835            "The status of this row."
836     ::= { t11FamIfEntry 3 }
837
838
839 --
840
841
842
843 -- t11FamAreaTable
844 --
845
846 t11FamAreaTable  OBJECT-TYPE
847     SYNTAX     SEQUENCE OF T11FamAreaEntry
848     MAX-ACCESS not-accessible
849     STATUS     current
850     DESCRIPTION
851            "This table contains area assignments per-Fabric by a
852            switch's Fabric Address Manager.  Each octet in
853            t11FamAssignedAreaList is able to be used to index into
854            this table to find information on each area."
855     REFERENCE   "Fibre Channel - Switch Fabric - 3 (FC-SW-3),
856                  ANSI INCITS 384-2004, section 4.8."
857     ::= { t11FamInfo 1 }
858
859 t11FamAreaEntry OBJECT-TYPE
860     SYNTAX     T11FamAreaEntry
861     MAX-ACCESS not-accessible
862     STATUS     current
863     DESCRIPTION
864            "An entry gives information on the Area_ID and all
865            Port_IDs that have been assigned within an area for
866            the Fabric identified by t11FamFabricIndex, by the
867            Fabric Address Manager in the switch identified by
868            fcmInstanceIndex and fcmSwitchIndex."
869     INDEX { fcmInstanceIndex, fcmSwitchIndex,
870             t11FamFabricIndex, t11FamAreaAreaId}
871     ::= { t11FamAreaTable 1 }
872
873 T11FamAreaEntry ::= SEQUENCE {
874     t11FamAreaAreaId                Unsigned32,
875     t11FamAreaAssignedPortIdList    OCTET STRING
876 }
877
878 t11FamAreaAreaId    OBJECT-TYPE
879     SYNTAX     Unsigned32 (0..255)
880     MAX-ACCESS not-accessible
881     STATUS      current
882     DESCRIPTION
883            "The Area_ID of this area."
884     ::= { t11FamAreaEntry 1 }
885
886 t11FamAreaAssignedPortIdList    OBJECT-TYPE
887     SYNTAX     OCTET STRING (SIZE(0..256))
888     MAX-ACCESS read-only
889     STATUS      current
890     DESCRIPTION
891
892
893
894            "The list of Port_IDs which have been assigned in
895            this area and Fabric, formatted as an array of
896            octets in ascending order.  There could be zero or more
897            Port_IDs assigned on this area and Fabric.
898
899            Each octet represents one Port_ID.  So, the list containing
900            the Port_IDs 23, 45, 235, and 56 would be formatted as the
901            4-octet string x'172d38eb'."
902     ::= { t11FamAreaEntry 2 }
903
904
905 --
906 -- t11FamDatabaseTable
907 --
908
909 t11FamDatabaseTable  OBJECT-TYPE
910     SYNTAX     SEQUENCE OF T11FamDatabaseEntry
911     MAX-ACCESS not-accessible
912     STATUS     current
913     DESCRIPTION
914            "This table contains all information known by
915            a switch about all the domains that have been
916            assigned in each Fabric."
917     REFERENCE   "Fibre Channel - Switch Fabric - 3 (FC-SW-3),
918                  ANSI INCITS 384-2004, section 4.8."
919     ::= { t11FamInfo 2 }
920
921 t11FamDatabaseEntry OBJECT-TYPE
922     SYNTAX     T11FamDatabaseEntry
923     MAX-ACCESS not-accessible
924     STATUS     current
925     DESCRIPTION
926            "An entry (conceptual row) in the t11FamDatabaseTable
927            containing information about one Domain_ID in the
928            Fabric identified by t11FamFabricIndex, and known by
929            the switch identified by t11FamFabricIndex and
930            t11FamDatabaseDomainId."
931     INDEX { fcmInstanceIndex, fcmSwitchIndex,
932             t11FamFabricIndex , t11FamDatabaseDomainId}
933     ::= { t11FamDatabaseTable 1 }
934
935 T11FamDatabaseEntry ::= SEQUENCE {
936     t11FamDatabaseDomainId              FcDomainIdOrZero,
937     t11FamDatabaseSwitchWwn             FcNameIdOrZero
938 }
939
940 t11FamDatabaseDomainId  OBJECT-TYPE
941     SYNTAX     FcDomainIdOrZero (1..239)
942
943
944
945     MAX-ACCESS not-accessible
946     STATUS      current
947     DESCRIPTION
948            "The Domain_ID for which this row contains information.
949            The value must be non-zero."
950     ::= { t11FamDatabaseEntry 1 }
951
952 t11FamDatabaseSwitchWwn  OBJECT-TYPE
953     SYNTAX      FcNameIdOrZero
954     MAX-ACCESS  read-only
955     STATUS      current
956     DESCRIPTION
957             "The node name (WWN) of the switch to which the
958             corresponding value of t11FamDatabaseDomainId is currently
959             assigned for the particular Fabric."
960     ::= { t11FamDatabaseEntry 2 }
961
962
963 --
964 -- Fibre Channel Address Identifier cache information
965 --
966 -- The cached information allows the Fabric Address Manager to
967 -- implement the concept of a Preferred Domain_ID, whereby after a port
968 -- releases a Fibre Channel Address Identifier value, a switch makes an
969 -- attempt to re-assign the same Fibre Channel Address Identifier value
970 -- on the next occasion when that port requests an assignment.
971 --
972
973 t11FamMaxFcIdCacheSize  OBJECT-TYPE
974     SYNTAX      Unsigned32 (0..4294967295)
975     MAX-ACCESS  read-only
976     STATUS      current
977     DESCRIPTION
978            "The maximum number of Fibre Channel Address Identifiers
979            that are able to be cached in the t11FamFcIdCacheTable.
980            If the number is unknown, the value of this object is
981            zero."
982     ::= { t11FamInfo 3 }
983
984
985 --
986 -- t11FamFcIdCacheTable
987 --
988
989 t11FamFcIdCacheTable  OBJECT-TYPE
990     SYNTAX     SEQUENCE OF T11FamFcIdCacheEntry
991     MAX-ACCESS not-accessible
992     STATUS     current
993
994
995
996     DESCRIPTION
997            "This table contains all the Fibre Channel Address
998            Identifiers that have recently been released by the
999            Fabric Address Manager in a switch.  So, it lists
1000            all the Fibre Channel Address Identifiers that have valid
1001            WWN-to-Fibre Channel Address Identifier mappings and are
1002            currently not assigned to any ports.  These Fibre Channel
1003            Address Identifiers were assigned to ports but have since
1004            been released.  These cached Fibre Channel Address
1005            Identifiers contain only Area_ID and Port_ID information.
1006            This cache is kept to provide best-effort re-assignment of
1007            same Fibre Channel Address Identifiers; i.e., when an
1008            Nx_Port asks for a Fibre Channel Address Identifier, soon
1009            after releasing one, the same value is re-assigned, if
1010            possible."
1011     ::= { t11FamInfo 4 }
1012
1013 t11FamFcIdCacheEntry OBJECT-TYPE
1014     SYNTAX     T11FamFcIdCacheEntry
1015     MAX-ACCESS not-accessible
1016     STATUS     current
1017     DESCRIPTION
1018            "An entry (conceptual row) in the t11FamFcIdCacheTable
1019            containing information about one Fibre Channel Address
1020            Identifier that was released from a WWN, corresponding to a
1021            range of one or more ports connected to the switch
1022            (identified by t11FamFabricIndex and t11FamFcIdCacheWwn) in
1023            the Fabric (identified by t11FamFabricIndex).  An entry is
1024            created when a Fibre Channel Address Identifier is released
1025            by the last port in the range.  The oldest entry is deleted
1026            if the number of rows in this table reaches
1027            t11FamMaxFcIdCacheSize, and its space is required for a new
1028            entry.  An entry is also deleted when its Fibre Channel
1029            Address Identifier is assigned to a port."
1030     INDEX { fcmInstanceIndex, fcmSwitchIndex,
1031             t11FamFabricIndex, t11FamFcIdCacheWwn}
1032     ::= { t11FamFcIdCacheTable 1 }
1033
1034 T11FamFcIdCacheEntry ::= SEQUENCE {
1035     t11FamFcIdCacheWwn                  FcNameIdOrZero,
1036     t11FamFcIdCacheAreaIdPortId         OCTET STRING,
1037     t11FamFcIdCachePortIds              Unsigned32
1038 }
1039
1040 t11FamFcIdCacheWwn  OBJECT-TYPE
1041     SYNTAX     FcNameIdOrZero
1042     MAX-ACCESS not-accessible
1043     STATUS      current
1044
1045
1046
1047     DESCRIPTION
1048            "The N_Port_Name (WWN) of the port associated with this
1049            entry."
1050     ::= { t11FamFcIdCacheEntry 1 }
1051
1052 t11FamFcIdCacheAreaIdPortId  OBJECT-TYPE
1053     SYNTAX     OCTET STRING (SIZE (2))
1054     MAX-ACCESS  read-only
1055     STATUS      current
1056     DESCRIPTION
1057            "The combination of this object and t11FamFcIdCachePortIds
1058            represent one range of Fibre Channel Address Identifiers,
1059            which were assigned and later released.  This object
1060            contains the Area_ID and Port_ID of the first Fibre
1061            Channel Address Identifier in the range.
1062
1063            Note that this object is only 2 bytes."
1064     ::= { t11FamFcIdCacheEntry 2 }
1065
1066 t11FamFcIdCachePortIds  OBJECT-TYPE
1067     SYNTAX     Unsigned32 (0..65535)
1068     MAX-ACCESS  read-only
1069     STATUS      current
1070     DESCRIPTION
1071            "The combination of t11FamFcIdCacheAreaIdPortId and this
1072            object represent one range of Fibre Channel Address
1073            Identifiers, which were assigned and later released.  This
1074            object contains the number of (consecutive) Fibre Channel
1075            Address Identifiers in the range."
1076     ::= { t11FamFcIdCacheEntry 3 }
1077
1078
1079 -- Objects for use in notifications
1080
1081 t11FamNotifyFabricIndex OBJECT-TYPE
1082     SYNTAX      T11FabricIndex
1083     MAX-ACCESS  accessible-for-notify
1084     STATUS      current
1085     DESCRIPTION
1086            "A unique index value that identifies a particular
1087            Fabric for which a particular notification is generated.
1088
1089            In a Fabric conformant to SW-3, only a single Fabric
1090            can operate within a physical infrastructure, and thus,
1091            the value of this Fabric Index will always be 1.
1092
1093            However, the current standard, FC-SW-4, defines
1094            how multiple Fabrics, each with its own management
1095
1096
1097
1098            instrumentation, could operate within one (or more)
1099            physical infrastructures.  In order to accommodate this
1100            scenario, this index value is used to uniquely identify a
1101            particular Fabric within a physical infrastructure."
1102     ::= { t11FamNotifyControl 1 }
1103
1104
1105 -- Notifications
1106
1107 t11FamDomainIdNotAssignedNotify NOTIFICATION-TYPE
1108     OBJECTS     { t11FamLocalSwitchWwn, t11FamNotifyFabricIndex }
1109     STATUS      current
1110     DESCRIPTION
1111            "This notification indicates that a Domain_ID has not
1112            been configured or assigned for a particular Fabric,
1113            identified by t11FamNotifyFabricIndex, on a particular
1114            switch identified by t11FamLocalSwitchWwn.  This could
1115            happen under the following conditions, and results in the
1116            switch isolating E_Ports on the Fabric:
1117
1118             - if the switch's request for a configured static
1119               Domain_ID is rejected or no other Domain_ID is
1120               assigned, then the E_Ports are isolated."
1121     ::= { t11FamNotifications 1 }
1122
1123 t11FamNewPrincipalSwitchNotify NOTIFICATION-TYPE
1124     OBJECTS     { t11FamLocalSwitchWwn, t11FamNotifyFabricIndex }
1125     STATUS      current
1126     DESCRIPTION
1127            "This notification indicates that a particular switch,
1128            identified by t11FamLocalSwitchWwn, has become the new
1129            Principal Switch on the Fabric identified by
1130            t11FamNotifyFabricIndex.
1131
1132            This notification is sent soon after its election as
1133            the new Principal Switch, i.e., upon expiration of a
1134            Principal Switch selection timer that is equal to
1135            twice the Fabric Stability Timeout value (F_S_TOV)."
1136     ::= { t11FamNotifications 2 }
1137
1138 t11FamFabricChangeNotify NOTIFICATION-TYPE
1139     OBJECTS     { t11FamLocalSwitchWwn, t11FamNotifyFabricIndex }
1140     STATUS      current
1141     DESCRIPTION
1142            "This notification is sent whenever a particular switch,
1143            identified by t11FamLocalSwitchWwn, sends or
1144            receives a Build Fabric (BF) or a ReConfigure Fabric
1145            (RCF) message on the Fabric identified by
1146
1147
1148
1149            t11FamNotifyFabricIndex.
1150
1151            This notification is not sent if a
1152            't11FamNewPrincipalSwitchNotify' notification is sent
1153            for the same event."
1154     ::= { t11FamNotifications 3 }
1155
1156
1157 --
1158 -- Conformance
1159 --
1160
1161 t11FamMIBCompliances OBJECT IDENTIFIER ::= { t11FamMIBConformance 1 }
1162 t11FamMIBGroups OBJECT IDENTIFIER ::= { t11FamMIBConformance 2 }
1163
1164 t11FamMIBCompliance MODULE-COMPLIANCE
1165     STATUS   current
1166     DESCRIPTION
1167            "The compliance statement for Fibre Channel switches
1168            that implement Fabric Address Manager functionality."
1169     MODULE
1170     MANDATORY-GROUPS { t11FamGroup,
1171                        t11FamDatabaseGroup,
1172                        t11FamAreaGroup,
1173                        t11FamNotificationGroup
1174                      }
1175
1176       OBJECT t11FamConfigDomainId
1177       MIN-ACCESS read-only
1178       DESCRIPTION
1179              "Write access is not required."
1180
1181       OBJECT t11FamConfigDomainIdType
1182       MIN-ACCESS read-only
1183       DESCRIPTION
1184              "Write access is not required."
1185
1186       OBJECT t11FamAutoReconfigure
1187       MIN-ACCESS read-only
1188       DESCRIPTION
1189              "Write access is not required."
1190
1191       OBJECT t11FamContiguousAllocation
1192       MIN-ACCESS read-only
1193       DESCRIPTION
1194              "Write access is not required."
1195
1196       OBJECT t11FamPriority
1197
1198
1199
1200       MIN-ACCESS read-only
1201       DESCRIPTION
1202              "Write access is not required."
1203
1204       OBJECT t11FamIfRcfReject
1205       MIN-ACCESS read-only
1206       DESCRIPTION
1207              "Write access is not required."
1208
1209       OBJECT t11FamIfRowStatus
1210       MIN-ACCESS read-only
1211       DESCRIPTION
1212              "Write access is not required."
1213
1214       OBJECT t11FamRcFabricNotifyEnable
1215       MIN-ACCESS read-only
1216       DESCRIPTION
1217              "Write access is not required."
1218
1219       GROUP  t11FamCacheGroup
1220       DESCRIPTION
1221              "This group is mandatory only for switches that
1222              support the concept of Preferred Domain_ID via a best-
1223              effort attempt for (short-term) re-assignment of the
1224              same FC address identifiers."
1225
1226       GROUP  t11FamCommandGroup
1227       DESCRIPTION
1228              "This group is optional."
1229
1230     ::= { t11FamMIBCompliances 1 }
1231
1232
1233 -- Units of Conformance
1234
1235 t11FamGroup OBJECT-GROUP
1236     OBJECTS  { t11FamConfigDomainId,
1237                t11FamConfigDomainIdType,
1238                t11FamAutoReconfigure,
1239                t11FamContiguousAllocation,
1240                t11FamPriority,
1241                t11FamPrincipalSwitchWwn,
1242                t11FamLocalSwitchWwn,
1243                t11FamAssignedAreaIdList,
1244                t11FamGrantedFcIds,
1245                t11FamRecoveredFcIds,
1246                t11FamFreeFcIds,
1247                t11FamAssignedFcIds,
1248
1249
1250
1251                t11FamAvailableFcIds,
1252                t11FamRunningPriority,
1253                t11FamPrincSwRunningPriority,
1254                t11FamState,
1255                t11FamLocalPrincipalSwitchSlctns,
1256                t11FamPrincipalSwitchSelections,
1257                t11FamBuildFabrics,
1258                t11FamFabricReconfigures,
1259                t11FamDomainId,
1260                t11FamSticky,
1261                t11FamRestart,
1262                t11FamRcFabricNotifyEnable,
1263                t11FamEnable,
1264                t11FamFabricName,
1265                t11FamIfRcfReject,
1266                t11FamIfRole,
1267                t11FamIfRowStatus,
1268                t11FamNotifyFabricIndex
1269             }
1270     STATUS   current
1271     DESCRIPTION
1272            "A collection of general objects for displaying and
1273            configuring Fabric Address management."
1274     ::= { t11FamMIBGroups 1 }
1275
1276 t11FamCommandGroup OBJECT-GROUP
1277     OBJECTS  { t11FamRestart }
1278     STATUS   current
1279     DESCRIPTION
1280            "A collection of objects used for initiating an
1281            operation on the Fabric."
1282     ::= { t11FamMIBGroups 2 }
1283
1284 t11FamDatabaseGroup OBJECT-GROUP
1285     OBJECTS  { t11FamDatabaseSwitchWwn }
1286     STATUS   current
1287     DESCRIPTION
1288            "A collection of objects containing information about
1289            Domain-IDs assignments."
1290     ::= { t11FamMIBGroups 3 }
1291
1292 t11FamAreaGroup OBJECT-GROUP
1293     OBJECTS  { t11FamAreaAssignedPortIdList }
1294     STATUS   current
1295     DESCRIPTION
1296            "A collection of objects containing information about
1297            currently assigned addresses within a domain."
1298     ::= { t11FamMIBGroups 4 }
1299
1300
1301
1302 t11FamCacheGroup OBJECT-GROUP
1303     OBJECTS  { t11FamMaxFcIdCacheSize,
1304                t11FamFcIdCacheAreaIdPortId,
1305                t11FamFcIdCachePortIds
1306              }
1307     STATUS   current
1308     DESCRIPTION
1309            "A collection of objects containing information about
1310            recently-released Fibre Channel Address Identifiers."
1311     ::= { t11FamMIBGroups 5 }
1312
1313 t11FamNotificationGroup NOTIFICATION-GROUP
1314     NOTIFICATIONS  { t11FamDomainIdNotAssignedNotify,
1315                      t11FamNewPrincipalSwitchNotify,
1316                      t11FamFabricChangeNotify }
1317     STATUS   current
1318     DESCRIPTION
1319            "A collection of notifications for status monitoring
1320            and notification."
1321     ::= { t11FamMIBGroups 6 }
1322 END